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 Leadwerks;

int main(int argc, const char* argv[])
{ 
    Notify("Hello, world!");
    return 0;
}
Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation