G
From GiderosMobile
Available since: Gideros 2011.6
Value:
Description
A global variable (not a function) that holds the global environment (that is, _G._G = _G). Lua itself does not use this variable; changing its value does not affect any environment, nor vice-versa. (Use setfenv to change environments.)