Data Fields | |
buyListEntry_t | l [MAX_BUYLIST] |
int | length |
int | scroll |
Definition at line 48 of file cp_market_callbacks.c.
buyListEntry_t buyList_s::l[MAX_BUYLIST] |
Definition at line 49 of file cp_market_callbacks.c.
Referenced by BS_Autosell_f(), BS_BuyAircraft_f(), BS_BuyItem_f(), BS_BuyType(), BS_GetMinMaxValueByItemID(), BS_MarketClick_f(), BS_MarketScroll_f(), BS_SellAircraft_f(), and BS_SellItem_f().
The actual list Amount of entries on the list.
Definition at line 50 of file cp_market_callbacks.c.
Referenced by BS_Autosell_f(), BS_BuyAircraft_f(), BS_BuyItem_f(), BS_BuyType(), BS_GetMinMaxValueByItemID(), BS_InitCallbacks(), BS_MarketClick_f(), BS_MarketScroll_f(), BS_SellAircraft_f(), and BS_SellItem_f().
Scroll Position. Start of the buylist index - due to scrolling.
Definition at line 51 of file cp_market_callbacks.c.
Referenced by BS_Autosell_f(), BS_BuyItem_f(), BS_BuyType(), BS_BuyType_f(), BS_GetMinMaxValueByItemID(), BS_MarketScroll_f(), and BS_SellItem_f().