game-common / pragma.matchmaking.matchables / PotentialMatch /
PotentialMatch #
interface PotentialMatch : Matchable
PotentialMatch represents selection of parties from a queue attempting to form a start-able match.
Functions #
Name | Summary |
---|---|
Finds a party within this PotentialMatch with a given party ID. Returns null if the party is not found. | |
Finds a party that contains a specific player within this PotentialMatch with a given player ID. Returns null if the party is not found. | |
Finds a player within the parties in this PotentialMatch with a given player ID. Returns null if the player is not found. | |
Moves parties from the passed in Matchable to this PotentialMatch. Ignores unknown parties. |
Properties #
Name | Summary |
---|---|
The parties in this PotentialMatch attempting to form a valid match. The returned list is a snapshot of the current state of the Matchable and will not update, instead call the property again to get the updated state. | |
The players from each party in this PotentialMatch attempting to form a valid match. The returned list is a snapshot of the current state of the Matchable and will not update, instead call the property again to get the updated state. |