Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| LobbyFactory (GameApplication application) | |
| void | Initialize () |
| bool | GetOrCreateAppLobby (string lobbyName, AppLobbyType lobbyType, out AppLobby lobby, out string errorMsg) |
| void | OnGameServerRemoved (GameServerContext gameServer) |
| AppLobby[] | GetLobbies (int maxItems) |
| AppLobby[] | GetLobbies (string[] lobbyNames, byte[] lobbyTypes) |
| void | OnBeginReplication (GameServerContext gameServerContext) |
| void | OnStopReplication (GameServerContext gameServerContext) |
| void | OnFinishReplication (GameServerContext gameServerContext) |
Protected Member Functions | |
| LobbyFactory (GameApplication application, AppLobbyType defaultLobbyType) | |
| virtual AppLobby | CreateAppLobby (string lobbyName, AppLobbyType lobbyType) |
Protected Attributes | |
| readonly GameApplication | application |
|
inline |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |