| Functions Documentation |
|
| Name |
itmGetName |
| Syntax |
(itmGetName item flags) -> name |
| Argument List |
item: The itemStruct of the item you want to get the name of.
flags: The flags to determine what form of the name is to be used. |
| Returns |
The name of the item. |
| Category |
item, name
|
| Description |
Returns the name of the item. You must provide a flag to indicate how you want the name formatted. For more on flags, see: http://transcendence.kronosaur.com/wiki/modding/function/legend#name_flags |
| Example |
(itmGetName (itmCreate 0x4001 3) 4)
Returns the string "a segment of light titanium armor". |
| Comment |
|