Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
GameLogging.h File Reference
#include "ThreadedLogging.h"

Go to the source code of this file.

Classes

class  CGameLog
 

Enumerations

enum  glog_type {
  kGameEnd = 1 << 4, kGameStart, kPlayerJoin = (1 << 5) + 2, kPlayerLeave,
  kPlayerChange, kPlayerDeath, kPlayerChat, kServerCommand = (1 << 6) + 6,
  kServerClose, kScriptEvent = (1 << 7) + 8
}
 

Enumeration Type Documentation

enum glog_type
Enumerator
kGameEnd 
kGameStart 
kPlayerJoin 
kPlayerLeave 
kPlayerChange 
kPlayerDeath 
kPlayerChat 
kServerCommand 
kServerClose 
kScriptEvent