print

Function print 

Source
pub fn print<S: Display>(msg: S)
Expand description

Print a message to the Godot console.

Typically, you would use this through the godot_print macro.

§Panics

If the API isn’t initialized.