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

Represents a rune on a player's rune page. More...

Properties

long Count [get, set]
 Gets or sets number of instances of the rune used on the rune page. This is equal to Rank, but it is set by the Spectator API. More...
 
long Rank [get, set]
 Gets or sets number of instances of the rune used on the rune page. This is equal to Count, but it is set by the Match API. More...
 
long RuneId [get, set]
 Gets or sets rune ID. More...
 

Detailed Description

Represents a rune on a player's rune page.

Property Documentation

long RiotNet.Models.Rune.Count
getset

Gets or sets number of instances of the rune used on the rune page. This is equal to Rank, but it is set by the Spectator API.

long RiotNet.Models.Rune.Rank
getset

Gets or sets number of instances of the rune used on the rune page. This is equal to Count, but it is set by the Match API.

long RiotNet.Models.Rune.RuneId
getset

Gets or sets rune ID.


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