Skip to main content

Aliases

  • debug.getconstant

Argumentos

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

Retornos

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

Exemplo

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