print

Print to Godot's console and stdout.

void
print
(
Args...
)
(
Args args
)

Parameters

args Args

any Godot-compatible types or strings

Meta