Difference between revisions of "GetIsItem"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns 1 if the passed object is an inventory item. |name = GetIsItem |returnType = isItem:0/1 |referenceType = reference |arguments...")
 
imported>Jazzisparis
Line 17: Line 17:
==See Also==
==See Also==
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Miscellaneous Functions (JIP)]]

Revision as of 14:11, 30 March 2015

< [[::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

ObjectRef.GetIsItem
GetIsItem Ashtray

See Also