mlua_sys::luau::lua

Function lua_tointegerx_

Source
pub unsafe extern "C-unwind" fn lua_tointegerx_(
    L: *mut lua_State,
    idx: c_int,
    isnum: *mut c_int,
) -> lua_Integer
Available on crate feature luau only.