Difference between revisions of "Death (CEffectDamage)"

From HIVE
Jump to navigation Jump to search
(Created page with "'''''Death''''' is a member field of CEffectDamage. ==Documentation== {{Documentation Template| name=Death| fname=CEffectDamage.Death| type=string| desc=The type of d...")
 
(added categories)
Line 11: Line 11:
 
==Notes==
 
==Notes==
 
*The death type used by a unit when it dies can be retrieved through [[trigger|triggers]] via the ''Triggering Death Type Check'' action.
 
*The death type used by a unit when it dies can be retrieved through [[trigger|triggers]] via the ''Triggering Death Type Check'' action.
 +
 +
[[Category:StarCraft II]]
 +
[[Category:Data Editor]]
 +
[[Category:Reference]]
 +
[[Category:Documentation]]

Revision as of 19:25, 30 November 2010

Death is a member field of CEffectDamage.

Documentation

Name
Death
Fully-Qualified Name
CEffectDamage.Death
Type
string
Description
The type of death that is trigged when the damage effect kills a unit. Depending on the model used by the victim, different death types may result in different death animations. Not all models have unique death animations for each of the different death types. For example, the default Marine model has a unique animation for the Fire death but the default Stalker model does not. Behavior death responses and actor events may use this field to filter different damage effects.

Notes

  • The death type used by a unit when it dies can be retrieved through triggers via the Triggering Death Type Check action.