Photon Server API Documentation v5.0RC1

Classes | Enumerations
Photon.LoadBalancing.ServerToServer.Events Namespace Reference

Classes

class  RemoveGameEvent
 
class  ReplicationHelperEvent
 
class  UpdateAppStatsEvent
 
class  UpdateGameEvent
 
class  UpdateServerEvent
 

Enumerations

enum  ServerEventCode {
  ServerEventCode.UpdateServer = 1, ServerEventCode.UpdateAppStats = 2, ServerEventCode.UpdateGameState = 3, ServerEventCode.RemoveGameState = 4,
  ServerEventCode.ExpectedGamesCount = 5, ServerEventCode.GameServerLeave = 11, ServerEventCode.GameUpdatesBatch = 12
}
 
enum  ServerParameterCode {
  ServerParameterCode.UdpAddress = 10, ServerParameterCode.TcpAddress = 11, ServerParameterCode.PeerCount = 20, ServerParameterCode.GameCount = 21,
  ServerParameterCode.LoadIndex = 22, ServerParameterCode.ServerState = 23, ServerParameterCode.MaxPlayer = 24, ServerParameterCode.IsOpen = 25,
  ServerParameterCode.IsVisible = 26, ServerParameterCode.LobbyPropertyFilter = 27, ServerParameterCode.InactiveCount = 28, ServerParameterCode.IsPersistent = 29,
  ServerParameterCode.AuthList = 30, ServerParameterCode.NewUsers = 40, ServerParameterCode.RemovedUsers = 41, ServerParameterCode.Reinitialize = 42,
  ServerParameterCode.CheckUserIdOnJoin = 43, ServerParameterCode.InactiveUsers = 44, ServerParameterCode.ExcludedUsers = 45, ServerParameterCode.FailedToAdd = 46,
  ServerParameterCode.ExpectedUsers = 47, ServerParameterCode.LoadLevelsCount = 48, ServerParameterCode.Replication = 49, ServerParameterCode.PredictionData = 14,
  ServerParameterCode.GameUpdatesBatch = 15
}
 

Enumeration Type Documentation

◆ ServerEventCode

Enumerator
UpdateServer 
UpdateAppStats 
UpdateGameState 
RemoveGameState 
ExpectedGamesCount 
GameServerLeave 
GameUpdatesBatch 

◆ ServerParameterCode

Enumerator
UdpAddress 
TcpAddress 
PeerCount 
GameCount 
LoadIndex 
ServerState 
MaxPlayer 
IsOpen 
IsVisible 
LobbyPropertyFilter 
InactiveCount 
IsPersistent 
AuthList 
NewUsers 
RemovedUsers 
Reinitialize 
CheckUserIdOnJoin 
InactiveUsers 
ExcludedUsers 
FailedToAdd 
ExpectedUsers 
LoadLevelsCount 
Replication 
PredictionData 
GameUpdatesBatch