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.