Prints a custom message to the error log. The error log can be toggled by pressing Ctrl+F8 anywhere in the game.
Argument | Type | Description |
---|---|---|
message | :string | The message to print |
Example, called from init.gml:
print_debug( “Hello, world!” );
Prints a custom message to the error log. The error log can be toggled by pressing Ctrl+F8 anywhere in the game.
Argument | Type | Description |
---|---|---|
message | :string | The message to print |
Example, called from init.gml:
print_debug( “Hello, world!” );