Skip to main content

DialogSetStatus

Callable

  • DialogSetStatus(status: string, timer?: number, replace?: { C?: Character; asset?: Asset; group?: AssetGroup }, id?: any): void

  • Displays the given text for 5 seconds


    Parameters

    • status: string

      The text to be displayed

    • timer: number = 0

      the number of milliseconds to display the message for

    • replace: { C?: Character; asset?: Asset; group?: AssetGroup } = null

      Attempt to perform replacements within the status text

    • id: any = null

    Returns void

    • Nothing