Macro godot::prelude::godot_warn

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

Pushes a warning message to Godot’s built-in debugger and to the OS terminal.

Godot equivalent: @GlobalScope.push_warning().