29 #ifndef _Deathmatch_H__ 30 #define _Deathmatch_H__ 43 virtual void start()
override;
44 virtual void end()
override;
45 virtual void playerEntered(
PlayerInfo* player)
override;
46 virtual bool playerLeft(
PlayerInfo* player)
override;
47 virtual bool playerChangedName(
PlayerInfo* player)
override;
49 virtual void pawnKilled(
Pawn* victim,
Pawn* killer =
nullptr)
override;
50 virtual void playerScored(
PlayerInfo* player,
int score = 1)
override;
virtual ~Deathmatch()
Definition: Deathmatch.h:41
Everything in Orxonox that has a health attribute is a Pawn.
Definition: Pawn.h:56
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Definition: Gametype.h:63
Shared library macros, enums, constants and forward declarations for the orxonox library ...
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Definition: Deathmatch.h:37
Definition: PlayerInfo.h:39