Skip to main content

エイリアス

  • debug.getinfo

引数

function | number
必須
Function or stack level number to inspect.

戻り値

table
Metadata table containing func, nups, source, short_src, currentline, what, linedefined, is_vararg, numparams, name, and sizep only for direct Lua function targets.

例

Read the metadata table for a function or stack level.