Functions Documentation
View Function Edit Function
Name itmGetLevel
Syntax (itmGetLevel item) -> level
Argument List item: The itemStruct of the item you want to get the level of.
Returns The level of the item.
Category item
Description Returns the level of the item.
Example
(itmGetLevel (itmCreate 0x4001 3))

Returns the number 1.
Comment Basic get function for items.