Kerbal Space Program
1.12.4
|
Implement to aid EVA Construction. A PartModule can implement this interface and return try or false for if it can be Detached, Offset or Rotated during EVA construction. More...
Public Member Functions | |
bool | CanBeDetached () |
Returns true if the part can be detached. More... | |
bool | CanBeOffset () |
Returns true if the part can have offset applied. More... | |
bool | CanBeRotated () |
Returns true if the part can have a rotation applied. More... | |
Implement to aid EVA Construction. A PartModule can implement this interface and return try or false for if it can be Detached, Offset or Rotated during EVA construction.
bool IConstruction.CanBeDetached | ( | ) |
Returns true if the part can be detached.
Implemented in ModuleEngines, Expansions.Serenity.BaseServo, ModuleDeployablePart, ModuleRCS, BaseConverter, ModuleResourceDrain, ModuleWheels.ModuleWheelDamage, and KerbalSeat.
bool IConstruction.CanBeOffset | ( | ) |
Returns true if the part can have offset applied.
Implemented in ModuleEngines, Expansions.Serenity.BaseServo, ModuleDeployablePart, ModuleRCS, BaseConverter, ModuleResourceDrain, ModuleWheels.ModuleWheelDamage, and KerbalSeat.
bool IConstruction.CanBeRotated | ( | ) |
Returns true if the part can have a rotation applied.
Implemented in ModuleEngines, Expansions.Serenity.BaseServo, ModuleDeployablePart, ModuleRCS, BaseConverter, ModuleResourceDrain, ModuleWheels.ModuleWheelDamage, and KerbalSeat.