GetCauseofDeath
Jump to navigation
Jump to search
Description[edit | edit source]
*GetCauseofDeath Indicates the cause of death for an actor. It is called on a Reference and has no parameters.
Syntax[edit | edit source]
[ActorREF.]GetCauseofDeath
Examples[edit | edit source]
if BuddyRef.GetCauseofDeath == 6
Determines if Buddy was poisoned to death.
Notes[edit | edit source]
- Cause of Death values:
- NONE = -1
- EXPLOSION = 0
- GUN = 2
- BLUNT_WEAPON = 3
- HAND_TO_HAND = 4
- OBJECT_IMPACT = 5
- POISON = 6
- RADIATION = 7
See Also[edit | edit source]
Reference[edit | edit source]
None provided.