Functions Documentation |
|
Name |
itmGetUNID |
Syntax |
(itmGetUNID item) -> itemUNID |
Argument List |
item: The itemStruct of the item you want to get the UNID of. |
Returns |
The UNID of the item. |
Category |
deprecated, unid, item
|
Description |
Returns the UNID of the item. |
Example |
(itmGetUNID (itmCreate 0x403E 1))
Returns the number 16446. |
Comment |
DEPRECATED in 1.04: Use itmGetType instead
Basic get function for items. Useful for things that you need the UNID for like creating more of the same item or seeing if two itemstructs are the same kind of item. |