Crossfire Server, Branches 1.12  R18729
shopinv Struct Reference
+ Collaboration diagram for shopinv:

Data Fields

char * item_real
 
char * item_sort
 
uint32 nrof
 
uint16 type
 

Detailed Description

One item to list on the sign.

Definition at line 45 of file shop_inventory.c.

Field Documentation

char* shopinv::item_real

Plural name.

Definition at line 47 of file shop_inventory.c.

Referenced by add_shop_item().

char* shopinv::item_sort

Singular name.

Definition at line 46 of file shop_inventory.c.

Referenced by add_shop_item(), and shop_sort().

uint32 shopinv::nrof

Count of this items.

Definition at line 49 of file shop_inventory.c.

Referenced by add_shop_item(), and shop_inventory_type_apply().

uint16 shopinv::type

Item type.

Definition at line 48 of file shop_inventory.c.

Referenced by add_shop_item(), and shop_sort().


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