Macro godot_script_error
macro_rules! godot_script_error { ($fmt:literal $(, $args:expr)* $(,)?) => { ... }; }
Expand description
Logs a script error to Godot’s built-in debugger and to the OS terminal.
macro_rules! godot_script_error { ($fmt:literal $(, $args:expr)* $(,)?) => { ... }; }
Logs a script error to Godot’s built-in debugger and to the OS terminal.