Click or drag to resize
IMyJumpDriveJump Method
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Requests the jump drive to make a jump.

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Jump(
	bool usePilot = true
)

Parameters

usePilot (Optional)
Type: SystemBoolean
Pass true to use the controlling player as a direction reference, false to use the default ship controller. Default true.
See Also