GetIsItem

From the Fallout3 GECK Wiki
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

set bIsItem to objectRef.GetIsItem
set bIsItem to GetIsItem Ashtray

See Also