Show / Hide Table of Contents

Class Champion

Class representing a Champion in the API.

Inheritance
System.Object
Champion
Namespace:RiotSharp.ChampionEndpoint
Assembly:RiotSharp.dll
Syntax
public class Champion : object

Properties

Active

Indicates if the champion is active.

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean

BotEnabled

Bot enabled flag (for custom games).

Declaration
public bool BotEnabled { get; set; }
Property Value
Type Description
System.Boolean

BotMmEnabled

Bot Match Made enabled flag (for Co-op vs. AI games).

Declaration
public bool BotMmEnabled { get; set; }
Property Value
Type Description
System.Boolean

FreeToPlay

Indicates if the champion is free to play. Free to play champions are rotated periodically.

Declaration
public bool FreeToPlay { get; set; }
Property Value
Type Description
System.Boolean

Id

Champion ID.

Declaration
public long Id { get; set; }
Property Value
Type Description
System.Int64

RankedPlayEnabled

Ranked play enabled flag.

Declaration
public bool RankedPlayEnabled { get; set; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX