Table of Contents

Method DoPlaceableAction

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DoPlaceableAction(NwPlaceable, PlaceableAction)

Instructs this creature to perform the specified action on a placeable.

public Task DoPlaceableAction(NwPlaceable placeable, PlaceableAction placeableAction)

Parameters

placeable NwPlaceable

The placeable to interact with.

placeableAction PlaceableAction

The action to perform on the placeable.

Returns

Task