Method ActionLockObject
ActionLockObject(NwDoor)
Instructs this creature to approach and lock the specified door.
public Task ActionLockObject(NwDoor door)
Parameters
doorNwDoorThe door to lock.
Returns
ActionLockObject(NwPlaceable)
Instructs this creature to approach and lock the specified placeable.
public Task ActionLockObject(NwPlaceable placeable)
Parameters
placeableNwPlaceableThe placeable to lock.