Skip to main content

Mumble

The Mumble class provides access to all mumble information, provided in the form of various classes, enums and fields.

tip

You can find a tutorial on using mumble info in the tutorials section!

Fields

FieldTypeDescription
CurrentMapMumbleCurrentMapContains information about the current map
CurrentMumbleMapNamestringThe name of the current map
InfoMumbleInfoContains information about the game
IsAvailablebooleanIndicates if the Mumble API is currently available
PlayerCameraMumblePlayerCameraContains information about the player camera
PlayerCharacterMumblePlayerCharacterContains information about the player character
TickintegerThe current tick (?) TODO: Ask Snow if this is accurate?
TimeSinceTickTimeSpanContains the time since the last tick
UIMumbleUiContains information about the UI


MumbleCurrentMap

A class that contains info about the current map.

Fields

FieldTypeDescription
IdintegerThe map ID
IsCompetitiveModebooleanIf the current map is a competitive map
TypeMumbleMapTypeThe type of the current map

MumbleMapType (enum)

Map TypeEnum Value
Unknown-1
Redirect0
CharacterCreate1
Pvp2
Gvg3
Instance4
Public5
Tournament6
Tutorial7
UserTournament8
Center9
ExternalBattlegrounds9
BlueHome10
BlueBorderlands10
GreenHome11
GreenBorderlands11
RedHome12
RedBorderlands12
FortunesVale13
JumpPuzzle14
ObsidianSanctum14
EdgeOfTheMists15
PublicMini16
WvwLounge18


MumbleInfo

A class that contains info about the game.

Fields

FieldTypeDescription
BuildIdintegerThe current build ID of the game
IsGameFocusedbooleanIndicates if the game is actively focused


MumblePlayerCamera

A class that contains information about the player camera.

Fields

FieldTypeDescription
FarPlaneRenderDistancenumberTODO: Ask Snow
FieldOfViewnumberThe camera's FoV
ForwardVector3The camera's forward vector
NearPlaneRenderDistancenumberTODO: Ask Snow
PositionVector3The camera position


MumblePlayerCharacter

A class that contains information about the player character.

Fields

FieldTypeDescription
CurrentMountMumbleMountTypeThe player's current mount
ForwardVector3The character's forward vector
IsCommanderbooleanIndicates if the player has a commander tag enabled
IsInCombatbooleanIndicates if the player is actively in combat
NamestringThe character name
PositionVector3The character's position
RaceMumbleRaceTypeThe character's race
SpecializationintegerThe ID of the character's specialization
TeamColorIdintegerThe player's team color ID

MumbleMountType (enum)

MountValue
None0
Jackal1
Griffon2
Springer3
Skimmer4
Raptor5
RollerBeetle6
Warclaw7
Skyscale8
Skiff9
SiegeTurtle10

MumbleRaceType (enum)

RaceValue
Asura0
Charr1
Human2
Norn3
Sylvari4


MumbleUi

A class that contains information about the UI.

Fields

FieldTypeDescription
CompassRotationnumberThe compass' rotation
CompassSizeanyThe size of the compass
IsCompassRotationEnabledbooleanIndicates if the compass has rotation enabled
IsCompassTopRightbooleanIndicates if the compass is shown in the top right
IsMapOpenbooleanIndicates if the map is open fullscreen
IsTextInputFocusedbooleanIndicates if a textbox is focused in-game (does not include the trading post search or some other textboxes)
MapCenteranyThe center of the map
MapPositionanyThe position the map is currently set to
MapScalenumberThe current map zoom
UISizeMumbleUiSizeThe in-game UI scale

MumbleUiSize (enum)

RaceValue
Small0
Normal1
Large2
Larger3