Struct rlbot::RLBot[][src]

pub struct RLBot { /* fields omitted */ }

The main interface to RLBot. All the RLBot calls that are available can be made through this struct.

Methods

impl RLBot
[src]

Returns a Packeteer object, for conveniently accessing game state as it occurs.

Sends player input to RLBot.

Grabs the current LiveDataPacket from RLBot. Consider using packeteer instead for a more convenient interface.

Tell RLBot to start a match.

Auto Trait Implementations

impl Send for RLBot

impl !Sync for RLBot