Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDefaultSettings = errors.New("Default settings selected")
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
RimworldVersion string `toml:"rimworld_version"`
UI struct {
Scale int `toml:"scale,default=100"`
} `toml:"ui"`
Sorting struct {
ByName bool `toml:"by_name"`
Simple bool `toml:"simple"`
Unstable bool `toml:"unstable"`
} `toml:"sorting"`
Paths struct {
SteamWorkshop string `toml:"steam_workshop"`
Rimworld string `toml:"rimworld"`
RimworldSettings string `toml:"rimworld_settings"`
ConstraintCatalog string `toml:"constraint_catalog"`
} `toml:"paths"`
}
func NewSettings ¶
Click to show internal directories.
Click to hide internal directories.