# eGameMapID
# Description
A collection of game map ID enumerations used to identify different game maps, value type is number
# How to use
if(Game::MapID() == eGameMapID::SummonersRift) {
// Current map is Summoner's Rift
}
# Properties
key | value | remarks |
---|---|---|
CrystalScar | 8 | Crystal Scar |
TwistedTreeline | 10 | Twisted Treeline |
SummonersRift | 11 | Summoner's Rift |
HowlingAbyss | 12 | Howling Abyss |
TFT | 22 | Teamfight Tactics |
Arena2v2 | 30 | Arena 2v2 |