Functions Documentation
View Function Edit Function
Name itmGetType
Syntax (itmGetType item) -> UNID
Argument List item: itemStruct of target item
Returns UNID: number representing item's ItemType
Category item, unid, 1.04
Description Returns the UNID of the item
Example
(eq (itmGetType (itmCreate &itHelium3FuelRod; 1)) &itHelium3FuelRod)


Returns True
Comment Gives fundamental data about items. Required to use (typ...) functions on items.