Difference between revisions of "API:GameScenes"
From Kerbal Space Program Wiki
(Added GameScenes enum listing.) |
Rocketdocker (talk | contribs) ({{Orphan}}) |
||
Line 1: | Line 1: | ||
+ | {{Orphan}} | ||
'''GameScenes''' is an enum that is used to identify the various scenes in the game. | '''GameScenes''' is an enum that is used to identify the various scenes in the game. | ||
Latest revision as of 17:12, 22 January 2020
GameScenes is an enum that is used to identify the various scenes in the game.
Fields
The following is a list of fields in GameScenes.
Signature | Description |
---|---|
GameScenes LOADING | ? |
GameScenes LOADINGBUFFER | ? |
GameScenes MAINMENU | The main KSP menu, showing Start Game, Training, Settings etc. |
GameScenes SETTINGS | The settings screen accessed from the main menu. |
GameScenes CREDITS | The KSP main credits, accessed from the main menu. |
GameScenes SPACECENTER | The Kerbal Space Center (KSC) scene. |
GameScenes EDITOR | The Vehicle Assembly Building (VAB) scene. Before the SPH was added, it was the only vessel editor in the game. |
GameScenes FLIGHT | The main game flight scene, where vessels are launched and flown. |
GameScenes TRACKSTATION | The Tracking Station scene. |
GameScenes SPH | The Space Plane Hangar (SPH) scene. |
GameScenes PSYSTEM | ? |