Module general

Module general 

Source
Expand description

Types for the [General] section.

Structs§

General
Struct containing all data from a .osu file’s [General] section.
ParseCountdownTypeError
Error when failing to parse a CountdownType.
ParseGameModeError
Error when failing to parse a GameMode.

Enums§

CountdownType
The countdown type of a Beatmap.
GameMode
An osu! gamemode.
GeneralKey
All valid keys within a .osu file’s [General] section.
ParseGeneralError
All the ways that parsing a .osu file into General can fail.

Type Aliases§

GeneralState
The parsing state for General in DecodeBeatmap.