Difference between revisions of "Death (CEffectDamage)"

From HIVE
Jump to navigation Jump to search
(added categories)
m
 
Line 1: Line 1:
 
'''''Death''''' is a member field of [[Damage|CEffectDamage]].
 
'''''Death''''' is a member field of [[Damage|CEffectDamage]].
  
==Documentation==
+
=Documentation=
 
{{Documentation Template|
 
{{Documentation Template|
 
name=Death|
 
name=Death|
Line 9: Line 9:
 
}}
 
}}
  
==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.
  

Latest revision as of 21:30, 8 April 2012

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.