Macro godot_error
macro_rules! godot_error { ($fmt:literal $(, $args:expr)* $(,)?) => { ... }; }
Expand description
Pushes an error message to Godot’s built-in debugger and to the OS terminal.
Godot equivalent: @GlobalScope.push_error()
.
macro_rules! godot_error { ($fmt:literal $(, $args:expr)* $(,)?) => { ... }; }
Pushes an error message to Godot’s built-in debugger and to the OS terminal.
Godot equivalent: @GlobalScope.push_error()
.