Home
last modified time | relevance | path

Searched refs:moveToDest (Results 1 – 3 of 3) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dstack.h163 void moveToDest(Vector<int> dest, bool skipping = false);
H A Dstack.cpp120 moveToDest(dest, skipping); in moveOneStep()
164 void Stack::moveToDest(Vector<int> dest, bool skipping) in moveToDest() function in Stack
H A Dnetwork_player.cpp404 stack->moveToDest(action->getEndingPosition(), skipping); in decodeActionMove()