RuneTree class
A representation of an in-game rune tree
Signature:
export declare class RuneTree Constructor
new RuneTree (client: Client, data: RuneTreeData)Constructs a new instance of the RuneTree class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| client | Client | The client that requested this data. | 
| data | RuneTreeData | The raw rune tree data from data dragon. | 
Properties
icon
A link to the rune tree's icon.
Type: String
id
The unique numerical ID of this Rune Tree.
Type: Number
key
The key of this rune tree. Usually the same as the rune's name.
Type: String
name
The name of this rune tree.
Type: String
slots
The slots of this rune tree. The slots are numbered from 1 to 4. The first slot contains the keystones.
Type: Collection < Number, Collection < Number, Rune > >
Table of Contents
