GetIsItem
From GECK
A function added by the JIP NVSE Plugin.
Contents
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
(isItem:0/1) reference.GetIsItem baseForm:ref
Example
set bIsItem to objectRef.GetIsItem
set bIsItem to GetIsItem Ashtray