Show / Hide Table of Contents

Class LevelTipStatic

Class representing the tooltip when leveling up a spell on a champion (Static API).

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

Properties

Effects

List of string representing the effects of leveling up this spell (going from a percentage to another for example.

Declaration
public List<string> Effects { get; set; }
Property Value
Type Description
List<><System.String>

Labels

List of string representing which stats will be affected by leveling up this spell.

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