Go to the source code of this file.
Classes | |
struct | MumbleContext |
struct | LinkedMem |
struct | Identity |
Typedefs | |
typedef uint32_t | UiStateFlags |
Enumerations | |
enum class | MountIndex : uint8_t { None , Jackal , Griffon , Springer , Skimmer , Raptor , Roller_Beetle , Warclaw , Skyscale , Skiff , SiegeTurtle } |
enum | UiStateFlags_ : uint32_t { UiStateFlags_None = 0 , UiStateFlags_MapOpen = 1 << 0 , UiStateFlags_CompassTopRight = 1 << 1 , UiStateFlags_CompassRotation = 1 << 2 , UiStateFlags_GameFocus = 1 << 3 , UiStateFlags_Competitive = 1 << 4 , UiStateFlags_TextBoxFocus = 1 << 5 , UiStateFlags_InCombat = 1 << 6 } |
enum class | Race : uint8_t { Asura , Charr , Human , Norn , Sylvari } |
enum class | UIScaling { Small , Normal , Large , Larger } |
typedef uint32_t UiStateFlags |
|
strong |
|
strong |
|
strong |
enum UiStateFlags_ : uint32_t |