IsEquipped
Revision as of 06:34, 21 August 2014 by imported>Odessa (Created. source nvse_whatsnew)
< [[::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
(bool) reference.IsEquipped
Example
; Within an object script if IsEquipped ; do something endif