Skip to main content

Alias

  • debug.getproto

Đối số

function | number
bắt buộc
Lua function or stack level whose nested functions are inspected.
number
bắt buộc
One-based nested function index.
boolean
When true, returns live closures for the selected nested function instead of a standalone function.

Giá trị trả về

function | table
Nested function when active is false or omitted, or a table of live closures when active is true.

Ví dụ

Read a nested Proto as a cloned closure, or list live closures for that nested Proto.