Difference between revisions of "EffectDamage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (refix return desc)
(One intermediate revision by the same user not shown)
Line 37: Line 37:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category:Effect access functions]]

Revision as of 23:18, 15 January 2010

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