Discuss this page on this page's Talk Page
itmGetUNID
See itmGetUNID at Xelerus
Syntax | (itmGetUNID item) → itemUNID |
Arguments | item: The itemStruct of the item you want to get the UNID of. |
Returns | The UNID of the item. |
Category | item, UNID |
Description | Returns the UNID of the item. |
Example
(itmGetUNID (itmCreate 0x403E 1))
Returns the number 16446.
Return to Functions list