godot_core

Macro godot_script_error

Source
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.