#include <Event.h>
Inherits GE.
Inheritance diagram for GE_PlayerScore:
Public Member Functions | |
GE_PlayerScore (int playerid, int frags, int kills, int deaths) | |
int | getFrags () |
int | getKills () |
int | getDeaths () |
Private Attributes | |
int | frags |
int | kills |
int | deaths |
Definition at line 86 of file Event.h.
|
Definition at line 105 of file Event.cpp. References E_PLAYER_SCORE, and GE::type. |
|
Definition at line 114 of file Event.cpp. References deaths. Referenced by Play::networkLoop(), and Join::networkLoop(). |
|
Definition at line 119 of file Event.cpp. References frags. Referenced by Play::networkLoop(), and Join::networkLoop(). |
|
Definition at line 124 of file Event.cpp. References kills. Referenced by Play::networkLoop(), and Join::networkLoop(). |
|
Definition at line 90 of file Event.h. Referenced by getDeaths(). |
|
Definition at line 88 of file Event.h. Referenced by getFrags(). |
|
Definition at line 89 of file Event.h. Referenced by getKills(). |