Functions Documentation |
|
Name |
itmGetStaticData |
Syntax |
(itmGetStaticData itemStruct string) |
Argument List |
itemStruct: The item struct of the type you want to get the static data from.
string: The name of the static data. |
Returns |
data: The data from the xml named by the string from the item structs type. |
Category |
0.99, data, item
|
Description |
Returns the data from the xml named by the string from whatever the item structs type is. |
Example |
|
Comment |
Very useful function due to you can store things in the xml before hand and get them in code. |