Skip to content

lua_State

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.

Clone this wiki locally