Lua
C++
Edit

Notify

This function displays a message box.

Syntax

Parameter Description
message message to display in the message box
title optional title of the message box window
serious If set to true a warning icon will be displayed

Example

Notify("Hello, world!", "Title", true)
Copyright © 2024 Ultra Software.
All rights reserved.