Class Player
Represents a match player.
Inheritance
System.Object
Player
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class Player
Constructors
| Name | Description |
|---|---|
| Player() |
Properties
| Name | Description |
|---|---|
| BotAttributes | Gets or sets attributes associated with the bot player. Only available if player is a bot. |
| LastTeamId | Gets or sets the ID of the team the player was last associated with. |
| Outcome | Gets or sets the match outcome associated with the player. |
| ParticipationInfo | Gets or sets participation info for the player in a match. |
| PlayerId | Gets or sets the player Xbox Live ID (XUID). |
| PlayerTeamStats | Gets or sets the individual team stats associated with a player. |
| PlayerType | Gets or sets the player type |
| Rank | Gets or sets the player rank within the match. |