Functions Documentation
View Function Edit Function
Name itmGetPrice
Syntax (itmGetPrice item) -> price of a single item
Argument List item: The itemStruct of the item you want to get the value of.
Returns If unknown returns the value of the unknown type otherwise returns the value of the item.
Category item, cash
Description Returns the value of the item.
Example
(itmGetPrice (itmCreate 0x4001 3))

Returns the number 20.
Comment This differs from itmGetAcualPrice if the item is unknown.