enum abstract PlayAnimContext(String)
package funkin.scripting.events
import funkin.scripting.events.PlayAnimEvent
Contains all contexts possible for PlayAnimEvent
.
Variables
inlineread onlyMISS:PlayAnimContext = "MISS"
Whenever a note is missed and a miss animation will be played.
inlineread onlySING:PlayAnimContext = "SING"
Whenever a note is hit and a sing animation will be played.