EffectDamage

From Dragon Age Toolset Wiki
Jump to: navigation, search

EffectDamage Constructor.

effect EffectDamage(
float fValue,
int nDamageType = 1,
int nFlags = 0,
int nImpactVFX = 0
);
Parameters:
fValue
Amount of damage to be applied
nDamageType
Damage Type to be applied (Physical, Fire): Default of 1 is physical
nFlags
Special behavior bitfield: Default is no flags (0)
nImpactVFX
Impact VFX to play. Default of 0 is no impact VFX
Returns:

an effect to deliver the damage indicated.

Source:

script.ldf

Description

EffectDamage Constructor