RequestJump
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
- string destinationName
- Vector3D destination
- long userId
- BoundingBoxD? shipBox
- float jumpDriveDelay
- long? driveEntityId
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)