Expand description
Types for the [Events] section.
Structs§
- Break
Period - A break section during a
Beatmap. - Events
- Struct containing all data from a
.osufile’s[Events]section. - Parse
Event Type Error - Error when failing to parse an
EventType.
Enums§
- Event
Type - The type of an event.
- Parse
Events Error - All the ways that parsing a
.osufile intoEventscan fail.
Type Aliases§
- Events
State - The parsing state for
EventsinDecodeBeatmap.