Ability HandleOnDamageAbilities

From Dragon Age Toolset Wiki
Revision as of 01:55, 25 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = Ability_HandleOnDamageAbilities |brief = {{undocumented}} |param1type = object oDamaged |param1name = oDamaged |param1desc = {{undocumented}} |param1default ...')

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

[Undocumented]

void Ability_HandleOnDamageAbilities(
object oDamaged oDamaged,
object oAttacker,
float fDamage,
int nDamageType,
int nAbility
);
Parameters:
oDamaged
[Undocumented]
oAttacker
[Undocumented]
fDamage
[Undocumented]
nDamageType
[Undocumented]
nAbility
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.ability_h