Skip to main content

godot_warn

Macro godot_warn 

Source
macro_rules! godot_warn {
    ($($args:tt)*) => { ... };
}
Expand description

Print a warning using the engine’s logging system (visible in the editor).