Defines | |
| #define | SHOP_INPUT_TYPE_NROF 1 |
| #define | SHOP_INPUT_TYPE_PRICE 2 |
| #define | SHOP_INPUT_TYPES 2 |
Used to determine which input type is being used, in example, whether we're entering number of items to sell/buy or the price for the item.
| #define SHOP_INPUT_TYPE_NROF 1 |
Entering a number
Definition at line 106 of file player_shop.h.
| #define SHOP_INPUT_TYPE_PRICE 2 |
Entering price
Definition at line 108 of file player_shop.h.
| #define SHOP_INPUT_TYPES 2 |
Count of all the above. Should be equal to the last input type.
Definition at line 110 of file player_shop.h.
1.7.1