IsEquipped

From the Fallout3 GECK Wiki
Revision as of 07:34, 21 August 2014 by imported>Odessa (Created. source nvse_whatsnew)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns true (1) if the calling object is currently equipped by its owner. Added by NVSE 4.5.6.

Syntax

[help]
(bool) reference.IsEquipped

Example

; Within an object script
if IsEquipped
    ; do something
endif

See Also