Macro godot::prelude::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.