Difference between revisions of "GetCombatState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCombatState
 
|name=GetCombatState

Latest revision as of 19:49, 25 February 2010

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