Function bwapi_sys::Unit_registerEvent[][src]

pub unsafe extern "C" fn Unit_registerEvent(
    self_: *mut Unit,
    action: Option<unsafe extern "C" fn(arg1: *mut Unit)>,
    condition: Option<unsafe extern "C" fn(arg1: *mut Unit) -> bool>,
    timesToRun: c_int,
    framesToCheck: c_int
)