View source
class PlayAnimationSongEvent
package funkin.play.event
extends SongEvent
Available on all platforms
This class handles song events which force a specific character or stage prop to play an animation.
Constructor
Methods
getEventSchema():SongEventSchema
{
"target": STRING, // Name of character or prop to point to.
"anim": STRING, // Name of animation to play.
"force": BOOL, // Whether to force the animation to play.
}
Returns:
SongEventSchema