View source
interface ICharacterSelectScriptedClass
package funkin.modding
extends IScriptedClass
import funkin.modding.IScriptedClass
extended by Module
Available on all platforms
Defines a set of callbacks activated in Character Select.
Methods
onCharacterConfirm(event:CharacterSelectScriptEvent):Void
Called when a character has been confirmed.
onCharacterDeselect(event:CharacterSelectScriptEvent):Void
Called when the user presses BACK after confirming a character.