game-common / pragma.matchmaking.matchables / Matchable /
Matchable #
interface Matchable : ConsumingMatchable, ProvidingMatchable
Interface for Matchables that consume and provide parties to other Matchables.
Functions #
Name | Summary |
---|---|
Finds a party within this Matchable with a given party ID. Returns null if the party is not found. | |
Finds a party that contains a specific player within this Matchable with a given player ID. Returns null if the party is not found. | |
Finds a player within the parties in this Matchable with a given player ID. Returns null if the player is not found. | |
Moves parties from the passed in Matchable to this Matchable. Ignores unknown parties. |
Properties #
Name | Summary |
---|---|
The parties in this Matchable. 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 Matchable. 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. |
Inheritors #
Name |
---|