Skip to content

show_debug_message_ext

CryoEagle edited this page Jan 6, 2019 · 1 revision

show_debug_message

Show debug message in debug output

Syntax:

show_debug_message(str, category)
Argument Description
string str message to debug output
string category message to debug output

Returns: string

Description:

This function will show message in debug output when is called, it's working like show_debug_message() but in this function is one more option and that is category for better organization of your project.

Example:

show_debug_message_ext("text", "oMyPlayer");

The above code will show message in debug output „oMyPlayer: text“.

Back to Debug

Clone this wiki locally