Skip to content

StartView

github-actions[bot] edited this page Sep 23, 2026 · 3 revisions

Interface: StartView

Imported from @elite-dangerous-almanac/galaxy-map.

The camera a host asks the map to open at. cursor and system name the same field two ways, and cursor wins where the host gives both.

Properties

cursor?

readonly optional cursor?: readonly [number, number, number]

The point the camera centres on, in game coordinates.


distance?

readonly optional distance?: number

The distance from the cursor to the camera, in light years.


pitch?

readonly optional pitch?: number

The camera's elevation above the galactic plane, in degrees.


system?

readonly optional system?: string

The identity of a system to centre on: the id64 where the record carries one, and the name where it does not. The host adds its records after the map is built, so the map holds the identity and applies it in the first frame the set holds the record.


yaw?

readonly optional yaw?: number

The camera's angle around the cursor, in degrees.

Clone this wiki locally