MatchmakingWrapper : ObjectWrapper
bool Is Searching( )
int Get Active View Tab( )
void Set Region Selection( Region region, bool b Selected)
Parameter | Type | Description |
---|---|---|
region | Region | — |
bSelected | bool | — |
void Set Playlist Selection( Playlist playlist, bool b Selected)
Parameter | Type | Description |
---|---|---|
playlist | Playlist | — |
bSelected | bool | — |
void Set View Tab( Playlist Category playlist_category)
Parameter | Type | Description |
---|---|---|
playlist_category | PlaylistCategory | — |
void Start Matchmaking( Playlist Category playlist_category)
Parameter | Type | Description |
---|---|---|
playlist_category | PlaylistCategory | — |
void Cancel Matchmaking( )
void Create Private Match( Region region, const Custom Match Settings &match_settings)
Parameter | Type | Description |
---|---|---|
region | Region | — |
match_settings | CustomMatchSettings | — |
bool Update Private Match( const Custom Match Settings &match_settings) const
Parameter | Type | Description |
---|---|---|
match_settings | CustomMatchSettings | — |
void Join Private Match( const std::string &server_name, const std::string &server_password="")
Parameter | Type | Description |
---|---|---|
server_name | const std::string & | — |
server_password | const std::string & | — |
void Create Lan Match( Region region, const Custom Match Settings &match_settings) const
Parameter | Type | Description |
---|---|---|
region | Region | — |
match_settings | CustomMatchSettings | — |
void Join Lan Match( const std::string &server_id, const std::string &password) const
Parameter | Type | Description |
---|---|---|
server_id | const std::string & | — |
password | const std::string & | — |
int Season End Days( )
int Season End Hours( )
int Season End Minutes( )
int Get Season Time Remaining( )
int Get Season End Time Seconds( )
bool Has Season Ended( )
int Get Total Population( )
Parameter | Type | Description |
---|---|---|
playlist | PlaylistIds | — |
std::string Get Region ID( Region region)
Parameter | Type | Description |
---|---|---|
region | Region | — |
std::string Get Region Label( Region region)
Parameter | Type | Description |
---|---|---|
region | Region | — |