Difference between revisions of "GetCreaturesInAOE"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag and fixing parameter)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCreaturesInAOE
 
|name=GetCreaturesInAOE
Line 6: Line 5:
 
|param1name=oAOE
 
|param1name=oAOE
 
|param1desc=The AOE that is being queried
 
|param1desc=The AOE that is being queried
|returntype=object[]
+
|returntype=object
 +
|returnarra=TRUE
 
|returndesc=an array of creatures that are in the AOE
 
|returndesc=an array of creatures that are in the AOE
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf

Latest revision as of 19:00, 2 March 2010

Returns a list of creatures within an AOE

object[] GetCreaturesInAOE(
object oAOE
);
Parameters:
oAOE
The AOE that is being queried
Returns:

an array of creatures that are in the AOE

Source:

script.ldf