add Jump Point
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
linked Planet
planet displayed from hyperspace, can be null
orbit Center
entity orbited
orbit Start Angle
orbit starting angle
orbit Radius
orbit radius
orbit Days
orbit period