Sonolus Wiki

JudgeSimple

Judge player timing.

Arguments

ArgumentDescription
sourcePlayer timing
targetTarget timing
maxPerfectMaximum Perfect distance
maxGreatMaximum Great distance
maxGoodMaximum Good distance

Return

1 if Perfect, 2 if Great, 3 if Good, and 0 otherwise.

Remarks

It is the same as Judge(source, target, -maxPerfect, maxPerfect, -maxGreat, maxGreat, -maxGood, maxGood).