|
Pacman
1.0
Pacman game
|
Liste complète des membres de Pinky, y compris les membres hérités :
| dest | Pinky | private |
| direction | Entity | protected |
| dotCounter | Ghosts | protected |
| Entity(float x, float y, int direction) | Entity | |
| getDestination() | Pinky | virtual |
| getGoalTile(int pacmanX, int pacmanY) | Pinky | privatevirtual |
| getMode() | Ghosts | |
| getOrig() | Pinky | virtual |
| getSprite(int frame, int direction) | Ghosts | protectedvirtual |
| getX() const | Entity | |
| getY() const | Entity | |
| Ghosts(float x, float y, int direction, Tile target, int dotCounter) | Ghosts | |
| isAtIntersection(std::shared_ptr< Intersection > dest) | Entity | protected |
| isFree | Ghosts | protected |
| makeTurn(int pacmanX, int pacmanY, std::shared_ptr< Intersection > dest) | Ghosts | protected |
| mode | Ghosts | protected |
| modeTimer | Ghosts | protected |
| move(int pacmanX, int pacmanY, std::shared_ptr< Intersection > dest, int dotEaten) | Ghosts | |
| oppositeDirection(int direction) | Ghosts | protected |
| Pinky(float x, float y, int direction, std::shared_ptr< Intersection > destination) | Pinky | |
| previousMode | Ghosts | protected |
| render(int frame, SDL_Renderer *renderer, SDL_Texture *texture) | Ghosts | virtual |
| rng | Ghosts | protected |
| scatterTarget | Pinky | private |
| setDestination(std::shared_ptr< Intersection > dest) | Pinky | virtual |
| setDirection(int d) | Entity | |
| setMode(int mode) | Ghosts | |
| speed | Entity | protected |
| sprites | Ghosts | protected |
| x | Entity | protected |
| y | Entity | protected |
| ~Ghosts() | Ghosts | |
| ~Pinky() | Pinky |