Ability IsValidAOETarget

From Dragon Age Toolset Wiki
Revision as of 00:21, 25 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = Ability_IsValidAOETarget |brief = Performs some filtering on Ability Event Targets. Be very careful with using this function. |param1type = object |param1nam...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Performs some filtering on Ability Event Targets. Be very careful with using this function.

int Ability_IsValidAOETarget(
object oTarget,
object oCaster,
int nAbility
);
Parameters:
oTarget
[Undocumented]
oCaster
[Undocumented]
nAbility
[Undocumented]
Returns:

[Undocumented]

Source:

Core Resources.ability_h