Skip to main content

Алиасы

  • debug.getconstant

Аргументы

function | number
обязательно
Lua function or stack level whose constants are inspected.
number
обязательно
One-based constant index.

Возвраты

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

Пример

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