RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.CurrentGameParticipant Class Reference

Contains information about a participant in a game that is in progress (or was in progress at the time the data was retrieved). More...

Inheritance diagram for RiotNet.Models.CurrentGameParticipant:
RiotNet.Models.Participant

Properties

Perks Perks [get, set]
 Gets or sets the list of masteries used by this participant. More...
 
List< GameCustomizationObjectGameCustomizationObjects = 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...
 
- Properties inherited from RiotNet.Models.Participant
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...
 

Detailed Description

Contains information about a participant in a game that is in progress (or was in progress at the time the data was retrieved).

Property Documentation

List<GameCustomizationObject> RiotNet.Models.CurrentGameParticipant.GameCustomizationObjects = new Perks()
getset

Gets or sets the list of customizations chosen by this participant.

Perks RiotNet.Models.CurrentGameParticipant.Perks
getset

Gets or sets the list of masteries used by this participant.

string RiotNet.Models.CurrentGameParticipant.SummonerId = new List<GameCustomizationObject>()
getset

Gets or sets the summoner ID of this participant.


The documentation for this class was generated from the following file: