GetIsItem

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns 1 if the passed object is an Item.
To clarify, this returns 1 if the object is of any Formtype which can be stored in an inventory.

Syntax

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

Example

set bIsItem to objectRef.GetIsItem
set bIsItem to GetIsItem Ashtray 

See Also