lua_getglobal
[-0, +1, e]
int lua_getglobal (lua_State *L, const char *name);
Pushes onto the stack the value of the global name
. Returns the type of that value.
lua_getglobal
[-0, +1, e]
int lua_getglobal (lua_State *L, const char *name);
Pushes onto the stack the value of the global name
. Returns the type of that value.
Please login to continue.