funkin.play.event
Friday Night Funkin' API Reference
| .. | |
|---|---|
| FocusCameraSongEvent | This class handles song events which change the camera focus. This lets you center the camera on a character, on a stage prop, or a specific position on the screen, as well as apply relative offsets, and even determine the speed and manner with which the camera moves into place. |
| PlayAnimationSongEvent | This class handles song events which force a specific character or stage prop to play an animation. |
| ScriptedSongEvent | A script that can be tied to a SongEvent.
Create a scripted class that extends SongEvent, then call |
| ScrollSpeedEvent | This class handles song events which change the scroll speed of the chart. This affects the speed at which the notes move towards the strums. |
| SetCameraBopSongEvent | This class handles song events which change how the camera bops to the beat of the song. |
| SetHealthIconSongEvent | This class handles song events which change the player's health icon, or the opponent's health icon. |
| SongEvent | This class provides a handler for a type of song event. It is used by the ScriptedSongEvent class to handle user-defined events, and also used by other classes in this package to provide default behavior for built-in events. |
| ZoomCameraSongEvent | This class handles song events which change the zoom level of the camera. |