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.