Photon Server API

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

Classes

class  AuthenticateUpdateEvent
 
class  RemoveGameEvent
 
class  UpdateAppStatsEvent
 
class  UpdateGameEvent
 
class  UpdateServerEvent
 

Enumerations

enum  ServerEventCode {
  ServerEventCode.UpdateServer = 1, ServerEventCode.UpdateAppStats = 2, ServerEventCode.UpdateGameState = 3, ServerEventCode.RemoveGameState = 4,
  ServerEventCode.AuthenticateUpdate = 10
}
 
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
}
 

Enumeration Type Documentation

◆ ServerEventCode

Enumerator
UpdateServer 
UpdateAppStats 
UpdateGameState 
RemoveGameState 
AuthenticateUpdate 

◆ ServerParameterCode

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