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

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