pushGlobalTable method

void pushGlobalTable()

Pushes the global table (_G) to the stack.

Implementation

void pushGlobalTable() => lua_pushglobaltable(L);