Macro godot::prelude::godot_print

macro_rules! godot_print {
    ($fmt:literal $(, $args:expr)* $(,)?) => { ... };
}
Expand description

Prints to the Godot console.

Godot equivalent: @GlobalScope.print().