Skip to main content

别名

  • debug.getconstants

参数

function | number
必填
Lua function or stack level whose constants are returned.

返回值

table
Table keyed by one-based constant indices. Indices for nil, function, and table constants are absent.

示例

Read the Proto constants table for a Lua closure.