Difference between revisions of "GetAbilitiesDueToAOEs"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (fix return type, remove tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetAbilitiesDueToAOEs
 
|name=GetAbilitiesDueToAOEs
Line 6: Line 5:
 
|param1name=oCreature
 
|param1name=oCreature
 
|param1desc=The creature being queried
 
|param1desc=The creature being queried
|returntype=int[]
+
|returntype=int
 +
|returnarra=true
 
|returndesc=an array of ability ids.
 
|returndesc=an array of ability ids.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf

Latest revision as of 01:39, 13 February 2010

Returns a list of ability IDs for each AOE in which a creature is in.

int[] GetAbilitiesDueToAOEs(
object oCreature
);
Parameters:
oCreature
The creature being queried
Returns:

an array of ability ids.

Source:

script.ldf