Module events

Module events 

Source
Expand description

Types for the [Events] section.

Structs§

BreakPeriod
A break section during a Beatmap.
Events
Struct containing all data from a .osu file’s [Events] section.
ParseEventTypeError
Error when failing to parse an EventType.

Enums§

EventType
The type of an event.
ParseEventsError
All the ways that parsing a .osu file into Events can fail.

Type Aliases§

EventsState
The parsing state for Events in DecodeBeatmap.