27 #ifndef _PacmanHUDinfo_H__ 28 #define _PacmanHUDinfo_H__ 44 virtual void tick(
float dt)
override;
46 virtual void changedOwner()
override;
49 { this->bShowPoints_ = value; }
51 {
return this->bShowPoints_; }
54 bShowMessage_ = value;
57 {
return this->bShowMessage_; }
66 this->bShowGhoststatus_ = value;
69 {
return this->bShowGhoststatus_; }
72 this->showgameover = value;
75 {
return this->showgameover; }
78 this->showlive = value;
81 {
return this->showlive; }
84 this->showlevel = value;
87 {
return this->showlevel; }
Definition: OverlayText.h:41
Shared library macros, enums, constants and forward declarations for the DodgeRace module ...
Pacman * PacmanGame
Definition: PacmanHUDinfo.h:91
bool getShowPoints() const
Definition: PacmanHUDinfo.h:50
void setlive(bool value)
Definition: PacmanHUDinfo.h:77
Declaration of the Tickable interface.
bool showlive
Definition: PacmanHUDinfo.h:96
bool showlevel
Definition: PacmanHUDinfo.h:97
void setShowPoints(bool value)
Definition: PacmanHUDinfo.h:48
void setShowMessage(bool value)
Definition: PacmanHUDinfo.h:53
void setGhoststatus(bool value)
Definition: PacmanHUDinfo.h:65
void setlevel(bool value)
Definition: PacmanHUDinfo.h:83
int getlive() const
Definition: PacmanHUDinfo.h:80
xmlelement
Definition: Super.h:519
bool bShowPoints_
Definition: PacmanHUDinfo.h:92
bool showgameover
Definition: PacmanHUDinfo.h:95
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
void setMessageID(int value)
Definition: PacmanHUDinfo.h:59
Definition: PacmanHUDinfo.h:39
Mode
Definition: CorePrereqs.h:102
int messageID
Definition: PacmanHUDinfo.h:98
int getlevel() const
Definition: PacmanHUDinfo.h:86
void setGameover(bool value)
Definition: PacmanHUDinfo.h:71
int getMessageID() const
Definition: PacmanHUDinfo.h:62
int getGameover() const
Definition: PacmanHUDinfo.h:74
#define _PacmanExport
Definition: PacmanPrereqs.h:60
int getGhoststatus() const
Definition: PacmanHUDinfo.h:68
bool bShowMessage_
Definition: PacmanHUDinfo.h:93
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52
bool bShowGhoststatus_
Definition: PacmanHUDinfo.h:94
bool getShowMessage() const
Definition: PacmanHUDinfo.h:56