lua_copy
[-0, +0, –]
void lua_copy (lua_State *L, int fromidx, int toidx);
Copies the element at index fromidx
into the valid index toidx
, replacing the value at that position. Values at other positions are not affected.
lua_copy
[-0, +0, –]
void lua_copy (lua_State *L, int fromidx, int toidx);
Copies the element at index fromidx
into the valid index toidx
, replacing the value at that position. Values at other positions are not affected.
Please login to continue.