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.