Difference between revisions of "GetCombatState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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