GetItemRefCurrentHealth

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the current health of the calling item. Unlike GetEquippedCurrentHealth, this function is called on an inventory reference. The calling item reference does not have to be equipped.

Syntax

[help]
(health:float) reference.GetItemRefCurrentHealth

Example

set fHealth to rItemRef.GetItemRefCurrentHealth

See Also