Table of Contents

Method ActionCloseDoor

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionCloseDoor(NwDoor, bool)

Instructs this creature to move and close the specified door.

public Task ActionCloseDoor(NwDoor door, bool run = false)

Parameters

door NwDoor

The door to close.

run bool

If true, the creature will run rather than walk.

Returns

Task