Kerbal Space Program
1.12.4
|
Contains the Location Parameters for a vessel in a mission More...
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... | |
Contains the Location Parameters for a vessel in a mission
|
inline |
|
inline |
|
inline |
Implements IConfigNode.
|
inline |
Implements IConfigNode.
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