Table of Contents

Method SetActionMode

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetActionMode(ActionMode, bool)

Instructs this creature to enable/disable the specified action mode (parry, power attack, expertise, etc).

public void SetActionMode(ActionMode actionMode, bool status)

Parameters

actionMode ActionMode

The action mode to toggle.

status bool

The new state of the action mode.