Difference between revisions of "API:PartModule.StartState"
From Kerbal Space Program Wiki
Singularity (talk | contribs) m (Removed the comment about values being incomplete (they no longer are) and changed "atmosphere" to "trajectory" in the SubOrbital value.) |
m (-blank lines;) |
||
Line 1: | Line 1: | ||
{{Enum | {{Enum | ||
|name=PartModule.StartState | |name=PartModule.StartState | ||
− | |summary=An enum that determines what game state a part starts in. | + | |summary=An enum that determines what game state a part starts in. Implemented in [[API:PartModule|PartModule]]. |
− | |||
− | [[API:PartModule|PartModule | ||
}} | }} | ||
− | |||
− | |||
{{Fields| | {{Fields| | ||
Line 26: | Line 22: | ||
|desc=Part started while flying. | |desc=Part started while flying. | ||
}} | }} | ||
− | |||
{{Field | {{Field | ||
Line 33: | Line 28: | ||
|desc=Part started landed on a planet. | |desc=Part started landed on a planet. | ||
}} | }} | ||
− | |||
{{Field | {{Field | ||
Line 52: | Line 46: | ||
|desc=The part started before launch. | |desc=The part started before launch. | ||
}} | }} | ||
− | |||
{{Field | {{Field | ||
Line 59: | Line 52: | ||
|desc=The part started in the water. | |desc=The part started in the water. | ||
}} | }} | ||
− | |||
{{Field | {{Field |
Revision as of 16:30, 28 April 2013
|- | PartModule.StartState | Enum template: values parameter missing
Fields
The following is a list of fields in PartModule.StartState.
Signature | Description |
---|---|
PartModule.StartState Docked | Part started while docked. |
PartModule.StartState Editor | Part started in editor. |
PartModule.StartState Flying | Part started while flying. |
PartModule.StartState Landed | Part started landed on a planet. |
PartModule.StartState None | The part state is unknown. |
PartModule.StartState Orbital | The part started in orbit. |
PartModule.StartState PreLaunch | The part started before launch. |
PartModule.StartState Splashed | The part started in the water. |
PartModule.StartState SubOrbital | The part started in a sub orbital trajectory.
|