Exemple #1
0
 public static int NewMetaTable(LuaStatePtr l, string tname)
 {
     return(LuaLDelegates.luaL_newmetatable(l, tname));
 }