Highroad Engine v1.3
Public Member Functions | Public Attributes | Protected Attributes | List of all members
MoreMountains.HighroadEngine.OnlineLobbyMatchEntry Class Reference

Online lobby match entry UI element. Used to join a specific match in matchmaking More...

Inheritance diagram for MoreMountains.HighroadEngine.OnlineLobbyMatchEntry:

Public Member Functions

virtual void Init (IGenericMatchInfo matchInfo, IGenericNetworkLobbyManager manager)
 Initializes the button with match description and button onclick More...
 
virtual void OnClick ()
 Describes what happens when the button is clicked More...
 

Public Attributes

Button MatchJoinButton
 

Protected Attributes

string _matchName
 

Detailed Description

Online lobby match entry UI element. Used to join a specific match in matchmaking

Member Function Documentation

◆ Init()

virtual void MoreMountains.HighroadEngine.OnlineLobbyMatchEntry.Init ( IGenericMatchInfo  matchInfo,
IGenericNetworkLobbyManager  manager 
)
virtual

Initializes the button with match description and button onclick

Parameters
matchInfoMatch description used to populate button value.
managerManager referenced on the onclick event

◆ OnClick()

virtual void MoreMountains.HighroadEngine.OnlineLobbyMatchEntry.OnClick ( )
virtual

Describes what happens when the button is clicked

Member Data Documentation

◆ _matchName

string MoreMountains.HighroadEngine.OnlineLobbyMatchEntry._matchName
protected

◆ MatchJoinButton

Button MoreMountains.HighroadEngine.OnlineLobbyMatchEntry.MatchJoinButton

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