Highroad Engine v1.3
Properties | List of all members
MoreMountains.HighroadEngine.MatchInfo Class Reference

Generic MatchEntry for lobby Interface. Used by lobby UI to list all matches for the user to join More...

Inheritance diagram for MoreMountains.HighroadEngine.MatchInfo:
MoreMountains.HighroadEngine.IGenericMatchInfo

Properties

int NetworkId [getset]
 
int GameId [getset]
 
string GameIdString [getset]
 
string Name [getset]
 
int CurrentSize [getset]
 
int MaxSize [getset]
 
- Properties inherited from MoreMountains.HighroadEngine.IGenericMatchInfo
int NetworkId [getset]
 Network identifier. More...
 
int GameId [getset]
 Game identifier. More...
 
string GameIdString [getset]
 Game identifier as a string (for Photon compatibility) More...
 
string Name [getset]
 Name of the match. More...
 
int CurrentSize [getset]
 Number of players ingame. More...
 
int MaxSize [getset]
 Max number of players in this game. More...
 

Detailed Description

Generic MatchEntry for lobby Interface. Used by lobby UI to list all matches for the user to join

Property Documentation

◆ CurrentSize

int MoreMountains.HighroadEngine.MatchInfo.CurrentSize
getset

◆ GameId

int MoreMountains.HighroadEngine.MatchInfo.GameId
getset

◆ GameIdString

string MoreMountains.HighroadEngine.MatchInfo.GameIdString
getset

◆ MaxSize

int MoreMountains.HighroadEngine.MatchInfo.MaxSize
getset

◆ Name

string MoreMountains.HighroadEngine.MatchInfo.Name
getset

◆ NetworkId

int MoreMountains.HighroadEngine.MatchInfo.NetworkId
getset

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