macro_rules! godot_error {
($($args:tt)*) => { ... };
}
Expand description
Print an error using the engine’s logging system (visible in the editor).
macro_rules! godot_error {
($($args:tt)*) => { ... };
}
Print an error using the engine’s logging system (visible in the editor).