Skip to main content

Alias

  • debug.getupvalues

Đối số

function | number
bắt buộc
Lua function or stack level whose upvalues are returned.

Giá trị trả về

table
One-based array table containing the function upvalues. Empty when none are present.

Ví dụ

Read all upvalues from a Lua closure or stack level.