Skip to main content

Alias

  • debug.getconstant

Argumentos

function | number
requerido
Lua function or stack level whose constants are inspected.
number
requerido
One-based constant index.

Retornos

any | nil
Constant value at the requested index, or nil when that constant is a function or table.

Ejemplo

Read a one-based Proto constant from a Lua closure.