GetBaseHealth

From GECK
Jump to: navigation, search


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

[help]
(int) reference.GetBaseHealth form:baseform 

Or:

(int) reference.GetHealth form:baseform 

See Also