Interface IMyJumpDrive
Describes jump drive block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyJumpDrive : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyJumpDrive, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
CurrentStoredPower
Gets or sets the stored charge.
Declaration
float CurrentStoredPower { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Jump(Boolean)
Requests the jump drive to make a jump. MODDERS: Use IMyCubeGrid.JumpSystems for more options.
Declaration
void Jump(bool usePilot = true)
Parameters
Type | Name | Description |
---|---|---|
System. |
usePilot | Pass true to use the controlling player as a direction reference, false to use the default ship controller. Default true. |