Table of Contents

Method IsPlaceableActionPossible

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsPlaceableActionPossible(PlaceableAction)

Determines whether the specified action can be performed on this placeable.

public bool IsPlaceableActionPossible(PlaceableAction action)

Parameters

action PlaceableAction

The action to check.

Returns

bool

true if the specified action can be performed, otherwise false.