Highroad Engine v1.3
Public Member Functions | Properties | List of all members
MoreMountains.HighroadEngine.IGenericLobbyManager Interface Reference

Generic lobby manager interface (local and online). Used by the race manager to get info about the players and send commands to the current Lobby Manager More...

Inheritance diagram for MoreMountains.HighroadEngine.IGenericLobbyManager:
MoreMountains.HighroadEngine.IGenericNetworkLobbyManager MoreMountains.HighroadEngine.LocalLobbyManager MoreMountains.HighroadEngine.PunLobbyManager

Public Member Functions

void ReturnToLobby ()
 Changes the current scene to the lobby scene. Will be different between local and online Lobby Manager More...
 
void ReturnToStartScreen ()
 Changes the current scene to the start screen. More...
 

Properties

int MaxPlayers [get]
 Returns the maximum number of players More...
 

Detailed Description

Generic lobby manager interface (local and online). Used by the race manager to get info about the players and send commands to the current Lobby Manager

Member Function Documentation

◆ ReturnToLobby()

void MoreMountains.HighroadEngine.IGenericLobbyManager.ReturnToLobby ( )

Changes the current scene to the lobby scene. Will be different between local and online Lobby Manager

Implemented in MoreMountains.HighroadEngine.LocalLobbyManager.

◆ ReturnToStartScreen()

void MoreMountains.HighroadEngine.IGenericLobbyManager.ReturnToStartScreen ( )

Changes the current scene to the start screen.

Implemented in MoreMountains.HighroadEngine.LocalLobbyManager.

Property Documentation

◆ MaxPlayers

int MoreMountains.HighroadEngine.IGenericLobbyManager.MaxPlayers
get

Returns the maximum number of players

The max players.


The documentation for this interface was generated from the following file: