pushGlobalTable method
void
pushGlobalTable()
Pushes the global table (_G) to the stack.
Implementation
void pushGlobalTable() => lua_pushglobaltable(L);
Pushes the global table (_G) to the stack.
void pushGlobalTable() => lua_pushglobaltable(L);