funkin.util.plugins

Friday Night Funkin' API Reference

..
EvacuateDebugPlugin

A plugin which adds functionality to press F4 to immediately transition to the main menu. This is useful for debugging or if you get softlocked or something.

ForceCrashPlugin

A plugin which forcibly crashes the application. TODO: Should we disable this in release builds?

MemoryGCPlugin

A plugin which adds functionality to press Ins to immediately perform memory garbage collection.

NewgroundsMedalPlugin

Handles global display of the Newgrounds medal popup.

ReloadAssetsDebugPlugin

A plugin which adds functionality to press F5 to reload all game assets, then reload the current state. This is useful for hot reloading assets during development.

ScreenshotPlugin

A Flixel plugin, which renders on top of the game, and provides the functionality and visual feedback for taking screenshots.

ScreenshotPluginParams

Parameters for starting the ScreenshotPlugin.

TouchPointer

Represents a touch pointer in the game.

TouchPointerPlugin
VolumePlugin

Handles volume control in a way that is compatible with alternate control schemes.

WatchPlugin

A plugin which adds functionality to display several universally important values in the Flixel variable watch window.