| Functions Documentation |
|
| Name |
itmHasReference |
| Syntax |
(itmHasReference item) -> True/Nil |
| Argument List |
item: The itemStruct of the item you want to test. |
| Returns |
boolean: True if the item is referenced, Nil otherwise. |
| Category |
item, condition query
|
| Description |
Query function to see if the item is referenced. |
| Example |
(itmHasReference (itmCreate 0x4001 3))
Returns True. (level one items start out referenced). |
| Comment |
Basic query function for items. Referenced means it give the items info like damage and hp on the item listings. |