29 #ifndef _LastManStandingInfos_H__ 30 #define _LastManStandingInfos_H__ 45 virtual void tick(
float dt)
override;
47 virtual void changedOwner()
override;
50 { this->bShowLives_ = value; }
52 {
return this->bShowLives_; }
55 { this->bShowPlayers_ = value; }
57 {
return this->bShowPlayers_; }
Definition: LastManStanding.h:43
Definition: OverlayText.h:41
Declaration of the Tickable interface.
bool getShowLives() const
Definition: LastManStandingInfos.h:51
bool bShowLives_
Definition: LastManStandingInfos.h:62
bool getShowPlayers() const
Definition: LastManStandingInfos.h:56
void setShowLives(bool value)
Definition: LastManStandingInfos.h:49
PlayerInfo * player_
Definition: LastManStandingInfos.h:61
xmlelement
Definition: Super.h:519
Definition: LastManStandingInfos.h:39
bool bShowPlayers_
Definition: LastManStandingInfos.h:63
#define _OverlaysExport
Definition: OverlaysPrereqs.h:60
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the overlays module ...
Mode
Definition: CorePrereqs.h:102
LastManStanding * lms_
Definition: LastManStandingInfos.h:60
Definition: PlayerInfo.h:39
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52
void setShowPlayers(bool value)
Definition: LastManStandingInfos.h:54