|
Crossfire Server, Branch 1.12
R12190
|
One item to list on the sign. More...
Data Fields | |
| char * | item_real |
| Plural name. | |
| char * | item_sort |
| Singular name. | |
| uint32 | nrof |
| Count of this items. | |
| uint16 | type |
| Item type. | |
One item to list on the sign.
Definition at line 45 of file shop_inventory.c.
| char* shopinv::item_real |
| char* shopinv::item_sort |
Singular name.
Definition at line 46 of file shop_inventory.c.
Referenced by add_shop_item(), and shop_sort().
Count of this items.
Definition at line 49 of file shop_inventory.c.
Referenced by add_shop_item(), and shop_inventory_type_apply().
Item type.
Definition at line 48 of file shop_inventory.c.
Referenced by add_shop_item(), and shop_sort().
1.7.6.1