Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Export ¶
type Export struct {
Mapped *configs_mapped.MappedConfigs
Systems []System
}
type System ¶
type System struct {
Nickname string `json:"nickname"`
Name string `json:"name"`
Pos Coords2D `json:"galaxy_pos"`
Region Region `json:"region"`
}
func ExportSystems ¶ added in v1.97.0
func ExportSystems(configs *configs_mapped.MappedConfigs) []System
Click to show internal directories.
Click to hide internal directories.