funkin.play.stage

Friday Night Funkin' API Reference

..
AnimationFinishedCallback

AnimationFrameCallback

Bopper

A Bopper is a stage prop which plays a dance animation. Y'know, a thingie that bops. A bopper.

ScriptedBopper

A script that can be tied to a Bopper. Create a scripted class that extends Bopper to use this.

ScriptedStage

A script that can be tied to a Stage. Create a scripted class that extends Stage, and call super('stageID') in the constructor.

ScriptedStageProp

A script that can be tied to StageProp. Create a scripted class that extends StageProp to use this.

Stage

A Stage is a group of objects rendered in the PlayState.

StageProp

StagePropGroup