GetCombatState

From Dragon Age Toolset Wiki
Jump to: navigation, search

This function gets the Combat State of a creature

int GetCombatState(
object oCreature
);
Parameters:
oCreature
the creature whose combat state we are querying
Returns:

TRUE if the creature is in combat, FALSE otherwise

Source:

script.ldf

Description

This function gets the Combat State of a creature


See also

SetCombatState