Type Alias rsbwapi::UnitCommand

source ·
pub type UnitCommand = BWAPIC_UnitCommand;

Aliased Type§

struct UnitCommand {
    pub type_: BWAPI_UnitCommandType,
    pub unitIndex: i32,
    pub targetIndex: i32,
    pub x: i32,
    pub y: i32,
    pub extra: i32,
}

Fields§

§type_: BWAPI_UnitCommandType§unitIndex: i32§targetIndex: i32§x: i32§y: i32§extra: i32