Function bwapi_sys::Game_drawLine[][src]

pub unsafe extern "C" fn Game_drawLine(
    self_: *mut Game,
    ctype: CoordinateType,
    x1: c_int,
    y1: c_int,
    x2: c_int,
    y2: c_int,
    color: Color
)