GameBoard::moveTileTo() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

GameBoard::moveTileTo() method

Syntax

bool moveTileTo(int fromX,     int fromY,     int toX,     int toY,     bool performMove);
Implemented in GameBoard.cpp:220

Arguments

fromX

fromY

toX

toY

performMove

References

LocationReferrerScopeText
GameBoard.cpp:220
bool GameBoard::moveTileTo(int fromX, int fromY, int toX, int toY, bool performMove)
GameBoard.hpp:136
bool moveTileTo(int fromX, int fromY, int toX, int toY, bool performMove);
GameBoard.cpp:495GameBoard::moveTilesRight()GameBoard
numberOfTilesMoved += moveTileTo(j, i, j2, i, performMove);
GameBoard.cpp:504GameBoard::moveTilesRight()GameBoard
numberOfTilesMoved += moveTileTo(j, i, j2 - 1, i, performMove);
GameBoard.cpp:512GameBoard::moveTilesRight()GameBoard
numberOfTilesMoved += moveTileTo(j, i, j2, i, performMove);