[][src]Function bakkesmod::game::hook_event_with_caller

pub fn hook_event_with_caller<T: Object + 'static>(
    name: &str,
    callback: Box<dyn FnMut(Box<T>)>
)