Summary

public void RequestJump(string destinationName, Vector3D destination, long userId, BoundingBoxD? shipBox, float jumpDriveDelay, long? driveEntityId)

Requests the pilot or local player to jump (Prompts the pilot with the jump UI, they can cancel the jump or say yes)

Parameters

Summary

public void RequestJump(Vector3D jumpTarget, long userId, float jumpDriveDelay, long? driveEntityId)

Requests the pilot or local player to jump (Prompts the pilot with the jump UI, they can cancel the jump or say yes)

Parameters