Currnetly it contains only the IDs for the AP relics. More...
Classes | |
struct | item |
Functions | |
struct item * | item_find (uint32_t itemid) |
struct item * | item_find_name (char *item_name) |
Variables | |
struct item | itemdb [] |
Currnetly it contains only the IDs for the AP relics.
struct item* item_find | ( | uint32_t | itemid) |
Find item with ID itemid
in the database
[in] | itemid | The item ID |
struct item* item_find_name | ( | char * | item_name) |
Lookup an item by the item name
[in] | item_name | The item name |
struct item itemdb[] |
Items database