Module godot.d.output
Integration with Godot editor's output and debugger tabs
Functions
| Name | Description |
|---|---|
godotAssertHandlerCrash(file, line, msg)
|
The release-mode Godot-D assert handler redirects assert messages to the Godot error handlers and terminates the program. |
godotAssertHandlerEditorDebug(file, line, 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(args)
|
Print to Godot's console and stdout. |