RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.Participant 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.Participant:
RiotNet.Models.CurrentGameParticipant

Properties

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

bool RiotNet.Models.Participant.Bot
getset

Gets or sets the flag indicating whether or not this participant is a bot.

long RiotNet.Models.Participant.ChampionId
getset

Gets or sets the ID of the champion played by this participant.

long RiotNet.Models.Participant.ProfileIconId
getset

Gets or sets the ID of the profile icon used by this participant.

long RiotNet.Models.Participant.Spell1Id
getset

Gets or sets the ID of the first summoner spell used by this participant.

long RiotNet.Models.Participant.Spell2Id
getset

Gets or sets the ID of the second summoner spell used by this participant.

string RiotNet.Models.Participant.SummonerName
getset

Gets or sets the summoner name of this participant.

TeamSide RiotNet.Models.Participant.TeamId
getset

Gets or sets the team ID of this participant.


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