Crossfire Server, Trunk
shopinv Struct Reference
+ Collaboration diagram for shopinv:

Data Fields

char * item_real
 
char * item_sort
 
uint32_t nrof
 
uint16_t type
 

Detailed Description

One item to list on the sign.

Definition at line 41 of file shop_inventory.cpp.

Field Documentation

◆ item_real

char* shopinv::item_real

Plural name.

Definition at line 43 of file shop_inventory.cpp.

Referenced by add_shop_item().

◆ item_sort

char* shopinv::item_sort

Singular name.

Definition at line 42 of file shop_inventory.cpp.

Referenced by add_shop_item(), and shop_sort().

◆ nrof

uint32_t shopinv::nrof

Count of this items.

Definition at line 45 of file shop_inventory.cpp.

Referenced by add_shop_item(), and shop_inventory_type_apply().

◆ type

uint16_t shopinv::type

Item type.

Definition at line 44 of file shop_inventory.cpp.

Referenced by add_shop_item(), and shop_sort().


The documentation for this struct was generated from the following file: