lua_setglobal

Function lua_setglobal 

Source
pub unsafe fn lua_setglobal(state: *mut lua_State, name: *const c_char)
Expand description

Pops a value from the stack and sets it as the new value of global name. [-1, +0, e]