IKSPDevJointLockState Interface |
Namespace: KSPDev.KSPInterfaces
The IKSPDevJointLockState type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsJointUnlocked | Tells if the parts can move relative to each other. |
public class MyModule : PartModule, IJointLockState, IKSPDevJointLockState { /// <inheritdoc/> public override bool IsJointUnlocked() { return true; } }