Classes | |
class | AddScriptingDefines |
Adds the given define symbols to PlayerSettings define symbols. Just add your own define symbols to the Symbols property at the below. More... | |
class | Match |
Info about a match More... | |
class | MatchData |
Extra data for a match. Holds one string, float, double, int, or long. More... | |
class | MatchFilter |
Defines a filter to use when retrieving matches via GetMatchList() More... | |
class | Matchmaker |
Provides functionality for creating, listing, joining, and leaving matches. More... | |
class | Message |
A Message is made up of a Command and an optional string payload More... | |
class | Transaction |
Transactions represent a request and response pair identified by a unique string ID More... | |
Enumerations | |
enum | Command { GET_MATCH, GET_MATCH_LIST, CREATE_MATCH, DESTROY_MATCH, JOIN_MATCH, LEAVE_MATCH, SET_MATCH_DATA } |
Supported commands More... | |
|
strong |
Supported commands