# eSpellSlot
# Description
Enumeration of skill slots, used to identify different types of skill slots such as champion abilities, summoner spells, items, etc., value type is number
# How to Use
auto qSpell = player->GetSpell(eSpellSlot::Q);
auto summonerSpell = player->GetSpell(eSpellSlot::Summoner1);
# Properties
key | value | remarks |
---|---|---|
Unknown | -1 | Unknown slot |
Q | 0 | Q ability slot |
W | 1 | W ability slot |
E | 2 | E ability slot |
R | 3 | R ability slot |
Summoner1 | 4 | Summoner spell 1 slot |
Summoner2 | 5 | Summoner spell 2 slot |
Item1 | 6 | Item slot 1 |
Item2 | 7 | Item slot 2 |
Item3 | 8 | Item slot 3 |
Item4 | 9 | Item slot 4 |
Item5 | 10 | Item slot 5 |
Item6 | 11 | Item slot 6 |
Trinket | 12 | Trinket slot |
Recall | 13 | Recall ability slot |
Passive | 63 | Passive ability slot |