Function bwapi_sys::Game_getClosestUnitInRectangle[][src]

pub unsafe extern "C" fn Game_getClosestUnitInRectangle(
    self_: *mut Game,
    center: Position,
    pred: UnaryUnitFilter,
    left: c_int,
    top: c_int,
    right: c_int,
    bottom: c_int
) -> *mut Unit