Documentation
¶
Index ¶
Constants ¶
View Source
const IsLinux = true
Variables ¶
This section is empty.
Functions ¶
func ShipClassToKey ¶ added in v1.75.2
Types ¶
type BaseUniNick ¶
type BaseUniNick string
func (BaseUniNick) ToStr ¶
func (b BaseUniNick) ToStr() string
type FactionNick ¶
type FactionNick string
type Milliseconds ¶
type Milliseconds = float64
type MillisecondsI ¶
type MillisecondsI = int32
type Reachability ¶ added in v1.104.0
type Reachability struct {
IsTransportReachable bool `json:"is_transport_reachable"` // Check if base is NOT reachable from manhattan by Transport through Graph method (at Discovery base has to have Transport dockable spheres)
IsFreighterReachable bool `json:"is_freighter_reachable"` // is base IS Rechable by freighter from Manhattan
IsFrigateReachable bool `json:"is_frigate_reachhable"` // is base IS Rechable by frigate from Manhattan
}
type ShipClass ¶
type ShipClass int64
ShipClass is used to show item volume for specific ship class, used for commoditiies
type WithDiscoFreighterPaths ¶ added in v1.104.0
type WithDiscoFreighterPaths bool
Click to show internal directories.
Click to hide internal directories.