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.