Exemple #1
0
 public static void SetMetaTable(LuaStatePtr l, string tname)
 {
     LuaLDelegates.luaL_setmetatable(l, tname);
 }