print_debug

Prints a custom message to the error log. The error log can be toggled by pressing Ctrl+F8 anywhere in the game.

ArgumentTypeDescription
message:stringThe message to print

Example, called from init.gml:

print_debug( “Hello, world!” );