Highroad Engine v1.3
Properties | List of all members
MoreMountains.HighroadEngine.IGenericMatchInfo Interface Reference

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

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

Properties

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 a user can join

Property Documentation

◆ CurrentSize

int MoreMountains.HighroadEngine.IGenericMatchInfo.CurrentSize
getset

Number of players ingame.

◆ GameId

int MoreMountains.HighroadEngine.IGenericMatchInfo.GameId
getset

Game identifier.

◆ GameIdString

string MoreMountains.HighroadEngine.IGenericMatchInfo.GameIdString
getset

Game identifier as a string (for Photon compatibility)

◆ MaxSize

int MoreMountains.HighroadEngine.IGenericMatchInfo.MaxSize
getset

Max number of players in this game.

◆ Name

string MoreMountains.HighroadEngine.IGenericMatchInfo.Name
getset

Name of the match.

◆ NetworkId

int MoreMountains.HighroadEngine.IGenericMatchInfo.NetworkId
getset

Network identifier.


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