Difference between revisions of "GetIsItem"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
Line 11: Line 11:
   |Optional = y
   |Optional = y
   }}
   }}
  |example = ObjectRef.GetIsItem
  |example = set bIsItem to objectRef.GetIsItem


  GetIsItem Ashtray
  set bIsItem to GetIsItem Ashtray
}}
}}
==See Also==
==See Also==
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Misc Reference Functions (JIP)]]

Latest revision as of 01:38, 29 March 2017

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the passed object is an inventory item.

Syntax

[help]
(isItem:0/1) reference.GetIsItem baseForm:ref

Example

set bIsItem to objectRef.GetIsItem
set bIsItem to GetIsItem Ashtray

See Also