Show / Hide Table of Contents

Class SpellVarsStatic

Class representing various information about a summoner spell (Static API).

Inheritance
System.Object
SpellVarsStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class SpellVarsStatic : object

Properties

Coeff

Coeff for this summoner spell for the summoner's level.

Declaration
public object Coeff { get; set; }
Property Value
Type Description
System.Object

Dyn

Seems to always be equal to + when it is present.

Declaration
public string Dyn { get; set; }
Property Value
Type Description
System.String

Key

Key.

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

Link

Link.

Declaration
public string Link { get; set; }
Property Value
Type Description
System.String

RanksWith

Ranks with.

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