GetItemRefCurrentHealth

Revision as of 17:53, 2 July 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the current health of the calling item. Unlike GetEquippedCurrentHealth, this function is called on an <i>inventory referenc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(health:float) reference.GetItemRefCurrentHealth

Example

set fHealth to rItemRef.GetItemRefCurrentHealth

See Also