Defines

Shop States

Defines

#define SHOP_STATE_NONE   0
#define SHOP_STATE_OPEN   1
#define SHOP_STATE_BUYING   2

Detailed Description

Defines various shop states used when dealing with things like the shop GUI buttons, ie, only display Open button when opening the shop, Buy/Examine button when buying, etc.


Define Documentation

#define SHOP_STATE_BUYING   2

We are buying from this shop

Definition at line 124 of file player_shop.h.

#define SHOP_STATE_NONE   0

No state set. This means we are opening the shop

Definition at line 120 of file player_shop.h.

#define SHOP_STATE_OPEN   1

The shop is open

Definition at line 122 of file player_shop.h.