Function bwapi_sys::Game_drawBox[][src]

pub unsafe extern "C" fn Game_drawBox(
    self_: *mut Game,
    ctype: CoordinateType,
    left: c_int,
    top: c_int,
    right: c_int,
    bottom: c_int,
    color: Color,
    isSolid: bool
)