Function lua_getglobal

Source
pub unsafe fn lua_getglobal(L: *mut lua_State, name: *const c_char) -> lua_Type
Expand description

Gets a global variable with the given name and pushes it onto the stack.