-
-
Notifications
You must be signed in to change notification settings - Fork 18
show_error
CryoEagle edited this page Jan 6, 2019
·
1 revision
Show error window with your given information about error
show_error(str)
Argument | Description |
---|---|
string str |
message to debug output |
Returns: string
Show error window with your given information about error, useful when catching error.
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