Difference between revisions of "Ability HandleOnDamageAbilities"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = Ability_HandleOnDamageAbilities |brief = {{undocumented}} |param1type = object oDamaged |param1name = oDamaged |param1desc = {{undocumented}} |param1default ...')
 
(No difference)

Latest revision as of 01:55, 25 February 2010

[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