|
| enum | Startup : int {
Startup.FlightEditorAndKSC = -6,
Startup.AllGameScenes = -5,
Startup.FlightAndEditor = -4,
Startup.FlightAndKSC = -3,
Startup.Instantly = -2,
Startup.EveryScene = -1,
Startup.EditorAny = GameScenes.EDITOR,
Startup.MainMenu = GameScenes.MAINMENU,
Startup.Settings = GameScenes.SETTINGS,
Startup.SpaceCentre = GameScenes.SPACECENTER,
Startup.Credits = GameScenes.CREDITS,
Startup.EditorVAB = GameScenes.EDITOR,
Startup.EditorSPH = GameScenes.EDITOR,
Startup.Flight = GameScenes.FLIGHT,
Startup.TrackingStation = GameScenes.TRACKSTATION,
Startup.PSystemSpawn = GameScenes.PSYSTEM
} |
| |
| Enumerator |
|---|
| FlightEditorAndKSC |
|
| AllGameScenes |
|
| FlightAndEditor |
|
| FlightAndKSC |
|
| Instantly |
|
| EveryScene |
|
| EditorAny |
|
| MainMenu |
|
| Settings |
|
| SpaceCentre |
|
| Credits |
|
| EditorVAB |
|
| EditorSPH |
|
| Flight |
|
| TrackingStation |
|
| PSystemSpawn |
|
| KSPAddon.KSPAddon |
( |
Startup |
startup, |
|
|
bool |
once |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: