神岛 API 文档 - ArenaPro版
    Preparing search index...

    Enumeration GameDialogType

    定义游戏对话的类型。 GameDialogType 枚举列出了游戏中对话类型:

    • TEXT —— 文本
    • SELECT —— 选择
    • INPUT —— 输入

    Defines the type of game dialog. The GameDialogType enum lists the types of dialogs in the game:

    • TEXT — Text
    • SELECT — Selection
    • INPUT — Input
    Index

    Enumeration Members

    Enumeration Members

    INPUT: "input"
    SELECT: "select"
    TEXT: "text"