SerenityJS
    Preparing search index...

    Interface EntityNpcDialogueProperty

    interface EntityNpcDialogueProperty {
        buttons: [string, string][];
        dialogue: string;
        title: string;
        [key: string]: JSONLikeValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    buttons: [string, string][]

    The buttons of the npc dialogue. [ButtonName, Command]

    dialogue: string

    The dialogue content of the npc.

    title: string

    The title of the npc dialogue.