Lua
C++
Edit

Notify

This functions displays a message box.

Syntax

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

Example

#include "UltraEngine.h"

using namespace UltraEngine;

int main(int argc, const char* argv[])
{ 
    Notify("Hello, world!");
    return 0;
}
Copyright © 2024 Ultra Software.
All rights reserved.