Difference between revisions of "Ability IsAbilityTargetValid"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = Ability_IsAbilityTargetValid |brief = Performs some filtering on Ability Event Targets. Be very careful with using this function. |param1type = object |param...')
 
(No difference)

Latest revision as of 01:22, 25 February 2010

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

int Ability_IsAbilityTargetValid(
object oTarget,
int nAbility,
int nTargetType
);
Parameters:
oTarget
[Undocumented]
nAbility
[Undocumented]
nTargetType
[Undocumented]
Returns:

[Undocumented]

Source:

Core Resources.ability_h