Macro oort_api::debug

source ·
macro_rules! debug {
    ($($arg:tt)*) => { ... };
}
Expand description

Adds text to be displayed when the ship is selected by clicking on it.

Works just like println!.