Function bwapi_sys::Game_drawEllipse[][src]

pub unsafe extern "C" fn Game_drawEllipse(
    self_: *mut Game,
    ctype: CoordinateType,
    x: c_int,
    y: c_int,
    xrad: c_int,
    yrad: c_int,
    color: Color,
    isSolid: bool
)