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

Contains information about a banned champion. More...

Properties

long ChampionId [get, set]
 Gets or sets the banned champion id (see StaticChampion Id). More...
 
int PickTurn [get, set]
 Gets or sets the turn during which the champion was banned. More...
 
TeamSide TeamId [get, set]
 Gets or sets the team that banned the champion. This property is only set correctly by the Spectator API (active games and featured games). More...
 

Detailed Description

Contains information about a banned champion.

Property Documentation

long RiotNet.Models.BannedChampion.ChampionId
getset

Gets or sets the banned champion id (see StaticChampion Id).

int RiotNet.Models.BannedChampion.PickTurn
getset

Gets or sets the turn during which the champion was banned.

TeamSide RiotNet.Models.BannedChampion.TeamId
getset

Gets or sets the team that banned the champion. This property is only set correctly by the Spectator API (active games and featured games).


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