godot-dlang ~master (2023-06-12T16:03:25Z)
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.