Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /