Exemplo n.º 1
0
 public static void Copy(LuaStatePtr l, int fromidx, int toidx)
 {
     LuaDelegates.lua_copy(l, fromidx, toidx);
 }