Pacman
1.0
Pacman game
|
Liste complète des membres de Inky, y compris les membres hérités :
dest | Inky | private |
direction | Entity | protected |
dotCounter | Ghosts | protected |
Entity(float x, float y, int direction) | Entity | |
getDestination() | Inky | virtual |
getGoalTile(int pacmanX, int pacmanY) | Inky | privatevirtual |
getMode() | Ghosts | |
getOrig() | Inky | 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 | |
Inky(float x, float y, int direction, std::shared_ptr< Intersection > destination) | Inky | |
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 |
previousMode | Ghosts | protected |
render(int frame, SDL_Renderer *renderer, SDL_Texture *texture) | Ghosts | virtual |
rng | Ghosts | protected |
scatterTarget | Inky | private |
setDestination(std::shared_ptr< Intersection > dest) | Inky | virtual |
setDirection(int d) | Entity | |
setMode(int mode) | Ghosts | |
speed | Entity | protected |
sprites | Ghosts | protected |
x | Entity | protected |
y | Entity | protected |
~Ghosts() | Ghosts | |
~Inky() | Inky |