Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
debug.setsafeenv(func: function, env: table): ()
func
function
env
table
void
local function test() end debug.setsafeenv(test, { myGlobal = 123 }) -- Function environment is now locked to this table
debug.setsafeenv(test, getgenv())