Macro godot_print
macro_rules! godot_print {
($fmt:literal $(, $args:expr)* $(,)?) => { ... };
}
Expand description
Prints to the Godot console.
Godot equivalent: @GlobalScope.print()
.
macro_rules! godot_print {
($fmt:literal $(, $args:expr)* $(,)?) => { ... };
}
Prints to the Godot console.
Godot equivalent: @GlobalScope.print()
.