Skip to main content

Alias

  • debug.getconstant

Đối số

function | number
bắt buộc
Lua function or stack level whose constants are inspected.
number
bắt buộc
One-based constant index.

Giá trị trả về

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

Ví dụ

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