Skip to content

Commit

Permalink
Add some guesswork documentation for mumble link mapType.
Browse files Browse the repository at this point in the history
Just going off the enum value names; in-depth investigation would probably
take at least a day to narrow down what all these are *actually* used for.
Pull requests based on empirical data are very much welcome! :D
  • Loading branch information
lye committed Sep 3, 2015
1 parent 8b9c9a1 commit 1cfd887
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mumble.md
Expand Up @@ -32,4 +32,22 @@ struct MumbleContext {
unsigned instance;
unsigned buildId;
};

// mapType has some values roughly:
// 0 = Redirect (e.g., when you log in while in a PvP match)
// 1 = Character Create
// 2 = Competitive PvP (probably unused)
// 3 = GvG (lol unused ;_;)
// 4 = Instance (probably dungeons/story content)
// 5 = Public (probably general stuff)
// 6 = Tournament (probably unused)
// 7 = Tutorial (maybe unused?)
// 8 = User Tournament (probably unused)
// 9 = Eternal Battlegrounds
// 10 = Blue Borderlands
// 11 = Green Borderlands
// 12 = Red Borderlands
// 13 = Fortune's Vale (probably unused)
// 14 = Obsidian Sanctum
// 15 = Edge of the Mists
```

0 comments on commit 1cfd887

Please sign in to comment.