Contains information about a participant in a game that is in progress (or was in progress at the time the data was retrieved).
More...
|
Perks | Perks [get, set] |
| Gets or sets the list of masteries used by this participant. More...
|
|
List< GameCustomizationObject > | GameCustomizationObjects = new Perks() [get, set] |
| Gets or sets the list of customizations chosen by this participant. More...
|
|
string | SummonerId = new List<GameCustomizationObject>() [get, set] |
| Gets or sets the summoner ID of this participant. More...
|
|
bool | Bot [get, set] |
| Gets or sets the flag indicating whether or not this participant is a bot. More...
|
|
long | ChampionId [get, set] |
| Gets or sets the ID of the champion played by this participant. More...
|
|
long | ProfileIconId [get, set] |
| Gets or sets the ID of the profile icon used by this participant. More...
|
|
long | Spell1Id [get, set] |
| Gets or sets the ID of the first summoner spell used by this participant. More...
|
|
long | Spell2Id [get, set] |
| Gets or sets the ID of the second summoner spell used by this participant. More...
|
|
string | SummonerName [get, set] |
| Gets or sets the summoner name of this participant. More...
|
|
TeamSide | TeamId [get, set] |
| Gets or sets the team ID of this participant. More...
|
|
Contains information about a participant in a game that is in progress (or was in progress at the time the data was retrieved).