getCanMove method

bool getCanMove()

Implementation

bool getCanMove() {
  return _canMove;
}