Difference between revisions of "Ability IsValidAOETarget"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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...')
 
(No difference)

Latest revision as of 01:21, 25 February 2010

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