A production queue. Lists all items to be produced. More...
#include <cp_produce.h>
Data Fields | |
int | numItems |
production_t | items [MAX_PRODUCTIONS] |
A production queue. Lists all items to be produced.
Definition at line 72 of file cp_produce.h.
production_t production_queue_s::items[MAX_PRODUCTIONS] |
Actual production items (in order).
Definition at line 75 of file cp_produce.h.
Referenced by BaseSummary_Init(), PR_LoadXML(), PR_ProductionBase(), PR_ProductionDown_f(), PR_ProductionIncrease_f(), PR_ProductionListClick_f(), PR_ProductionListRightClick_f(), PR_ProductionRun(), PR_ProductionStop_f(), PR_ProductionUp_f(), PR_QueueDelete(), PR_QueueMove(), PR_QueueNew(), PR_SaveXML(), and PR_UpdateProductionList().
The number of items in the queue.
Definition at line 74 of file cp_produce.h.
Referenced by BaseSummary_Init(), PR_EmptyQueue(), PR_LoadXML(), PR_ProductionDown_f(), PR_ProductionIncrease_f(), PR_ProductionListClick_f(), PR_ProductionListRightClick_f(), PR_ProductionRollBottom_f(), PR_ProductionRun(), PR_ProductionStop_f(), PR_ProductionType_f(), PR_QueueDelete(), PR_QueueFreeSpace(), PR_QueueMove(), PR_QueueNew(), PR_QueueNext(), PR_SaveXML(), and PR_UpdateProductionList().