pub fn warn<S: Display>(site: Site<'_>, msg: S)
Print a warning to the Godot console.
Typically, you would use this through the godot_warn macro.
godot_warn
If the API isn’t initialized, or if the message contains any NUL-bytes.