GetCurrentHealth

From the Fallout3 GECK Wiki
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