Macro 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()
.
macro_rules! godot_warn { ($fmt:literal $(, $args:expr)* $(,)?) => { ... }; }
Pushes a warning message to Godot’s built-in debugger and to the OS terminal.
Godot equivalent: @GlobalScope.push_warning()
.