Skip to content

show_error

CryoEagle edited this page Jan 6, 2019 · 1 revision

show_error

Show error window with your given information about error

Syntax:

show_error(str)
Argument Description
string str message to debug output

Returns: string

Description:

Show error window with your given information about error, useful when catching error.

Example:

show_error("You don't like to see me, but im error");

The above code will open window with error message „You don't like to see me, but im error“.

Back to Debug

Clone this wiki locally