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