GetCurrentHealth

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the current health of the calling reference.

Syntax

(float) ref.GetCurrentHealth

Example

float playerHP
set playerHP to Player.GetCurrentHealth

See Also