GetHealthPercentage

From the Fallout3 GECK Wiki
Revision as of 15:00, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

GetHealthPercentage Determines how injured an actor is. Health percentage is measured as a value from 0 to 1.0.

Syntax

[ActorREF.]GetHealthPercentage 

Examples

If JohnDoeRef.GetHealthPercentage < 0.50

Checks to see if John Doe is below 50% of his base health.

Notes

  • None at this time


See Also

Reference

None provided.