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对象可以具有自己