Skip to main content

DialogSetStatus

Callable


  • 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

    Returns void

    • Nothing