27 #ifndef _InvaderHUDinfo_H__ 28 #define _InvaderHUDinfo_H__ 42 virtual void tick(
float dt)
override;
44 virtual void changedOwner()
override;
47 { this->bShowLives_ = value; }
49 {
return this->bShowLives_; }
52 { this->bShowLevel_ = value; }
54 {
return this->bShowLevel_; }
57 { this->bShowPoints_ = value; }
59 {
return this->bShowPoints_; }
62 { this->bShowMultiplier_ = value; }
64 {
return this->bShowMultiplier_; }
Definition: OverlayText.h:41
void setShowMultiplier(bool value)
Definition: InvaderHUDinfo.h:61
Declaration of the Tickable interface.
bool bShowMultiplier_
Definition: InvaderHUDinfo.h:72
void setShowLevel(bool value)
Definition: InvaderHUDinfo.h:51
bool getShowLives() const
Definition: InvaderHUDinfo.h:48
bool getShowMultiplier() const
Definition: InvaderHUDinfo.h:63
void setShowLives(bool value)
Definition: InvaderHUDinfo.h:46
Invader * InvaderGame
Definition: InvaderHUDinfo.h:68
xmlelement
Definition: Super.h:519
#define _InvaderExport
Definition: InvaderPrereqs.h:60
bool bShowLevel_
Definition: InvaderHUDinfo.h:70
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
bool getShowPoints() const
Definition: InvaderHUDinfo.h:58
Mode
Definition: CorePrereqs.h:102
bool bShowLives_
Definition: InvaderHUDinfo.h:69
Definition: InvaderHUDinfo.h:37
Shared library macros, enums, constants and forward declarations for the Invader module ...
void setShowPoints(bool value)
Definition: InvaderHUDinfo.h:56
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52
bool getShowLevel() const
Definition: InvaderHUDinfo.h:53
bool bShowPoints_
Definition: InvaderHUDinfo.h:71