LobbyOwnerSession
Constructors
| LobbyOwnerSession |
Methods
| AddOrUpdateLobbyAttributes | Through this method you will be able to add new Attributes or update existing Attributes. Deleting existing Attributes is not supported, the list supplied as parameter will be merged with your current Attributes if the request succeeds with the backend. |
| AddOrUpdateLobbyAttributesAsync | Through this method you will be able to add new Attributes or update existing Attributes. Deleting existing Attributes is not supported, the list supplied as parameter will be merged with your current Attributes if the request succeeds with the backend. |
| CloseLobby | Closes the Lobby, preventing new players from joining. |
| CloseLobbyAsync | Closes the Lobby, preventing new players from joining. |
| GetAddOrUpdateLobbyAttributesCooldown | |
| KickPlayer | Kick a Player from the active Lobby. |
| KickPlayerAsync | Kick a Player from the active Lobby. |
| ListLobby | Makes the Lobby visible in public listings. |
| ListLobbyAsync | Makes the Lobby visible in public listings. |
| OpenLobby | Opens the Lobby, allowing new players to join. |
| OpenLobbyAsync | Opens the Lobby, allowing new players to join. |
| StartGameSession | Starts a game session for the current Lobby. A room will be created by coherence and supplied through the LobbiesService.OnPlaySessionStarted Callback. |
| StartGameSessionAsync | Starts a game session for the current Lobby. A room will be created by coherence and supplied through the LobbiesService.OnPlaySessionStarted Callback. |
| UnlistLobby | Hides the Lobby from public listings. |
| UnlistLobbyAsync | Hides the Lobby from public listings. |