Table of Contents

Method ActionUnlockObject

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionUnlockObject(NwDoor)

Instructs this creature to approach and unlock the specified door.

public Task ActionUnlockObject(NwDoor door)

Parameters

door NwDoor

The door to unlock.

Returns

Task

ActionUnlockObject(NwPlaceable)

Instructs this creature to approach and unlock the specified placeable.

public Task ActionUnlockObject(NwPlaceable placeable)

Parameters

placeable NwPlaceable

The placeable to unlock.

Returns

Task