nngn
Loading...
Searching...
No Matches
strict.lua File Reference

Functions

local function what ()
 

Variables

local getinfo
 
local error
 
local rawset
 
local rawget = debug.getinfo
 
local mt = getmetatable(_G)
 
mt __declared = {}
 
mt __newindex = function (t, n, v)
 
local w = what()
 
mt __index = function (t, n)
 

Function Documentation

◆ what()

local function what ( )

Variable Documentation

◆ __declared

if not mt __declared = {}

◆ __index

mt __index = function (t, n)

◆ __newindex

mt __newindex = function (t, n, v)

◆ error

local error

◆ getinfo

local getinfo

◆ mt

mt = getmetatable(_G)

◆ rawget

local rawget = debug.getinfo

◆ rawset

local rawset

◆ w

if w = what()