Skip to main content

ChatRoomSendLocal

Callable

  • ChatRoomSendLocal(Content: string, Timeout?: number): void

  • Sends message to user with HTML tags


    Parameters

    • Content: string

      InnerHTML for the message

    • optionalTimeout: number

      total time to display the message in ms

    Returns void

    • Nothing