Table of Contents

Method GetActionMode

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetActionMode(ActionMode)

Gets if this creature is using the specified action mode.

public bool GetActionMode(ActionMode actionMode)

Parameters

actionMode ActionMode

The action mode to query.

Returns

bool

True if the specified action mode is currently active, otherwise false.