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