API:Vessel.Situations
From Kerbal Space Program Wiki
Revision as of 11:53, 26 April 2014 by Coolcat007 (talk | contribs) (Created page with "{{Enum |name=Vessel.Situations |summary=An enum that determines what game state a vessel is in. Implemented in Vessel. }} {{Fields| {{Field |name=DOCKED |type=...")
|- | Vessel.Situations | Enum template: values parameter missing
Fields
The following is a list of fields in Vessel.Situations.
Signature | Description |
---|---|
Vessel.Situations DOCKED | Vessel is docked. |
Vessel.Situations FLYING | Vessel is flying. |
Vessel.Situations LANDED | Vessel is landed on a planet. |
Vessel.Situations ORBITING | Vessel is in orbit. |
Vessel.Situations PRELAUNCH | Vessel situation before launch. |
Vessel.Situations SPLASHED | Vessel is in the water. |
Vessel.Situations SUB_ORBITAL | Vessel is in a sub orbital trajectory. |