godot.api.output

Integration with Godot editor's output and debugger tabs

Members

Functions

godotAssertHandlerCrash
void godotAssertHandlerCrash(string file, size_t line, string msg)

The release-mode Godot-D assert handler redirects assert messages to the Godot error handlers and terminates the program.

godotAssertHandlerEditorDebug
void godotAssertHandlerEditorDebug(string file, size_t line, string msg)

The debug-mode Godot-D assert handler redirects assert messages to the Godot error handlers (including Debugger tab in editor and system console).

print
void print(Args args, string fn, string f, int l)

Print to Godot's console and stdout.

Meta