#include <common/StatsLoggerDatabase.h>#include <common/OptionsScorched.h>#include <common/Defines.h>#include <common/Logger.h>#include <net/NetInterface.h>#include <server/ServerCommon.h>#include <weapons/AccessoryStore.h>#include <server/ScorchedServer.h>#include <tank/TankState.h>#include <tank/TankScore.h>#include <tank/TankAvatar.h>#include <XML/XMLFile.h>#include <stdlib.h>#include <time.h>#include <math.h>Go to the source code of this file.
Enumerations | |
| enum | EventType { EventKill = 1, EventTeamKill = 2, EventSelfKill = 3, EventResigned = 4, EventWon = 5, EventOverallWinner = 6, EventConnected = 7, EventDisconnected = 8, EventJoined = 9 } |
Functions | |
| static bool | findInList (std::list< std::string > &results, const char *name) |
| enum EventType |
| EventKill | |
| EventTeamKill | |
| EventSelfKill | |
| EventResigned | |
| EventWon | |
| EventOverallWinner | |
| EventConnected | |
| EventDisconnected | |
| EventJoined |
Definition at line 37 of file StatsLoggerDatabase.cpp.
| static bool findInList | ( | std::list< std::string > & | results, | |
| const char * | name | |||
| ) | [static] |
Definition at line 541 of file StatsLoggerDatabase.cpp.
References LangStringUtil::strcmp().
Referenced by StatsLoggerDatabase::addAliases().
1.5.3