Reference to the reflected type.
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when connecting to AWS Regions.
If this property is set, FlexMatch considers the match only in Regions for which latency is reported.
If a matchmaker has a rule that evaluates player latency, players must report latency in order to be matched. If no latency is reported in this scenario, FlexMatch assumes that no Regions are available to the player and the ticket is not matchable.
A collection of key:value pairs containing player information for use in matchmaking.
Player attribute keys must match the playerAttributes used in a matchmaking rule set.
Example:
"PlayerAttributes": {
skill: { N: 23, type: AttributeValue.DOUBLE },
gameMode: { S: "deathmatch", type: AttributeValue.STRING },
}
Unique ID for the player
Name of team that the player is assigned to in a match.
Team names are defined in a matchmaking rule set.
Reference to the reflected type.
Converts this message to JSON.
JSON object
Creates a new message of this type using the specified properties.
Message instance
Decodes a message of this type.
Reader or buffer to decode
Decoded message
Decodes a message of this type preceeded by its length as a varint.
Reader or buffer to decode
Decoded message
Encodes a message of this type.
Message to encode
Writer
Encodes a message of this type preceeded by its length as a varint.
Message to encode
Writer
Creates a new message of this type from a plain object. Also converts values to their respective internal types.
Plain object
Message instance
Creates a plain object from a message of this type. Also converts values to other types if specified.
Message instance
Plain object
Verifies a message of this type.
Plain object to verify
null
if valid, otherwise the reason why it is not
Generated using TypeDoc
Represents a player in matchmaking.
When starting a matchmaking request, a player has a player ID, attributes, and may have latency data. Team information is added after a match has been successfully completed.