UFO: Alien Invasion
|
A production queue. Lists all items to be produced. More...
#include <cp_produce.h>
Data Fields | |
int | numItems |
struct production_s | items [MAX_PRODUCTIONS] |
A production queue. Lists all items to be produced.
Definition at line 90 of file cp_produce.h.
struct production_s production_queue_s::items[MAX_PRODUCTIONS] |
Actual production items (in order).
Definition at line 93 of file cp_produce.h.
Referenced by PR_LoadXML(), PR_PostLoadInitProgress(), PR_ProductionDown_f(), PR_ProductionListClick_f(), PR_ProductionListRightClick_f(), PR_ProductionRun(), PR_ProductionStop_f(), PR_ProductionUp_f(), PR_QueueDelete(), PR_QueueMove(), PR_QueueNew(), PR_SaveXML(), PR_ShowActiveProduction_f(), PR_UpdateProductionCap(), and PR_UpdateProductionList().
int production_queue_s::numItems |
The number of items in the queue.
Definition at line 92 of file cp_produce.h.
Referenced by PR_EmptyQueue(), PR_LoadXML(), PR_PostLoadInitProgress(), PR_ProductionDown_f(), PR_ProductionListClick_f(), PR_ProductionListRightClick_f(), PR_ProductionRollBottom(), PR_ProductionRun(), PR_ProductionStop_f(), PR_ProductionType_f(), PR_QueueDelete(), PR_QueueMove(), PR_QueueNew(), PR_QueueNext(), PR_SaveXML(), PR_ShowActiveProduction_f(), PR_UpdateProductionCap(), and PR_UpdateProductionList().