CotC C# SDK for Unity  v1.4.0.1
Making social games is easy !
Properties | List of all members
CotcSdk.MatchListResult Class Reference

Description

Entry within a list of matches.

Properties

GamerInfo Creator [get]
 Describes the creator of the match. More...
 
Bundle CustomProperties [get]
 Custom properties, as passed at the creation of the match. More...
 
string Description [get]
 Description of the match, as defined by the user upon creation. More...
 
string MatchId [get]
 The ID of the match. Keep this for later as it is useful to continue a match. More...
 
int MaxPlayers [get]
 Maximum number of players, as passed. More...
 
MatchStatus Status [get]
 The current state of the match (running, finished). More...
 

Property Documentation

◆ Creator

GamerInfo CotcSdk.MatchListResult.Creator
get

Describes the creator of the match.

◆ CustomProperties

Bundle CotcSdk.MatchListResult.CustomProperties
get

Custom properties, as passed at the creation of the match.

◆ Description

string CotcSdk.MatchListResult.Description
get

Description of the match, as defined by the user upon creation.

◆ MatchId

string CotcSdk.MatchListResult.MatchId
get

The ID of the match. Keep this for later as it is useful to continue a match.

◆ MaxPlayers

int CotcSdk.MatchListResult.MaxPlayers
get

Maximum number of players, as passed.

◆ Status

MatchStatus CotcSdk.MatchListResult.Status
get

The current state of the match (running, finished).