lua_getglobal

Function lua_getglobal 

Source
pub unsafe fn lua_getglobal(L: *mut lua_State, var: *const c_char) -> c_int
Available on crate feature lua52 only.