View source
interface IDialogueScriptedClass
package funkin.modding
extends IScriptedClass
import funkin.modding.IScriptedClass
extended by Conversation, DialogueBox, Speaker
Available on all platforms
Defines a set of callbacks activated during a dialogue conversation.
Methods
onDialogueStart(event:DialogueScriptEvent):Void
Called as the dialogue starts, and before the first dialogue text is displayed.