GetIsItem

From the Fallout3 GECK Wiki
Revision as of 05:37, 28 March 2015 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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