[][src]Function rlbot::init

pub fn init() -> Result<RLBot, Box<dyn Error>>

Initializes RLBot and returns a ready-to-use RLBot object.

This function works exactly as init_with_options. Take a look there for more details.