Skip to main content

debug.isvalidlevel

Checks if the given level is valid, then returns it as boolean

debug.getinfo

Returns a table containing all details of the func

debug.getconstants

Returns a table containing the constants of the func

debug.getconstant

Returns the constant of the func.

debug.getprotos

Returns a table containing the protos of the func

debug.getproto

Returns the proto of the func.