Functions Documentation
View Function Edit Function
Name itmGetCount
Syntax (itmGetCount item) -> count
Argument List item: The itemStruct of the item you want to get the number of items from.
Returns The number of items.
Category item
Description Returns the number of items. An itemsStruct can contain many items, represented as a stack. This function is used for getting the number of items in that stack
Example
(itmGetCount (itmCreate 0x4001 3))

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