Function print
Print to Godot's console and stdout.
void print(Args...)
(
Args args
);
Parameters
Name | Description |
---|---|
args | any Godot-compatible types or strings |
Print to Godot's console and stdout.
void print(Args...)
(
Args args
);
Name | Description |
---|---|
args | any Godot-compatible types or strings |