GetBaseHealth
From GECK
(Redirected from GetHealth)
A function added by the Fallout Script Extender.
Description
Returns the base health of an object. If form is specified, will check that BaseForm. Otherwise, if a calling reference is specified, will derive the BaseForm of that object in order to check its base health.
Syntax
(int) reference.GetBaseHealth form:baseform
Or:
(int) reference.GetHealth form:baseform