Contains all contexts possible for PlayAnimEvent
.
Variables
View on GitHub
inlineread onlyDANCE:PlayAnimContext = "DANCE"
Whenever a dance animation is played. The character's dancing wont be blocked.
View on GitHub
inlineread onlyLOCK:PlayAnimContext = "LOCK"
Locks the character's animation. Prevents the character from dancing, even if the animation ended.
View on GitHub
inlineread onlyMISS:PlayAnimContext = "MISS"
Whenever a note is missed and a miss animation will be played. Only for scripting, since it has the same effects as SING.
View on GitHub
inlineread onlyNONE:PlayAnimContext = null
No context was given for the animation. The character won't dance until the animation is finished
View on GitHub
inlineread onlySING:PlayAnimContext = "SING"
Whenever a note is hit and a sing animation will be played. The character will only dance after their holdTime is reached.