SetCombatState

From Dragon Age Toolset Wiki
Jump to: navigation, search

This function sets the Combat State on a creature

void SetCombatState(
object oCreature,
int nCombatState
);
Parameters:
oCreature
the creature whose combat state we are setting
nCombatState
the combat state (TRUE or FALSE)
Returns:

Nothing.

Source:

script.ldf

Description

This function sets the Combat State on a creature. It is a very low-level function, you should use other library functions to set creature states wherever possible.


See also

GetCombatState