loadouts_mapped

package
v0.106.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FILENAME utils_types.FilePath = "loadouts.ini"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Cargo

type Cargo struct {
	semantic.Model
	Nickname *semantic.String
}

type Config

type Config struct {
	Files          []*iniload.IniLoader
	Loadouts       []*Loadout
	LoadoutsByNick map[string]*Loadout
}

func Read

func Read(files []*iniload.IniLoader) *Config

func (*Config) Write

func (frelconfig *Config) Write() []*file.File

type Loadout

type Loadout struct {
	semantic.Model
	Nickname *semantic.String
	Cargos   []*Cargo
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL