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