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

Contains the Location Parameters for a vessel in a mission More...

Inheritance diagram for Expansions.Missions.VesselLocation:
IConfigNode

Public Member Functions

void Load (ConfigNode node)
 
void Save (ConfigNode node)
 
 VesselLocation ()
 
 VesselLocation (MENode node)
 

Public Attributes

bool brakesOn
 Specifies if a vessel will have it's brakes on when spawned. More...
 
EditorFacility facility = EditorFacility .VAB
 Set to the Editor Facility vessel is to be playerCreated in. Will be empty if playerCreated is false. If playerCreated is true will contain "VAB" or "SPH" More...
 
string launchSite = ""
 If the vessel is PRELAUNCH this is the launch Site name. More...
 
MissionOrbit orbitSnapShot
 If vessel is in orbit this is the Orbit Snapshot variables node. More...
 
MissionSituation.VesselStartSituations situation = MissionSituation.VesselStartSituations.PRELAUNCH
 The valid start situations for a vessel for a mission. This is a subset of Vessel.Situations. More...
 
VesselGroundLocation vesselGroundLocation
 Information regarding Ground Location of the vessel More...
 

Detailed Description

Contains the Location Parameters for a vessel in a mission

Constructor & Destructor Documentation

Expansions.Missions.VesselLocation.VesselLocation ( )
inline
Expansions.Missions.VesselLocation.VesselLocation ( MENode  node)
inline

Member Function Documentation

void Expansions.Missions.VesselLocation.Load ( ConfigNode  node)
inline

Implements IConfigNode.

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

Implements IConfigNode.

Member Data Documentation

bool Expansions.Missions.VesselLocation.brakesOn

Specifies if a vessel will have it's brakes on when spawned.

EditorFacility Expansions.Missions.VesselLocation.facility = EditorFacility .VAB

Set to the Editor Facility vessel is to be playerCreated in. Will be empty if playerCreated is false. If playerCreated is true will contain "VAB" or "SPH"

string Expansions.Missions.VesselLocation.launchSite = ""

If the vessel is PRELAUNCH this is the launch Site name.

MissionOrbit Expansions.Missions.VesselLocation.orbitSnapShot

If vessel is in orbit this is the Orbit Snapshot variables node.

MissionSituation.VesselStartSituations Expansions.Missions.VesselLocation.situation = MissionSituation.VesselStartSituations.PRELAUNCH

The valid start situations for a vessel for a mission. This is a subset of Vessel.Situations.

VesselGroundLocation Expansions.Missions.VesselLocation.vesselGroundLocation

Information regarding Ground Location of the vessel


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