Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultLaunchDelay = 1000
DefaultLaunchDelay is used if a launch delay hasn't been set by a user.
View Source
const (
// Permissions are the directory permissions for storage.
Permissions = 0755
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Game ¶
type Game struct {
ID string `json:"id"`
Location string `json:"location"`
Instances int `json:"instances"`
OverrideBHCfg bool `json:"override_bh_cfg"`
Flags []string `json:"flags"`
HDVersion string `json:"hd_version"`
MaphackVersion string `json:"maphack_version"`
}
Game represents a game setup by the user.
Click to show internal directories.
Click to hide internal directories.