v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Requests the jump drive to make a jump.
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Jump(
bool usePilot = true
)
Sub Jump (
Optional usePilot As Boolean = true
)
void Jump(
bool usePilot = true
)
abstract Jump :
?usePilot : bool
(* Defaults:
let _usePilot = defaultArg usePilot true
*)
-> unit
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