Debug
<table> debug.getconstants(<function, number> a1)
<table> debug.getconstants(<function, number> a1, <int> idx)
<table> debug.setconstants(<function, number> a1, <int> idx, <?> to)
<table> debug.getupvalues(<function, number> a1)
<table> debug.getupvalue(<function, number> a1, <int> idx)
<table> debug.setupvalue(<function, number> a1, <int> idx, <?> to)
<table> debug.getprotos(<function, number> a1)
<table> debug.getproto(<function, number> a1, <int> idx)
<table> debug.setproto(<function, number> a1, <int> idx, <function> to)
<table> debug.getregistry(<void>)
<bool> debug.isvalidlevel(<int> a1)
<table> debug.setmetatable(<table> a1, <table> a2)
<table> debug.getinfo(<function, number> a1)
Last updated
Was this helpful?