#include <data.h>
Definition at line 470 of file data.h.
Data Fields | |
char | Abbr [24] |
Name of Mission Abbreviated. | |
char | Alt [36] |
Alternate Sequence. | |
char | AltD [36] |
Alternate Sequence for Deaths (Jt Missions Only). | |
char | Code [62] |
Mission Coding String. | |
char | Days |
Duration Level. | |
char | Doc |
Docking Mission. | |
char | Dur |
Duration Mission. | |
char | EVA |
EVA Mission. | |
char | Index |
Mission Index Number. | |
char | Jt |
Joint Mission. | |
char | LM |
LM Mission. | |
char | LMAd |
LM Addition Points. | |
char | Lun |
Lunar Mission. | |
char | mCrew |
Useful for Morgans Code. | |
char | mEq |
Minimum Equipment. | |
uint8_t | mVab [2] |
Hardware Requirements. | |
char | Name [50] |
Name of Mission. | |
char | PCat [5] |
Prestige Category List. |
char mStr::Abbr[24] |
Name of Mission Abbreviated.
Definition at line 473 of file data.h.
Referenced by DisplAstData(), DispVAB(), Draw_Mis_Stats(), DrawHard(), DrawRush(), DrawViewing(), FutureCheck(), and Rush().
char mStr::Alt[36] |
char mStr::AltD[36] |
Alternate Sequence for Deaths (Jt Missions Only).
Definition at line 476 of file data.h.
Referenced by MissionSteps().
char mStr::Code[62] |
char mStr::Days |
Duration Level.
Definition at line 477 of file data.h.
Referenced by AIFuture(), HardRequest(), Launch(), PrestCheck(), PrestMin(), Scheduler(), SecondHard(), and XSpec().
char mStr::Doc |
Docking Mission.
Definition at line 477 of file data.h.
Referenced by AIVabCheck(), AllotPrest(), HardRequest(), PrestCheck(), SecondHard(), VAB(), and XSpec().
char mStr::Dur |
Duration Mission.
Definition at line 477 of file data.h.
Referenced by AIFuture(), AllotPrest(), Future(), MisDur(), Missions(), and XSpec().
char mStr::EVA |
EVA Mission.
Definition at line 477 of file data.h.
Referenced by AllotPrest(), BuildVAB(), PrestCheck(), UpdateRecords(), and VAB().
char mStr::Index |
Mission Index Number.
Definition at line 471 of file data.h.
Referenced by AllotPrest(), MisAnn(), MisCheck(), and PrestMin().
char mStr::Jt |
Joint Mission.
Definition at line 477 of file data.h.
Referenced by AIFuture(), AIVabCheck(), Master(), NewAI(), REvent(), Scheduler(), and XSpec().
char mStr::LM |
char mStr::LMAd |
char mStr::Lun |
Lunar Mission.
Definition at line 477 of file data.h.
Referenced by AIFuture(), HardRequest(), and SecondHard().
char mStr::mCrew |
char mStr::mEq |
Minimum Equipment.
Definition at line 477 of file data.h.
Referenced by AIVabCheck(), HardRequest(), PrestCheck(), and SecondHard().
uint8_t mStr::mVab[2] |
Hardware Requirements.
Definition at line 486 of file data.h.
Referenced by BuildVAB(), MissionSetup(), and VAB().
char mStr::Name[50] |
char mStr::PCat[5] |
Prestige Category List.
Definition at line 487 of file data.h.
Referenced by PrestCheck(), and PrestMin().