Debug
debug.getregistry
Returns the lua registry.
debug.getupvalues
Returns a list of upvalues in the given func
.
debug.getupvalue
Returns the upvalue at index
in the given func
.
debug.setupvalue
Sets the upvalue at the specified index
in the given func
or stack level to the provided value
.
Last updated