Function bwapi_sys::Game_drawCircle[][src]

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