Skip to main content

Alias

  • debug.getconstant

Arguments

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

Retours

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

Exemple

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