Пример #1
0
 public int NewMetaTable(string name)
 {
     return(LuaAPI.luaL_newmetatable(this.luaPtr, name));
 }