Eleron  1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator
model.GameEvent Class Reference

Public Member Functions

 GameEvent ()
 
String serializeToJSON ()
 

Public Attributes

String eventType
 
String nickName
 
String agentNumber
 
int mapId
 
int spacecraftId
 

Static Public Attributes

static String START_TYPE = "START"
 
static String CREATE_TYPE = "CREATE"
 
static String JOIN_TYPE = "JOIN"
 
static String READY = "READY"
 
static String NOT_READY = "GAME_NOT_READY"
 
static String NEW_PLAYER = "NEW_PLAYER"
 
static String HOST_PLAYER = "HOST_PLAYER"
 

Constructor & Destructor Documentation

model.GameEvent.GameEvent ( )

Member Function Documentation

String model.GameEvent.serializeToJSON ( )

Member Data Documentation

String model.GameEvent.agentNumber
String model.GameEvent.CREATE_TYPE = "CREATE"
static
String model.GameEvent.eventType
String model.GameEvent.HOST_PLAYER = "HOST_PLAYER"
static
String model.GameEvent.JOIN_TYPE = "JOIN"
static
int model.GameEvent.mapId
String model.GameEvent.NEW_PLAYER = "NEW_PLAYER"
static
String model.GameEvent.nickName
String model.GameEvent.NOT_READY = "GAME_NOT_READY"
static
String model.GameEvent.READY = "READY"
static
int model.GameEvent.spacecraftId
String model.GameEvent.START_TYPE = "START"
static

The documentation for this class was generated from the following file: