Kerbal Space Program
1.12.4
|
A class for letting the Creator choose a vessel location from Landed or orbit, it doesnt have any option for Launchsites (Hence SimpleLocation) More...
Public Types | |
enum | Choices { Choices.landed, Choices.orbit } |
Public Member Functions | |
string | GetNodeBodyParameterString () |
Returns the string to be displayed when the parameter is displayed in the node body More... | |
void | Load (ConfigNode node) |
void | Save (ConfigNode node) |
Public Attributes | |
VesselGroundLocation | landed |
The location of the vessel on the ground More... | |
Choices | locationChoice = Choices.landed |
An enum to choose from the fields below More... | |
MissionOrbit | orbit |
The orbit of the vessel in space More... | |
A class for letting the Creator choose a vessel location from Landed or orbit, it doesnt have any option for Launchsites (Hence SimpleLocation)
|
inline |
Returns the string to be displayed when the parameter is displayed in the node body
|
inline |
Implements IConfigNode.
|
inline |
Implements IConfigNode.
VesselGroundLocation Expansions.Missions.ParamChoices_VesselSimpleLocation.landed |
The location of the vessel on the ground
Choices Expansions.Missions.ParamChoices_VesselSimpleLocation.locationChoice = Choices.landed |
An enum to choose from the fields below
MissionOrbit Expansions.Missions.ParamChoices_VesselSimpleLocation.orbit |
The orbit of the vessel in space