Callbacks
function onStep()
show_message(“hello!!”) -- super annoying popup >:(
endStart/End
onCreate()
onCreatePost()
onSongEnd()
Events
onStep()
onDraw()
onDrawGUI()
onBombNote(note: Int)
onEventNote(event: Int)
onBadguyNote(note: Int, type: Int)
onPlayerNote(note: Int, type: Int)
onNoteMiss(note: Int, type: Int)
COMPATIBILITY CALLBACKS
onStageLoad()
onStageDraw()
customChar()
Last updated