Photon objC Client API  5.0.7.4
Properties | List of all members
EGMutableRoomOptions Class Reference
Inheritance diagram for EGMutableRoomOptions:
Inheritance graph
[legend]
Collaboration diagram for EGMutableRoomOptions:
Collaboration graph
[legend]

Properties

bool IsVisible
 
bool IsOpen
 
nByte MaxPlayers
 
NSDictionaryCustomRoomProperties
 
EGArrayPropsListedInLobby
 
NSStringLobbyName
 
nByte LobbyType
 
int PlayerTtl
 
int EmptyRoomTtl
 
bool SuppressRoomEvents
 
EGArrayPlugins
 
bool PublishUserID
 
- Properties inherited from EGRoomOptions
bool IsVisible
 
bool IsOpen
 
nByte MaxPlayers
 
NSDictionaryCustomRoomProperties
 
EGArrayPropsListedInLobby
 
NSStringLobbyName
 
nByte LobbyType
 
int PlayerTtl
 
int EmptyRoomTtl
 
bool SuppressRoomEvents
 
EGArrayPlugins
 
bool PublishUserID
 

Additional Inherited Members

- Instance Methods inherited from EGRoomOptions
(instancetype) - initRoomOptions:
 
(instancetype) - initRoomOptions:isVisible:
 
(instancetype) - initRoomOptions:isVisible:isOpen:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:emptyRoomTtl:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:emptyRoomTtl:suppressRoomEvents:
 
(instancetype) - initRoomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:emptyRoomTtl:suppressRoomEvents:plugins:
 
- Class Methods inherited from EGRoomOptions
(instancetype) + roomOptions
 
(instancetype) + roomOptions:
 
(instancetype) + roomOptions:isVisible:
 
(instancetype) + roomOptions:isVisible:isOpen:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:emptyRoomTtl:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:emptyRoomTtl:suppressRoomEvents:
 
(instancetype) + roomOptions:isVisible:isOpen:maxPlayers:customRoomProperties:propsListedInLobby:lobbyName:lobbyType:playerTtl:emptyRoomTtl:suppressRoomEvents:plugins:
 
- Class Methods inherited from EGBase
(void) + setListener:
 
(int) + DebugOutputLevel
 
(void) + setDebugOutputLevel:
 
(EGLogger *) + Logger [implementation]