Kerbal Space Program
1.12.4
|
Public Member Functions | |
bool | IsEnginePlate () |
Returns True if this Separator is an Engine Plate More... | |
bool | PartDetaches (out List< Part > decoupledChildParts) |
Returns True or False to indicate if the whole Part Detaches when it is staged or not. eg: A decoupler returns true. But a Engine Plate returns false as only the child attached to the bottom of it is detached, not any engines attached to it. Must also set decoupledChild which would be the child part that IS detached. Or Null if there isn't one. More... | |
bool IStageSeparatorChild.IsEnginePlate | ( | ) |
Returns True if this Separator is an Engine Plate
Implemented in ModuleServiceModule, and ModuleDecouplerBase.
bool IStageSeparatorChild.PartDetaches | ( | out List< Part > | decoupledChildParts | ) |
Returns True or False to indicate if the whole Part Detaches when it is staged or not. eg: A decoupler returns true. But a Engine Plate returns false as only the child attached to the bottom of it is detached, not any engines attached to it. Must also set decoupledChild which would be the child part that IS detached. Or Null if there isn't one.
decoupledChildParts | Set to the Child Parts that will be detached or Null. Is ONLY required if the method returns false. |
Implemented in ModuleServiceModule, and ModuleDecouplerBase.