Difference between revisions of "GetCauseofDeath"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
Line 32: Line 32:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]
[[Category:Condition Functions (GECK 1.1)]]
[[Category:Godsend Functions]]
[[Category:Godsend Functions]]
[[Category:Godsend Functions (GECK 1.0)]]
[[Category:Godsend Functions (GECK 1.1)]]

Latest revision as of 12:16, 15 August 2009

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.