Functions Documentation |
|
Name |
itmGetTypeData_deprecated |
Syntax |
(itmGetTypeData_deprecated itemStruct) |
Argument List |
itemStruct: The itemStruct of the item you want to get the data from. |
Returns |
The data of the item. |
Category |
data, deprecated, item
|
Description |
Returns the data of the item.
DEPRECATED: Use itmGetStaticData instead |
Example |
(itmGetTypeData (itmCreate 0x403E 1))
Returns ablative. |
Comment |
A very helpful function for items due to how few items use data and that it is parsed as an expression. You can put lists strings or numbers in there and you can get it in code. |