GetAttackImpactDamageEffect

From Dragon Age Toolset Wiki
Revision as of 17:51, 1 March 2010 by BryanDerksen (Talk | contribs) (fill in missing field)

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

This function retrieves a damage effect associated with an attack

effect GetAttackImpactDamageEffect(
object oAttacker,
int nDamageEffectId
);
Parameters:
oAttacker
the creature whose attack damage effect we are retrieving
nDamageEffectId
the id of the damage effect to get (this id is passed in the ATTACK_IMPACT event)
Returns:

damage effect associated with an attack

Source:

script.ldf