print

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