GetAttackImpactDamageEffect

From Dragon Age Toolset Wiki
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