Skip to content

JudgementTrigger

rech edited this page Jun 15, 2026 · 1 revision

desc Trigger that activates on judgement events.

Remarks Created via Trigger.judgement(). All judgement filter methods can be chained and will combine their listened events.

Methods

onMax()

desc Sets the channel to listen to Max judge event.

Return types

JudgementTrigger

onPerfect()

desc Sets the channel to listen to Perfect judge event. This includes early, late, and max perfects.

Return types

JudgementTrigger

onPerfectEarly()

desc Sets the channel to listen to Early Perfect judge event.

Return types

JudgementTrigger

onPerfectLate()

desc Sets the channel to listen to Late Perfect judge event.

Return types

JudgementTrigger

onGood()

desc Sets the channel to listen to Good judge event. This includes early and late goods.

Return types

JudgementTrigger

onGoodEarly()

desc Sets the channel to listen to Early Good judge event.

Return types

JudgementTrigger

onGoodLate()

desc Sets the channel to listen to Late Good judge event.

Return types

JudgementTrigger

onMiss()

desc Sets the channel to listen to Miss judge event. This includes early and late misses.

Return types

JudgementTrigger

onMissEarly()

desc Sets the channel to listen to Early Miss judge event.

Return types

JudgementTrigger

onMissLate()

desc Sets the channel to listen to Late Miss judge event.

Return types

JudgementTrigger

ofTimingGroup(timingGroup)

desc Sets the target timing group index to listen from.

Parameters

Name Type desc
timingGroup num The timing group index to listen from. Defaults to all groups (-1) if not called.

Return types

JudgementTrigger

dispatch(channel, duration, easing)

desc Sets the val to send to the TriggerChannel bound to this trigger.

Parameters

Name Type desc
channel ValueChannel The val channel to dispatch
duration num The duration of the dispatch in ms
easing str The easing to use

Return types

JudgementTrigger

Clone this wiki locally