UFO: Alien Invasion
|
#include <cp_produce.h>
Data Fields | |
const objDef_t * | item |
const struct aircraft_s * | aircraft |
struct storedUFO_s * | ufo |
const void * | pointer |
Definition at line 47 of file cp_produce.h.
const struct aircraft_s* productionData_t::productionItem_t::aircraft |
Aircraft (sample) to be produced.
Definition at line 49 of file cp_produce.h.
Referenced by PR_CheckFrame(), PR_FinishProduction(), PR_GetName(), PR_GetTech(), PR_ProductionIncrease_f(), PR_ProductionInfo(), PR_SaveXML(), and PR_UpdateProductionList().
const objDef_t* productionData_t::productionItem_t::item |
Item to be produced.
Definition at line 48 of file cp_produce.h.
Referenced by PR_CheckFrame(), PR_FinishProduction(), PR_GetName(), PR_GetTech(), PR_ProductionInfo(), PR_SaveXML(), and PR_UpdateProductionList().
const void* productionData_t::productionItem_t::pointer |
if you just wanna check whether a valid pointer was set
Definition at line 51 of file cp_produce.h.
struct storedUFO_s* productionData_t::productionItem_t::ufo |
Definition at line 50 of file cp_produce.h.
Referenced by PR_CalculateTotalFrames(), PR_FinishDisassembly(), PR_GetName(), PR_GetTech(), PR_ProductionInfo(), PR_ResetUFODisassembly(), PR_SaveXML(), PR_SetUFODisassembly(), and PR_UpdateProductionList().