lua_getglobal
[-0, +1, e]
1 | 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]
1 | 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.
Designed by : w10schools
service@w10schools.com
Please login to continue.