Function bwapi_sys::Bullet_registerEvent[][src]

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