Which system to use when scoring and judging notes.

Variables

@:value(cast "LEGACY")@:impl@:enuminlineread onlyLEGACY:ScoringSystem = "LEGACY"

The scoring system used in versions of the game Week 6 and older. Scores the player based on judgement, represented by a step function.

@:value(cast "PBOT1")@:impl@:enuminlineread onlyPBOT1:ScoringSystem = "PBOT1"

Points Based On Timing scoring system, version 1 Scores the player based on the offset based on timing, represented by a sigmoid function.

@:value(cast "WEEK7")@:impl@:enuminlineread onlyWEEK7:ScoringSystem = "WEEK7"

The scoring system used in Week 7. It has tighter scoring windows than Legacy. Scores the player based on judgement, represented by a step function.