Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Member Functions | Public Attributes | List of all members
Expansions.Missions.ParamChoices_VesselSimpleLocation Class Reference

A class for letting the Creator choose a vessel location from Landed or orbit, it doesnt have any option for Launchsites (Hence SimpleLocation) More...

Inheritance diagram for Expansions.Missions.ParamChoices_VesselSimpleLocation:
IConfigNode

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...
 

Detailed Description

A class for letting the Creator choose a vessel location from Landed or orbit, it doesnt have any option for Launchsites (Hence SimpleLocation)

Member Enumeration Documentation

Enumerator
landed 
orbit 

Member Function Documentation

string Expansions.Missions.ParamChoices_VesselSimpleLocation.GetNodeBodyParameterString ( )
inline

Returns the string to be displayed when the parameter is displayed in the node body

Returns
String to be displayed when the parameter is displayed in the node body,
void Expansions.Missions.ParamChoices_VesselSimpleLocation.Load ( ConfigNode  node)
inline

Implements IConfigNode.

void Expansions.Missions.ParamChoices_VesselSimpleLocation.Save ( ConfigNode  node)
inline

Implements IConfigNode.

Member Data Documentation

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


The documentation for this class was generated from the following file: