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.