addJumpPoint

open fun addJumpPoint(id: String, name: String, linkedPlanet: SectorEntityToken, orbitCenter: SectorEntityToken, orbitStartAngle: Float, orbitRadius: Float, orbitDays: Float): SectorEntityToken

Shorthand to add custom jump-point. Make sure to call `system.autogenerateHyperspaceJumpPoints` after this to generate the hyperspace side.

Parameters

id

jump point's internal ID

name

jump point's displayed name

linkedPlanet

planet displayed from hyperspace, can be null

orbitCenter

entity orbited

orbitStartAngle

orbit starting angle

orbitRadius

orbit radius

orbitDays

orbit period