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.
Returns the current Lua registry table. The function takes no arguments and returns the registry table directly.
getreg(): table
getregistry
debug.getreg
debug.getregistry
registry
table
local registry = getreg() print(type(registry)) print(type(getregistry())) print(type(debug.getreg())) print(type(debug.getregistry()))