Skip to main content

lua_callhook

Function lua_callhook 

Source
pub unsafe extern "C-unwind" fn lua_callhook(
    L: *mut lua_State,
    hook: lua_Hook,
    userdata: *mut c_void,
)
Available on crate feature luau only.