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

Contains champion data. More...

Properties

bool Active [get, set]
 Gets or sets whether the champion is active. More...
 
bool BotEnabled [get, set]
 Gets or sets whether the champion bot is enabled (for custom games). More...
 
bool BotMmEnabled [get, set]
 Gets or sets whether the champion bot is enabled for match-made games (Co-op vs. AI). More...
 
bool FreeToPlay [get, set]
 Gets or sets whether the champion is currently free to play. More...
 
long Id [get, set]
 Gets or sets the champion id. More...
 
bool RankedPlayEnabled [get, set]
 Gets or sets the ranked play enabled flag. More...
 

Detailed Description

Contains champion data.

Property Documentation

bool RiotNet.Models.Champion.Active
getset

Gets or sets whether the champion is active.

bool RiotNet.Models.Champion.BotEnabled
getset

Gets or sets whether the champion bot is enabled (for custom games).

bool RiotNet.Models.Champion.BotMmEnabled
getset

Gets or sets whether the champion bot is enabled for match-made games (Co-op vs. AI).

bool RiotNet.Models.Champion.FreeToPlay
getset

Gets or sets whether the champion is currently free to play.

long RiotNet.Models.Champion.Id
getset

Gets or sets the champion id.

bool RiotNet.Models.Champion.RankedPlayEnabled
getset

Gets or sets the ranked play enabled flag.


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