Table of Contents

Method ActionOpenDoor

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionOpenDoor(NwDoor, bool)

Instructs this creature to move and open the specified door.

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

Parameters

door NwDoor

The door to open.

run bool

If true, the creature will run rather than walk.

Returns

Task