Table of Contents

Method ActionLockObject

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionLockObject(NwDoor)

Instructs this creature to approach and lock the specified door.

public Task ActionLockObject(NwDoor door)

Parameters

door NwDoor

The door to lock.

Returns

Task

ActionLockObject(NwPlaceable)

Instructs this creature to approach and lock the specified placeable.

public Task ActionLockObject(NwPlaceable placeable)

Parameters

placeable NwPlaceable

The placeable to lock.

Returns

Task