mlua_sys::lua52::lua

Function lua_getglobal_

Source
pub unsafe extern "C-unwind" fn lua_getglobal_(
    L: *mut lua_State,
    name: *const c_char,
)
Available on crate feature lua52 only.