godot-dlang v0.1.0 (2022-11-07T21:45:52Z)
Dub
Repo
print
godot
api
output
Print to Godot's console and stdout.
void
print
(
Args
...
)
(
Args
args
,
string
fn
= __FUNCTION__
,
string
f
= __FILE__
,
int
l
= __LINE__
)
Parameters
args
Args
any Godot-compatible types or strings
Meta
Source
See Implementation
godot
api
output
functions
godotAssertHandlerCrash
godotAssertHandlerEditorDebug
print
Print to Godot's console and stdout.