GetCurrentHealth

From the Fallout3 GECK Wiki
Revision as of 07:52, 11 August 2014 by imported>Odessa
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the current health of the calling reference.

Syntax

[help]
(float) ref.GetCurrentHealth

Example

float playerHP
set playerHP to Player.GetCurrentHealth

See Also