You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZNixian edited this page Oct 23, 2017
·
1 revision
lua_State is the struct from Lua that represents a Lua environment. Two are created each time the game is opened, and whenever a heist starts, restarts, or ends.
This struct is part of Lua, and as such can be found in the tarballs from the LuaJIT website.