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

Contains spell data for a single rank of a spell. More...

Properties

ListOfDouble Coeff [get, set]
 Gets or sets the scaling coefficients for the current spell. More...
 
string Dyn = new ListOfDouble() [get, set]
 Gets or sets the special operator for this spell variable. More...
 
string Key [get, set]
 Gets or sets the key used to reference this spell variable in calculations. More...
 
string Link [get, set]
 Gets or sets the property that the scaling coefficients apply to. More...
 
string RanksWith [get, set]
 Gets or sets the ability with which this spell variable ranks up. If unspecified, it ranks up with the current ability. More...
 

Detailed Description

Contains spell data for a single rank of a spell.

Property Documentation

ListOfDouble RiotNet.Models.SpellVars.Coeff
getset

Gets or sets the scaling coefficients for the current spell.

string RiotNet.Models.SpellVars.Dyn = new ListOfDouble()
getset

Gets or sets the special operator for this spell variable.

string RiotNet.Models.SpellVars.Key
getset

Gets or sets the key used to reference this spell variable in calculations.

string RiotNet.Models.SpellVars.Link
getset

Gets or sets the property that the scaling coefficients apply to.

string RiotNet.Models.SpellVars.RanksWith
getset

Gets or sets the ability with which this spell variable ranks up. If unspecified, it ranks up with the current ability.


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