Data Fields | |
const aircraft_t * | ufoTemplate |
nation_t * | nation |
qboolean | recoveryDone |
float | condition |
ufoRecoveryNation_t | UFONations [MAX_NATIONS] |
ufoRecoveryNationOrder_t | sortedColumn |
qboolean | sortDescending |
Definition at line 66 of file cp_uforecovery_callbacks.c.
float ufoRecovery_s::condition |
How much the UFO is damaged - used for disassembies
Definition at line 70 of file cp_uforecovery_callbacks.c.
Referenced by UR_DialogInit_f(), and UR_DialogStartStore_f().
selected nation to sell to for current ufo recovery
Definition at line 68 of file cp_uforecovery_callbacks.c.
Referenced by UR_DialogGetCurrentNationIndex(), UR_DialogSelectSellNation_f(), and UR_DialogStartSell_f().
recoveryDone? Then the buttons are disabled
Definition at line 69 of file cp_uforecovery_callbacks.c.
Referenced by UR_DialogInitSell_f(), UR_DialogInitStore_f(), and UR_DialogRecoveryDone().
ascending (qfalse) / descending (qtrue)
Definition at line 73 of file cp_uforecovery_callbacks.c.
Referenced by UR_DialogInitSell_f(), and UR_DialogSortByColumn_f().
Column sell sorted by
Definition at line 72 of file cp_uforecovery_callbacks.c.
Referenced by UR_DialogInit_f(), UR_DialogInitSell_f(), and UR_DialogSortByColumn_f().
ufoRecoveryNation_t ufoRecovery_s::UFONations[MAX_NATIONS] |
Sorted array of nations.
Definition at line 71 of file cp_uforecovery_callbacks.c.
Referenced by UR_DialogFillNations(), UR_DialogGetCurrentNationIndex(), UR_DialogInitSell_f(), UR_DialogSelectSellNation_f(), UR_DialogStartSell_f(), and UR_SortNations().
the ufo type of the current ufo recovery
Definition at line 67 of file cp_uforecovery_callbacks.c.
Referenced by UR_DialogInit_f(), UR_DialogInitSell_f(), UR_DialogStartSell_f(), and UR_DialogStartStore_f().