Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Pop up messages

Arnis Lielturks edited this page Jul 3, 2018 · 2 revisions

Pop-up messages

To display pop-up message call the following command

C++ and AngelScript:

VariantMap data;
data["Title"] = "Everything OK!";
data["Message"] = "Seems like everything is ok!";
SendEvent("ShowAlertMessage", data);
Clone this wiki locally