Esempio n. 1
0
 public int NewMetaTable(string name)
 {
     return(LuaAPI.luaL_newmetatable(this.m_lua, name));
 }