metatable

metatable

 英

  • 網絡元表;元表概念;元數據表

例句

A metatable is a (normal) Lua table that maps standard operations to custom functions that you provide.

元表一個普通Lua標準操作映射我們提供函數

The keys of the metatable are called events; the values (in other words, the functions) are called metamethods.

元表稱為事件而言就是函數稱為方法

Each table and userdata object can have its own metatable.

每個userdada對象可以具有自己