xmove abstract method

void xmove(
  1. LuaState from,
  2. int n
)

Moves n values from one state to another. Pops the values from 'from' and pushes them to this state.

Implementation

void xmove(LuaState from, int n);