Difference between revisions of "IsInAOE"

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=IsInAOE
 
|name=IsInAOE
|brief=Indicates if a creature is in an AOE
+
|brief=Indicates if a creature is in an [[AOE]]
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature

Latest revision as of 22:38, 24 February 2010

Indicates if a creature is in an AOE

int IsInAOE(
object oCreature,
object oAOE
);
Parameters:
oCreature
The creature being checked
oAOE
The AOE that the creature may be in
Returns:

True if the creature is in the AOE

Source:

script.ldf