Kerbal Space Program
1.12.4
|
Classes | |
class | AvailablePart |
class | AvailablePart.ModuleInfo |
class | AvailablePart.ResourceInfo |
Enumerations | |
enum | PreferredInitialStage { PreferredInitialStage.FIRST, PreferredInitialStage.LAST, PreferredInitialStage.PARACHUTESTAGE, PreferredInitialStage.DEFAULT } |
This enum is used to declare what will be the position in the vessel stages of the vessel right now this is used for launch clamps and parachutes If you choose FIRST the part will try to position itself in the first stage but if it encounters a decouple then it eill stay in that stage or if it encounter another parachute If we reach stage 0 and there is no parachute we create a new stage and put this part alone in stage 0. If you choose LAST the part will be positioned in the las stage of the vessel. If you choose DEFAULT the behaviour doesn't change More... | |
This enum is used to declare what will be the position in the vessel stages of the vessel right now this is used for launch clamps and parachutes If you choose FIRST the part will try to position itself in the first stage but if it encounters a decouple then it eill stay in that stage or if it encounter another parachute If we reach stage 0 and there is no parachute we create a new stage and put this part alone in stage 0. If you choose LAST the part will be positioned in the las stage of the vessel. If you choose DEFAULT the behaviour doesn't change
Enumerator | |
---|---|
FIRST | |
LAST | |
PARACHUTESTAGE | |
DEFAULT |