Macro godot_print_rich
macro_rules! godot_print_rich {
($fmt:literal $(, $args:expr)* $(,)?) => { ... };
}Expand description
Prints to the Godot console. Supports BBCode, color and URL tags.
Slower than godot_print!.
Godot equivalent: @GlobalScope.print_rich().