Re-exports§
pub use aimodule::AiModule;
pub use bullet::Bullet;
pub use bullet::BulletType;
pub use force::Force;
pub use game::Game;
pub use player::Player;
pub use player::PlayerId;
pub use unit::Unit;
pub use unit::UnitId;
pub use crate::types::*;
Modules§
- Helper traits and impls for the various can_xyz methods. BWAPI uses multiple overloaded methods, which is emulated using traits. Therefore, traits in here are usually implemented for
bool
and for one or more tuples. Thebool
in this case is the parametercheckCommandibility
. Be warned, all the checking API is not stable, as it is mostly a rough conversion from C++