[WoW] 8.2.0.31229 menu

User Tag List

Results 1 to 3 of 3
  1. #1
    h42's Avatar Contributor CoreCoins Purchaser
    Reputation
    130
    Join Date
    Oct 2006
    Posts
    108
    Thanks G/R
    140/52
    Trade Feedback
    12 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [WoW] 8.2.0.31229

    Just started getting up to speed with the 8.1 rewrite, but here's some basics for the current build:

    lua API
    Code:
    ------- Widget API -------
    "ColorSelect:GetColorWheelTexture" : 0x1c604f0,
    "ColorSelect:SetColorWheelTexture" : 0x1c60520,
    "ColorSelect:GetColorWheelThumbTexture" : 0x1c605d0,
    "ColorSelect:SetColorWheelThumbTexture" : 0x1c60600,
    "ColorSelect:GetColorValueTexture" : 0x1c606e0,
    "ColorSelect:SetColorValueTexture" : 0x1c60710,
    "ColorSelect:GetColorValueThumbTexture" : 0x1c607c0,
    "ColorSelect:SetColorValueThumbTexture" : 0x1c607f0,
    "ColorSelect:SetColorHSV" : 0x1c608d0,
    "ColorSelect:GetColorHSV" : 0x1c60980,
    "ColorSelect:SetColorRGB" : 0x1c609f0,
    "ColorSelect:GetColorRGB" : 0x1c60a60,
    "Frame:CreateTexture" : 0x421980,
    "Frame:CreateMaskTexture" : 0x421990,
    "Frame:CreateLine" : 0x4219a0,
    "Frame:CreateFontString" : 0x4219b0,
    "Frame:GetBoundsRect" : 0x421cf0,
    "Frame:GetNumRegions" : 0x421de0,
    "Frame:GetRegions" : 0x421e70,
    "Frame:GetNumChildren" : 0x421fa0,
    "Frame:GetChildren" : 0x422020,
    "Frame:GetFrameStrata" : 0x422140,
    "Frame:SetFrameStrata" : 0x422180,
    "Frame:GetFrameLevel" : 0x4222a0,
    "Frame:SetFrameLevel" : 0x4222e0,
    "Frame:HasScript" : 0x4223f0,
    "Frame:GetScript" : 0x4224a0,
    "Frame:SetScript" : 0x4224d0,
    "Frame:HookScript" : 0x422500,
    "Frame:RegisterEvent" : 0x422530,
    "Frame:RegisterUnitEvent" : 0x422600,
    "Frame:UnregisterEvent" : 0x4227b0,
    "Frame:RegisterAllEvents" : 0x422880,
    "Frame:UnregisterAllEvents" : 0x4228a0,
    "Frame:IsEventRegistered" : 0x4228c0,
    "Frame:CanChangeAttribute" : 0x4229d0,
    "Frame:GetAttribute" : 0x422b40,
    "Frame:SetAttribute" : 0x422ec0,
    "Frame:ExecuteAttribute" : 0x422a00,
    "Frame:GetEffectiveScale" : 0x4230a0,
    "Frame:GetScale" : 0x4230d0,
    "Frame:SetScale" : 0x423100,
    "Frame:GetEffectiveAlpha" : 0x4231e0,
    "Frame:GetAlpha" : 0x423240,
    "Frame:SetAlpha" : 0x423280,
    "Frame:GetID" : 0x423330,
    "Frame:SetID" : 0x423360,
    "Frame:SetToplevel" : 0x423410,
    "Frame:IsToplevel" : 0x4234a0,
    "Frame:EnableDrawLayer" : 0x4234d0,
    "Frame:DisableDrawLayer" : 0x423540,
    "Frame:Show" : 0x4235b0,
    "Frame:Hide" : 0x423600,
    "Frame:SetShown" : 0x423650,
    "Frame:IsVisible" : 0x4236d0,
    "Frame:IsShown" : 0x423700,
    "Frame:Raise" : 0x423730,
    "Frame:Lower" : 0x423780,
    "Frame:GetHitRectInsets" : 0x4237d0,
    "Frame:SetHitRectInsets" : 0x423830,
    "Frame:GetClampRectInsets" : 0x423910,
    "Frame:SetClampRectInsets" : 0x423970,
    "Frame:GetMinResize" : 0x423a20,
    "Frame:SetMinResize" : 0x423ab0,
    "Frame:GetMaxResize" : 0x423bf0,
    "Frame:SetMaxResize" : 0x423c80,
    "Frame:SetMovable" : 0x423dc0,
    "Frame:IsMovable" : 0x423e10,
    "Frame:SetDontSavePosition" : 0x423e40,
    "Frame:GetDontSavePosition" : 0x423e90,
    "Frame:SetResizable" : 0x423ec0,
    "Frame:IsResizable" : 0x423f10,
    "Frame:StartMoving" : 0x423f40,
    "Frame:StartSizing" : 0x424000,
    "Frame:StopMovingOrSizing" : 0x424100,
    "Frame:SetUserPlaced" : 0x424130,
    "Frame:IsUserPlaced" : 0x4241c0,
    "Frame:SetClampedToScreen" : 0x4241f0,
    "Frame:IsClampedToScreen" : 0x424260,
    "Frame:RegisterForDrag" : 0x424290,
    "Frame:EnableKeyboard" : 0x424320,
    "Frame:IsKeyboardEnabled" : 0x4243c0,
    "Frame:EnableMouse" : 0x424400,
    "Frame:IsMouseEnabled" : 0x4244c0,
    "Frame:SetMouseClickEnabled" : 0x424510,
    "Frame:IsMouseClickEnabled" : 0x4245a0,
    "Frame:SetMouseMotionEnabled" : 0x4245d0,
    "Frame:IsMouseMotionEnabled" : 0x424660,
    "Frame:EnableMouseWheel" : 0x424690,
    "Frame:IsMouseWheelEnabled" : 0x424720,
    "Frame:EnableJoystick" : 0x424750,
    "Frame:IsJoystickEnabled" : 0x4247e0,
    "Frame:GetBackdrop" : 0x424810,
    "Frame:SetBackdrop" : 0x424bf0,
    "Frame:GetBackdropColor" : 0x425220,
    "Frame:SetBackdropColor" : 0x4252f0,
    "Frame:GetBackdropBorderColor" : 0x425350,
    "Frame:SetBackdropBorderColor" : 0x425420,
    "Frame:SetDepth" : 0x425480,
    "Frame:GetDepth" : 0x425510,
    "Frame:GetEffectiveDepth" : 0x425560,
    "Frame:IgnoreDepth" : 0x4255b0,
    "Frame:IsIgnoringDepth" : 0x425600,
    "Frame:SetPropagateKeyboardInput" : 0x425630,
    "Frame:GetPropagateKeyboardInput" : 0x425680,
    "Frame:SetFlattensRenderLayers" : 0x4256e0,
    "Frame:GetFlattensRenderLayers" : 0x425720,
    "Frame:GetEffectivelyFlattensRenderLayers" : 0x425750,
    "Frame:SetHyperlinksEnabled" : 0x425780,
    "Frame:GetHyperlinksEnabled" : 0x4257c0,
    "Frame:SetClipsChildren" : 0x4257f0,
    "Frame:DoesClipChildren" : 0x425850,
    "Frame:SetIgnoreParentAlpha" : 0x425880,
    "Frame:IsIgnoringParentAlpha" : 0x4258c0,
    "Frame:SetIgnoreParentScale" : 0x4258f0,
    "Frame:IsIgnoringParentScale" : 0x425930,
    "Frame:DesaturateHierarchy" : 0x425960,
    "Frame:IsObjectLoaded" : 0x4259d0,
    "Slider:GetThumbTexture" : 0x1c65a60,
    "Slider:SetThumbTexture" : 0x1c65a90,
    "Slider:GetOrientation" : 0x1c65c50,
    "Slider:SetOrientation" : 0x1c65c90,
    "Slider:GetMinMaxValues" : 0x1c65d80,
    "Slider:SetMinMaxValues" : 0x1c65de0,
    "Slider:GetValue" : 0x1c65ea0,
    "Slider:SetValue" : 0x1c65ed0,
    "Slider:GetValueStep" : 0x1c65f80,
    "Slider:SetValueStep" : 0x1c65fb0,
    "Slider:GetStepsPerPage" : 0x1c66040,
    "Slider:SetStepsPerPage" : 0x1c66080,
    "Slider:GetObeyStepOnDrag" : 0x1c66100,
    "Slider:SetObeyStepOnDrag" : 0x1c66130,
    "Slider:Enable" : 0x1c66180,
    "Slider:Disable" : 0x1c661c0,
    "Slider:SetEnabled" : 0x1c66200,
    "Slider:IsEnabled" : 0x1c66270,
    "Slider:IsDraggingThumb" : 0x1c662b0,
    "Cooldown:SetCooldown" : 0x13ab100,
    "Cooldown:SetCooldownUNIX" : 0x13ab250,
    "Cooldown:SetCooldownDuration" : 0x13ab390,
    "Cooldown:SetReverse" : 0x13ab4c0,
    "Cooldown:GetReverse" : 0x13ab540,
    "Cooldown:SetDrawSwipe" : 0x13ab5b0,
    "Cooldown:GetDrawSwipe" : 0x13ab650,
    "Cooldown:SetDrawEdge" : 0x13ab6d0,
    "Cooldown:GetDrawEdge" : 0x13ab770,
    "Cooldown:SetDrawBling" : 0x13ab7f0,
    "Cooldown:GetDrawBling" : 0x13ab890,
    "Cooldown:GetCooldownDuration" : 0x13ab910,
    "Cooldown:GetCooldownDisplayDuration" : 0x13ab9a0,
    "Cooldown:GetCooldownTimes" : 0x13aba20,
    "Cooldown:SetSwipeTexture" : 0x13abac0,
    "Cooldown:SetSwipeColor" : 0x13abcf0,
    "Cooldown:SetEdgeTexture" : 0x13abe00,
    "Cooldown:SetBlingTexture" : 0x13ac030,
    "Cooldown:SetHideCountdownNumbers" : 0x13ac260,
    "Cooldown:Clear" : 0x13ac320,
    "Cooldown:SetEdgeScale" : 0x13ac390,
    "Cooldown:GetEdgeScale" : 0x13ac460,
    "Cooldown:SetUseCircularEdge" : 0x13ac4d0,
    "Cooldown:SetRotation" : 0x13ac570,
    "Cooldown:GetRotation" : 0x13ac630,
    "Cooldown:Pause" : 0x13ac6a0,
    "Cooldown:Resume" : 0x13ac730,
    "Cooldown:IsPaused" : 0x13ac790,
    "MessageFrame:SetFontObject" : 0x1c64200,
    "MessageFrame:GetFontObject" : 0x1c64250,
    "MessageFrame:SetFont" : 0x1c642a0,
    "MessageFrame:GetFont" : 0x1c64300,
    "MessageFrame:SetTextColor" : 0x1c64350,
    "MessageFrame:GetTextColor" : 0x1c643a0,
    "MessageFrame:SetShadowColor" : 0x1c643f0,
    "MessageFrame:GetShadowColor" : 0x1c64440,
    "MessageFrame:SetShadowOffset" : 0x1c64490,
    "MessageFrame:GetShadowOffset" : 0x1c644e0,
    "MessageFrame:SetSpacing" : 0x1c64530,
    "MessageFrame:GetSpacing" : 0x1c64580,
    "MessageFrame:SetJustifyH" : 0x1c645d0,
    "MessageFrame:GetJustifyH" : 0x1c64620,
    "MessageFrame:SetJustifyV" : 0x1c64670,
    "MessageFrame:GetJustifyV" : 0x1c646c0,
    "MessageFrame:SetInsertMode" : 0x1c64710,
    "MessageFrame:GetInsertMode" : 0x1c647f0,
    "MessageFrame:SetIndentedWordWrap" : 0x1c64840,
    "MessageFrame:GetIndentedWordWrap" : 0x1c64890,
    "MessageFrame:SetFading" : 0x1c648e0,
    "MessageFrame:GetFading" : 0x1c64920,
    "MessageFrame:SetTimeVisible" : 0x1c64950,
    "MessageFrame:GetTimeVisible" : 0x1c649e0,
    "MessageFrame:SetFadeDuration" : 0x1c64a10,
    "MessageFrame:GetFadeDuration" : 0x1c64aa0,
    "MessageFrame:SetFadePower" : 0x1c64ad0,
    "MessageFrame:GetFadePower" : 0x1c64b60,
    "MessageFrame:AddMessage" : 0x1c64b90,
    "MessageFrame:HasMessageByID" : 0x1c64c80,
    "MessageFrame:ResetMessageFadeByID" : 0x1c64cf0,
    "MessageFrame:GetFontStringByID" : 0x1c64d70,
    "MessageFrame:Clear" : 0x1c64e00,
    "AnimationGroup:Play" : 0x44a6b0,
    "AnimationGroup:Pause" : 0x44a720,
    "AnimationGroup:Stop" : 0x44a740,
    "AnimationGroup:Restart" : 0x44a760,
    "AnimationGroup:Finish" : 0x44a7d0,
    "AnimationGroup:GetProgress" : 0x44a7f0,
    "AnimationGroup:IsDone" : 0x44a820,
    "AnimationGroup:SetPlaying" : 0x44a610,
    "AnimationGroup:IsPlaying" : 0x44a850,
    "AnimationGroup:IsPaused" : 0x44a8a0,
    "AnimationGroup:IsPendingFinish" : 0x44a8d0,
    "AnimationGroup:SetToFinalAlpha" : 0x44a900,
    "AnimationGroup:IsSetToFinalAlpha" : 0x44a960,
    "AnimationGroup:GetDuration" : 0x44a990,
    "AnimationGroup:SetLooping" : 0x44a9c0,
    "AnimationGroup:GetLooping" : 0x44aa70,
    "AnimationGroup:GetLoopState" : 0x44aaa0,
    "AnimationGroup:GetAnimations" : 0x44aad0,
    "AnimationGroup:CreateAnimation" : 0x44ac10,
    "AnimationGroup:HasScript" : 0x44b110,
    "AnimationGroup:GetScript" : 0x44b1c0,
    "AnimationGroup:SetScript" : 0x44b1f0,
    "AnimationGroup:HookScript" : 0x44b220,
    "QuestPOIFrame:UpdateMouseOverTooltip" : 0x13bd480,
    "QuestPOIFrame:GetTooltipIndex" : 0x13bd560,
    "QuestPOIFrame:GetNumTooltips" : 0x13bd5e0,
    "SimpleHTML:SetFontObject" : 0x1c63670,
    "SimpleHTML:GetFontObject" : 0x1c636e0,
    "SimpleHTML:SetFont" : 0x1c63750,
    "SimpleHTML:GetFont" : 0x1c637c0,
    "SimpleHTML:SetTextColor" : 0x1c63830,
    "SimpleHTML:GetTextColor" : 0x1c638a0,
    "SimpleHTML:SetShadowColor" : 0x1c63910,
    "SimpleHTML:GetShadowColor" : 0x1c63980,
    "SimpleHTML:SetShadowOffset" : 0x1c639f0,
    "SimpleHTML:GetShadowOffset" : 0x1c63a60,
    "SimpleHTML:SetSpacing" : 0x1c63ad0,
    "SimpleHTML:GetSpacing" : 0x1c63b40,
    "SimpleHTML:SetJustifyH" : 0x1c63bb0,
    "SimpleHTML:GetJustifyH" : 0x1c63c20,
    "SimpleHTML:SetJustifyV" : 0x1c63c90,
    "SimpleHTML:GetJustifyV" : 0x1c63d00,
    "SimpleHTML:SetIndentedWordWrap" : 0x1c63d70,
    "SimpleHTML:GetIndentedWordWrap" : 0x1c63de0,
    "SimpleHTML:SetText" : 0x1c63e50,
    "SimpleHTML:SetHyperlinkFormat" : 0x1c63f10,
    "SimpleHTML:GetHyperlinkFormat" : 0x1c63fa0,
    "SimpleHTML:GetContentHeight" : 0x1c63fd0,
    "Texture:IsObjectType" : 0x4304c0,
    "Texture:GetObjectType" : 0x430450,
    "Texture:GetDrawLayer" : 0x4305a0,
    "Texture:SetDrawLayer" : 0x430630,
    "Texture:GetBlendMode" : 0x430790,
    "Texture:SetBlendMode" : 0x430810,
    "Texture:GetVertexColor" : 0x4308f0,
    "Texture:SetVertexColor" : 0x4309f0,
    "Texture:SetGradient" : 0x430ab0,
    "Texture:SetGradientAlpha" : 0x430bc0,
    "Texture:SetAlpha" : 0x430cd0,
    "Texture:GetAlpha" : 0x430de0,
    "Texture:Show" : 0x430e70,
    "Texture:Hide" : 0x430ee0,
    "Texture:SetShown" : 0x430f50,
    "Texture:IsVisible" : 0x431000,
    "Texture:IsShown" : 0x431070,
    "Texture:GetTexture" : 0x4310e0,
    "Texture:SetTexture" : 0x4312e0,
    "Texture:SetColorTexture" : 0x431500,
    "Texture:GetTexCoord" : 0x431600,
    "Texture:SetTexCoord" : 0x4316d0,
    "Texture:SetRotation" : 0x431910,
    "Texture:GetRotation" : 0x431a30,
    "Texture:SetTexelSnappingBias" : 0x431ad0,
    "Texture:GetTexelSnappingBias" : 0x431b90,
    "Texture:SetSnapToPixelGrid" : 0x431c00,
    "Texture:IsSnappingToPixelGrid" : 0x431c80,
    "Texture:SetDesaturation" : 0x431cf0,
    "Texture:GetDesaturation" : 0x431d70,
    "Texture:SetDesaturated" : 0x431de0,
    "Texture:IsDesaturated" : 0x431e80,
    "Texture:SetNonBlocking" : 0x431ef0,
    "Texture:GetNonBlocking" : 0x431f80,
    "Texture:SetHorizTile" : 0x431ff0,
    "Texture:GetHorizTile" : 0x432070,
    "Texture:SetVertTile" : 0x4320e0,
    "Texture:GetVertTile" : 0x432160,
    "Texture:SetAtlas" : 0x4321d0,
    "Texture:GetAtlas" : 0x4323e0,
    "Texture:SetMask" : 0x432480,
    "Texture:GetVertexOffset" : 0x432880,
    "Texture:SetVertexOffset" : 0x4329d0,
    "Texture:GetTextureFileID" : 0x4311a0,
    "Texture:GetTextureFilePath" : 0x431230,
    "Texture:AddMaskTexture" : 0x432550,
    "Texture:RemoveMaskTexture" : 0x432620,
    "Texture:GetNumMaskTextures" : 0x4326f0,
    "Texture:GetMaskTexture" : 0x432780,
    "Font:GetObjectType" : 0x438e10,
    "Font:IsObjectType" : 0x438e50,
    "Font:GetName" : 0x438f00,
    "Font:SetFontObject" : 0x438f60,
    "Font:GetFontObject" : 0x4390a0,
    "Font:CopyFontObject" : 0x4390e0,
    "Font:SetFont" : 0x439200,
    "Font:GetFont" : 0x439380,
    "Font:SetAlpha" : 0x439400,
    "Font:GetAlpha" : 0x4394d0,
    "Font:SetTextColor" : 0x439530,
    "Font:GetTextColor" : 0x4395c0,
    "Font:SetShadowColor" : 0x439690,
    "Font:GetShadowColor" : 0x439730,
    "Font:SetShadowOffset" : 0x439800,
    "Font:GetShadowOffset" : 0x439920,
    "Font:SetSpacing" : 0x439990,
    "Font:GetSpacing" : 0x439a90,
    "Font:SetJustifyH" : 0x439af0,
    "Font:GetJustifyH" : 0x439bd0,
    "Font:SetJustifyV" : 0x439c20,
    "Font:GetJustifyV" : 0x439d00,
    "Font:SetIndentedWordWrap" : 0x439d50,
    "Font:GetIndentedWordWrap" : 0x439dd0,
    "LayeredRegion:IsObjectType" : 0x432c10,
    "LayeredRegion:GetObjectType" : 0x432be0,
    "LayeredRegion:GetDrawLayer" : 0x432cb0,
    "LayeredRegion:SetDrawLayer" : 0x432cf0,
    "LayeredRegion:SetVertexColor" : 0x432dc0,
    "LayeredRegion:GetAlpha" : 0x432e50,
    "LayeredRegion:SetAlpha" : 0x432ea0,
    "LayeredRegion:SetAlphaGradient" : 0x432f60,
    "LayeredRegion:Show" : 0x433060,
    "LayeredRegion:Hide" : 0x433090,
    "LayeredRegion:SetShown" : 0x4330c0,
    "LayeredRegion:IsVisible" : 0x433130,
    "LayeredRegion:IsShown" : 0x433160,
    "LayeredRegion:GetFontObject" : 0x433190,
    "LayeredRegion:SetFontObject" : 0x4331c0,
    "LayeredRegion:GetFont" : 0x433380,
    "LayeredRegion:SetFont" : 0x433450,
    "LayeredRegion:GetText" : 0x4337c0,
    "LayeredRegion:GetFieldSize" : 0x433800,
    "LayeredRegion:SetText" : 0x433820,
    "LayeredRegion:SetFormattedText" : 0x4338a0,
    "LayeredRegion:GetTextColor" : 0x433940,
    "LayeredRegion:SetTextColor" : 0x433a10,
    "LayeredRegion:GetShadowColor" : 0x433a70,
    "LayeredRegion:SetShadowColor" : 0x433b20,
    "LayeredRegion:GetShadowOffset" : 0x433b80,
    "LayeredRegion:SetShadowOffset" : 0x433bd0,
    "LayeredRegion:GetSpacing" : 0x433ca0,
    "LayeredRegion:SetSpacing" : 0x433cf0,
    "LayeredRegion:SetTextHeight" : 0x433da0,
    "LayeredRegion:GetStringWidth" : 0x433ea0,
    "LayeredRegion:GetUnboundedStringWidth" : 0x433f00,
    "LayeredRegion:GetWrappedWidth" : 0x433f80,
    "LayeredRegion:GetNumLines" : 0x433fe0,
    "LayeredRegion:IsTruncated" : 0x434020,
    "LayeredRegion:GetStringHeight" : 0x434070,
    "LayeredRegion:GetJustifyH" : 0x4340d0,
    "LayeredRegion:SetJustifyH" : 0x434110,
    "LayeredRegion:GetJustifyV" : 0x4341e0,
    "LayeredRegion:SetJustifyV" : 0x434220,
    "LayeredRegion:CanNonSpaceWrap" : 0x434360,
    "LayeredRegion:SetNonSpaceWrap" : 0x4342f0,
    "LayeredRegion:CanWordWrap" : 0x434400,
    "LayeredRegion:SetWordWrap" : 0x434390,
    "LayeredRegion:GetIndentedWordWrap" : 0x4344b0,
    "LayeredRegion:SetIndentedWordWrap" : 0x434440,
    "LayeredRegion:GetMaxLines" : 0x434540,
    "LayeredRegion:SetMaxLines" : 0x4344e0,
    "LayeredRegion:GetLineHeight" : 0x434580,
    "LayeredRegion:FindCharacterIndexAtCoordinate" : 0x4345e0,
    "LayeredRegion:CalculateScreenAreaFromCharacterSpan" : 0x4346f0,
    "Checkout:SetFocus" : 0x11272a0,
    "Checkout:ClearFocus" : 0x1127310,
    "Checkout:OpenCheckout" : 0x1127380,
    "Checkout:CloseCheckout" : 0x1127450,
    "Checkout:CancelOpenCheckout" : 0x11274c0,
    "Checkout:SetZoom" : 0x1127540,
    "Checkout:CopyExternalLink" : 0x1127600,
    "Checkout:OpenExternalLink" : 0x1127670,
    "Button:Enable" : 0x1c5ec10,
    "Button:Disable" : 0x1c5ec70,
    "Button:SetEnabled" : 0x1c5ecd0,
    "Button:IsEnabled" : 0x1c5ed60,
    "Button:GetButtonState" : 0x1c5eda0,
    "Button:SetButtonState" : 0x1c5ee40,
    "Button:SetNormalFontObject" : 0x1c5ef60,
    "Button:GetNormalFontObject" : 0x1c5f070,
    "Button:SetDisabledFontObject" : 0x1c5f0d0,
    "Button:GetDisabledFontObject" : 0x1c5f1e0,
    "Button:SetHighlightFontObject" : 0x1c5f240,
    "Button:GetHighlightFontObject" : 0x1c5f350,
    "Button:SetFontString" : 0x1c5f3b0,
    "Button:GetFontString" : 0x1c5f4e0,
    "Button:SetText" : 0x1c5f510,
    "Button:SetFormattedText" : 0x1c5f550,
    "Button:GetText" : 0x1c5f5b0,
    "Button:SetNormalTexture" : 0x1c5f600,
    "Button:GetNormalTexture" : 0x1c5f620,
    "Button:SetPushedTexture" : 0x1c5f650,
    "Button:GetPushedTexture" : 0x1c5f670,
    "Button:SetDisabledTexture" : 0x1c5f6a0,
    "Button:GetDisabledTexture" : 0x1c5f6b0,
    "Button:SetHighlightTexture" : 0x1c5f6e0,
    "Button:GetHighlightTexture" : 0x1c5f830,
    "Button:SetPushedTextOffset" : 0x1c5f9a0,
    "Button:GetPushedTextOffset" : 0x1c5fac0,
    "Button:SetNormalAtlas" : 0x1c5f860,
    "Button:SetPushedAtlas" : 0x1c5f880,
    "Button:SetDisabledAtlas" : 0x1c5f8a0,
    "Button:SetHighlightAtlas" : 0x1c5f8b0,
    "Button:SetPushedTextOffset" : 0x1c5f9a0,
    "Button:GetPushedTextOffset" : 0x1c5fac0,
    "Button:GetTextWidth" : 0x1c5fb40,
    "Button:GetTextHeight" : 0x1c5fba0,
    "Button:RegisterForClicks" : 0x1c5fc10,
    "Button:Click" : 0x1c5fca0,
    "Button:LockHighlight" : 0x1c5fd50,
    "Button:UnlockHighlight" : 0x1c5fd80,
    "Button:GetMotionScriptsWhileDisabled" : 0x1c5fdb0,
    "Button:SetMotionScriptsWhileDisabled" : 0x1c5fdf0,
    "MovieFrame:StartMovie" : 0x408ff0,
    "MovieFrame:StopMovie" : 0x409140,
    "MovieFrame:EnableSubtitles" : 0x409240,
    "ModelScene:SetLightVisible" : 0x13c5880,
    "ModelScene:IsLightVisible" : 0x13c58d0,
    "ModelScene:SetLightType" : 0x13c5900,
    "ModelScene:GetLightType" : 0x13c59b0,
    "ModelScene:SetLightPosition" : 0x13c5a10,
    "ModelScene:GetLightPosition" : 0x13c5ad0,
    "ModelScene:SetLightDirection" : 0x13c5b30,
    "ModelScene:GetLightDirection" : 0x13c5bf0,
    "ModelScene:SetLightAmbientColor" : 0x13c5c60,
    "ModelScene:GetLightAmbientColor" : 0x13c5d30,
    "ModelScene:SetLightDiffuseColor" : 0x13c5da0,
    "ModelScene:GetLightDiffuseColor" : 0x13c5e70,
    "ModelScene:SetFogColor" : 0x13c5ed0,
    "ModelScene:GetFogColor" : 0x13c5fa0,
    "ModelScene:SetFogNear" : 0x13c6050,
    "ModelScene:GetFogNear" : 0x13c60e0,
    "ModelScene:SetFogFar" : 0x13c6110,
    "ModelScene:GetFogFar" : 0x13c6190,
    "ModelScene:ClearFog" : 0x13c61c0,
    "ModelScene:GetCameraFieldOfView" : 0x13c61f0,
    "ModelScene:SetCameraFieldOfView" : 0x13c6220,
    "ModelScene:GetCameraNearClip" : 0x13c62e0,
    "ModelScene:SetCameraNearClip" : 0x13c6310,
    "ModelScene:GetCameraFarClip" : 0x13c63a0,
    "ModelScene:SetCameraFarClip" : 0x13c63d0,
    "ModelScene:GetCameraPosition" : 0x13c6460,
    "ModelScene:SetCameraPosition" : 0x13c64c0,
    "ModelScene:SetCameraOrientationByYawPitchRoll" : 0x13c6590,
    "ModelScene:SetCameraOrientationByAxisVectors" : 0x13c6700,
    "ModelScene:GetCameraForward" : 0x13c6b20,
    "ModelScene:GetCameraUp" : 0x13c6b80,
    "ModelScene:GetCameraRight" : 0x13c6be0,
    "ModelScene:GetDrawLayer" : 0x13c6c40,
    "ModelScene:SetDrawLayer" : 0x13c6c80,
    "ModelScene:CreateActor" : 0x13c6d40,
    "ModelScene:GetNumActors" : 0x13c6ef0,
    "ModelScene:GetActorAtIndex" : 0x13c6f20,
    "ModelScene:TakeActor" : 0x13c6fd0,
    "ModelScene:GetViewTranslation" : 0x13c70b0,
    "ModelScene:SetViewTranslation" : 0x13c7130,
    "ModelScene:GetViewInsets" : 0x13c7250,
    "ModelScene:SetViewInsets" : 0x13c7280,
    "ModelScene:Project3DPointTo2D" : 0x13c7300,
    "UnitPositionFrame:AddUnit" : 0x13bfc70,
    "UnitPositionFrame:AddUnitFileID" : 0x13bfdb0,
    "UnitPositionFrame:AddUnitAtlas" : 0x13bfef0,
    "UnitPositionFrame:SetUnitColor" : 0x13c0030,
    "UnitPositionFrame:ClearUnits" : 0x13c01a0,
    "UnitPositionFrame:FinalizeUnits" : 0x13c0210,
    "UnitPositionFrame:SetPlayerPingTexture" : 0x13c0290,
    "UnitPositionFrame:StartPlayerPing" : 0x13c05e0,
    "UnitPositionFrame:StopPlayerPing" : 0x13c0530,
    "UnitPositionFrame:SetPlayerPingScale" : 0x13c0740,
    "UnitPositionFrame:GetPlayerPingScale" : 0x13c0820,
    "UnitPositionFrame:GetMouseOverUnits" : 0x13c0890,
    "UnitPositionFrame:SetUiMapID" : 0x13c09b0,
    "UnitPositionFrame:GetUiMapID" : 0x13bfc00,
    "Path:SetCurve" : 0x449f80,
    "Path:GetCurve" : 0x44a030,
    "Path:GetControlPoints" : 0x44a070,
    "Path:CreateControlPoint" : 0x44a170,
    "Path:GetMaxOrder" : 0x44a430,
    "UIObject:GetObjectType" : 0x44bd80,
    "UIObject:IsObjectType" : 0x44bdc0,
    "UIObject:GetName" : 0x44be70,
    "UIObject:GetParent" : 0x44bed0,
    "UIObject:IsForbidden" : 0x44bf30,
    "UIObject:SetForbidden" : 0x44bf90,
    "UIObject:GetDebugName" : 0x44c000,
    "ScenarioPOIFrame:UpdateMouseOverTooltip" : 0x13bdbf0,
    "ScenarioPOIFrame:GetScenarioTooltipText" : 0x13bdcc0,
    "ScrollFrame:SetScrollChild" : 0x1c653f0,
    "ScrollFrame:GetScrollChild" : 0x1c65600,
    "ScrollFrame:SetHorizontalScroll" : 0x1c65630,
    "ScrollFrame:SetVerticalScroll" : 0x1c65720,
    "ScrollFrame:GetHorizontalScroll" : 0x1c65810,
    "ScrollFrame:GetVerticalScroll" : 0x1c65860,
    "ScrollFrame:GetHorizontalScrollRange" : 0x1c658b0,
    "ScrollFrame:GetVerticalScrollRange" : 0x1c65900,
    "ScrollFrame:UpdateScrollChildRect" : 0x1c65950,
    "POIFrame:SetFillTexture" : 0x1396d00,
    "POIFrame:SetFillAlpha" : 0x1396d80,
    "POIFrame:SetBorderTexture" : 0x1396e10,
    "POIFrame:SetBorderAlpha" : 0x1396f60,
    "POIFrame:SetBorderScalar" : 0x1396ff0,
    "POIFrame:DrawBlob" : 0x1397090,
    "POIFrame:DrawNone" : 0x1397130,
    "POIFrame:DrawAll" : 0x13971a0,
    "POIFrame:EnableSmoothing" : 0x1397210,
    "POIFrame:EnableMerging" : 0x1397290,
    "POIFrame:SetMergeThreshold" : 0x1397310,
    "POIFrame:SetNumSplinePoints" : 0x13973b0,
    "POIFrame:SetMapID" : 0x1397430,
    "POIFrame:GetMapID" : 0x13974a0,
    "ControlPoint:SetParent" : 0x449a90,
    "ControlPoint:SetOffset" : 0x449d00,
    "ControlPoint:GetOffset" : 0x449e30,
    "ControlPoint:SetOrder" : 0x449ec0,
    "ControlPoint:GetOrder" : 0x449f50,
    "Scale:SetOrigin" : 0x4495f0,
    "Scale:GetOrigin" : 0x4496c0,
    "Scale:SetScale" : 0x449730,
    "Scale:GetScale" : 0x449800,
    "Scale:SetFromScale" : 0x449850,
    "Scale:GetFromScale" : 0x449920,
    "Scale:SetToScale" : 0x449970,
    "Scale:GetToScale" : 0x449a40,
    "Rotation:SetOrigin" : 0x449320,
    "Rotation:GetOrigin" : 0x4493f0,
    "Rotation:SetDegrees" : 0x449460,
    "Rotation:GetDegrees" : 0x4494f0,
    "Rotation:SetRadians" : 0x449530,
    "Rotation:GetRadians" : 0x4495c0,
    "StatusBar:GetOrientation" : 0x1c663d0,
    "StatusBar:SetOrientation" : 0x1c66410,
    "StatusBar:GetMinMaxValues" : 0x1c66500,
    "StatusBar:SetMinMaxValues" : 0x1c66550,
    "StatusBar:GetValue" : 0x1c66690,
    "StatusBar:SetValue" : 0x1c666c0,
    "StatusBar:GetStatusBarTexture" : 0x1c66750,
    "StatusBar:SetStatusBarTexture" : 0x1c66780,
    "StatusBar:GetStatusBarAtlas" : 0x1c66b50,
    "StatusBar:SetStatusBarAtlas" : 0x1c66a40,
    "StatusBar:GetStatusBarColor" : 0x1c66bc0,
    "StatusBar:SetStatusBarColor" : 0x1c66ca0,
    "StatusBar:GetRotatesTexture" : 0x1c66cf0,
    "StatusBar:SetRotatesTexture" : 0x1c66d20,
    "StatusBar:GetReverseFill" : 0x1c66d60,
    "StatusBar:SetReverseFill" : 0x1c66da0,
    "StatusBar:GetFillStyle" : 0x1c66de0,
    "StatusBar:SetFillStyle" : 0x1c66e20,
    "GameTooltip:AddFontStrings" : 0x1476200,
    "GameTooltip:SetMinimumWidth" : 0x14763a0,
    "GameTooltip:GetMinimumWidth" : 0x1476490,
    "GameTooltip:SetPadding" : 0x1476520,
    "GameTooltip:GetPadding" : 0x14766e0,
    "GameTooltip:IsOwned" : 0x14767e0,
    "GameTooltip:GetOwner" : 0x14768f0,
    "GameTooltip:SetOwner" : 0x1476960,
    "GameTooltip:GetAnchorType" : 0x1476d90,
    "GameTooltip:SetAnchorType" : 0x1476bc0,
    "GameTooltip:ClearLines" : 0x1476ec0,
    "GameTooltip:AddLine" : 0x1476f30,
    "GameTooltip:AddDoubleLine" : 0x1477060,
    "GameTooltip:AddTexture" : 0x14771a0,
    "GameTooltip:SetText" : 0x1477b00,
    "GameTooltip:AppendText" : 0x1477c40,
    "GameTooltip:FadeOut" : 0x1477df0,
    "GameTooltip:SetHyperlink" : 0x1477ed0,
    "GameTooltip:SetAction" : 0x1478f00,
    "GameTooltip:SetPetAction" : 0x1479270,
    "GameTooltip:SetShapeshift" : 0x1479380,
    "GameTooltip:SetPossession" : 0x1479550,
    "GameTooltip:SetSpellBookItem" : 0x1479700,
    "GameTooltip:SetSpellByID" : 0x1479ac0,
    "GameTooltip:AddSpellByID" : 0x1479d30,
    "GameTooltip:SetAzeriteEssence" : 0x1479f10,
    "GameTooltip:SetAzeriteEssenceSlot" : 0x147a020,
    "GameTooltip:SetMountBySpellID" : 0x147a0f0,
    "GameTooltip:SetCompanionPet" : 0x147a1a0,
    "GameTooltip:SetInventoryItem" : 0x147a240,
    "GameTooltip:SetLootItem" : 0x147a920,
    "GameTooltip:SetLootCurrency" : 0x147aaa0,
    "GameTooltip:SetQuestItem" : 0x147abc0,
    "GameTooltip:SetQuestLogItem" : 0x147ae00,
    "GameTooltip:SetQuestCurrency" : 0x147b060,
    "GameTooltip:SetQuestLogCurrency" : 0x147b210,
    "GameTooltip:SetTrainerService" : 0x147b3e0,
    "GameTooltip:SetRecipeRankInfo" : 0x147b6d0,
    "GameTooltip:SetRecipeResultItem" : 0x147b7a0,
    "GameTooltip:SetRecipeReagentItem" : 0x147bac0,
    "GameTooltip:SetMerchantItem" : 0x147bcb0,
    "GameTooltip:SetMerchantCostItem" : 0x147be80,
    "GameTooltip:SetTradePlayerItem" : 0x147c180,
    "GameTooltip:SetTradeTargetItem" : 0x147c520,
    "GameTooltip:SetBagItem" : 0x147c910,
    "GameTooltip:SetBagItemChild" : 0x147ccc0,
    "GameTooltip:SetInventoryItemByID" : 0x147ced0,
    "GameTooltip:SetUnit" : 0x147cff0,
    "GameTooltip:SetUnitBuff" : 0x147d1e0,
    "GameTooltip:SetUnitDebuff" : 0x147d2a0,
    "GameTooltip:SetUnitAura" : 0x147d130,
    "GameTooltip:SetTalent" : 0x147d360,
    "GameTooltip:SetPvpTalent" : 0x147d4b0,
    "GameTooltip:SetPvpBrawl" : 0x147d650,
    "GameTooltip:SetSendMailItem" : 0x147d6c0,
    "GameTooltip:SetInboxItem" : 0x147da10,
    "GameTooltip:SetAuctionSellItem" : 0x147df80,
    "GameTooltip:SetAuctionItem" : 0x147e2a0,
    "GameTooltip:NumLines" : 0x147e810,
    "GameTooltip:SetQuestRewardSpell" : 0x147e890,
    "GameTooltip:SetQuestLogRewardSpell" : 0x147e9a0,
    "GameTooltip:AdvanceSecondaryCompareItem" : 0x147ec60,
    "GameTooltip:SetCompareItem" : 0x147efe0,
    "GameTooltip:ResetSecondaryCompareItem" : 0x147ebe0,
    "GameTooltip:SetBuybackItem" : 0x147f100,
    "GameTooltip:SetLootRollItem" : 0x147f270,
    "GameTooltip:SetSocketedItem" : 0x147f3b0,
    "GameTooltip:SetArtifactItem" : 0x147f500,
    "GameTooltip:SetSocketGem" : 0x147f790,
    "GameTooltip:SetExistingSocketGem" : 0x147f8c0,
    "GameTooltip:SetGuildBankItem" : 0x147fad0,
    "GameTooltip:IsUnit" : 0x147fe80,
    "GameTooltip:GetUnit" : 0x147ff80,
    "GameTooltip:GetItem" : 0x14800c0,
    "GameTooltip:GetSpell" : 0x14802c0,
    "GameTooltip:GetAzeritePowerID" : 0x1480390,
    "GameTooltip:SetTotem" : 0x1480570,
    "GameTooltip:SetCurrencyToken" : 0x1480820,
    "GameTooltip:SetCurrencyTokenByID" : 0x1480950,
    "GameTooltip:SetBackpackToken" : 0x1480a50,
    "GameTooltip:IsEquippedItem" : 0x1480b60,
    "GameTooltip:SetQuestLogSpecialItem" : 0x1480c20,
    "GameTooltip:SetEquipmentSet" : 0x1480d30,
    "GameTooltip:SetFrameStack" : 0x1480e30,
    "GameTooltip:SetLFGDungeonReward" : 0x1480f30,
    "GameTooltip:SetLFGDungeonShortageReward" : 0x1481060,
    "GameTooltip:SetUpgradeItem" : 0x14811e0,
    "GameTooltip:SetInstanceLockEncountersComplete" : 0x1481310,
    "GameTooltip:SetCurrencyByID" : 0x14813f0,
    "GameTooltip:SetItemByID" : 0x14814f0,
    "GameTooltip:SetOwnedItemByID" : 0x1481660,
    "GameTooltip:SetToyByItemID" : 0x1481740,
    "GameTooltip:SetHeirloomByItemID" : 0x1481810,
    "GameTooltip:SetTransmogrifyItem" : 0x147f640,
    "GameTooltip:SetVoidItem" : 0x1481b20,
    "GameTooltip:SetVoidDepositItem" : 0x1481cb0,
    "GameTooltip:SetVoidWithdrawalItem" : 0x1481e50,
    "GameTooltip:SetAchievementByID" : 0x1481fe0,
    "GameTooltip:SetArtifactPowerByID" : 0x1482190,
    "GameTooltip:SetSocketedRelic" : 0x1482220,
    "GameTooltip:SetAzeritePower" : 0x1482430,
    "GameTooltip:SetCompareAzeritePower" : 0x1482440,
    "GameTooltip:CopyTooltip" : 0x16bf90,
    "EditBox:SetFontObject" : 0x1c61b60,
    "EditBox:GetFontObject" : 0x1c61bb0,
    "EditBox:SetFont" : 0x1c61c00,
    "EditBox:GetFont" : 0x1c61c50,
    "EditBox:SetTextColor" : 0x1c61ca0,
    "EditBox:GetTextColor" : 0x1c61cf0,
    "EditBox:SetHighlightColor" : 0x1c61e80,
    "EditBox:GetHighlightColor" : 0x1c61ed0,
    "EditBox:SetShadowColor" : 0x1c61d40,
    "EditBox:GetShadowColor" : 0x1c61d90,
    "EditBox:SetShadowOffset" : 0x1c61de0,
    "EditBox:GetShadowOffset" : 0x1c61e30,
    "EditBox:SetSpacing" : 0x1c61f80,
    "EditBox:GetSpacing" : 0x1c61fd0,
    "EditBox:SetJustifyH" : 0x1c62020,
    "EditBox:GetJustifyH" : 0x1c62070,
    "EditBox:SetJustifyV" : 0x1c620c0,
    "EditBox:GetJustifyV" : 0x1c62110,
    "EditBox:SetIndentedWordWrap" : 0x1c62160,
    "EditBox:GetIndentedWordWrap" : 0x1c621b0,
    "EditBox:SetAutoFocus" : 0x1c62200,
    "EditBox:IsAutoFocus" : 0x1c62240,
    "EditBox:SetCountInvisibleLetters" : 0x1c62270,
    "EditBox:IsCountInvisibleLetters" : 0x1c622b0,
    "EditBox:SetMultiLine" : 0x1c622e0,
    "EditBox:IsMultiLine" : 0x1c62320,
    "EditBox:SetNumeric" : 0x1c62350,
    "EditBox:IsNumeric" : 0x1c62390,
    "EditBox:SetPassword" : 0x1c623c0,
    "EditBox:IsPassword" : 0x1c62400,
    "EditBox:SetSecureText" : 0x1c62430,
    "EditBox:IsSecureText" : 0x1c62480,
    "EditBox:SetBlinkSpeed" : 0x1c624b0,
    "EditBox:GetBlinkSpeed" : 0x1c62540,
    "EditBox:Insert" : 0x1c62570,
    "EditBox:SetText" : 0x1c62630,
    "EditBox:GetText" : 0x1c62710,
    "EditBox:GetDisplayText" : 0x1c627c0,
    "EditBox:SetNumber" : 0x1c628c0,
    "EditBox:GetNumber" : 0x1c629a0,
    "EditBox:HighlightText" : 0x1c62a30,
    "EditBox:AddHistoryLine" : 0x1c62ac0,
    "EditBox:ClearHistory" : 0x1c62b60,
    "EditBox:SetTextInsets" : 0x1c62b80,
    "EditBox:GetTextInsets" : 0x1c62d70,
    "EditBox:SetFocus" : 0x1c62e60,
    "EditBox:ClearFocus" : 0x1c62e80,
    "EditBox:HasFocus" : 0x1c62ea0,
    "EditBox:SetMaxBytes" : 0x1c62ed0,
    "EditBox:GetMaxBytes" : 0x1c62f70,
    "EditBox:SetVisibleTextByteLimit" : 0x1c62fb0,
    "EditBox:GetVisibleTextByteLimit" : 0x1c63030,
    "EditBox:SetMaxLetters" : 0x1c63060,
    "EditBox:GetMaxLetters" : 0x1c630e0,
    "EditBox:GetNumLetters" : 0x1c63110,
    "EditBox:GetHistoryLines" : 0x1c63190,
    "EditBox:SetHistoryLines" : 0x1c631c0,
    "EditBox:GetInputLanguage" : 0x1c63250,
    "EditBox:ToggleInputLanguage" : 0x1c63280,
    "EditBox:SetAltArrowKeyMode" : 0x1c632a0,
    "EditBox:GetAltArrowKeyMode" : 0x1c632e0,
    "EditBox:IsInIMECompositionMode" : 0x1c63310,
    "EditBox:SetCursorPosition" : 0x1c63340,
    "EditBox:GetCursorPosition" : 0x1c633d0,
    "EditBox:GetUTF8CursorPosition" : 0x1c63400,
    "EditBox:Enable" : 0x1c63440,
    "EditBox:Disable" : 0x1c63470,
    "EditBox:SetEnabled" : 0x1c634a0,
    "EditBox:IsEnabled" : 0x1c63500,
    "EditBox:SetSecurityDisableSetText" : 0x1c63540,
    "EditBox:SetSecurityDisablePaste" : 0x1c63560,
    "CinematicModel:SetCreatureData" : 0x13a8990,
    "CinematicModel:SetFacingLeft" : 0x13a8b80,
    "CinematicModel:SetTargetDistance" : 0x13a8c50,
    "CinematicModel:SetPanDistance" : 0x13a8d20,
    "CinematicModel:InitializeCamera" : 0x13a8df0,
    "CinematicModel:InitializePanCamera" : 0x13a8e80,
    "CinematicModel:StartPan" : 0x13a8f10,
    "CinematicModel:StopPan" : 0x13a9100,
    "CinematicModel:SetCameraTarget" : 0x13a9170,
    "CinematicModel:SetCameraPosition" : 0x13a92e0,
    "CinematicModel:SetSpellVisualKit" : 0x13a9450,
    "CinematicModel:SetHeightFactor" : 0x13a9530,
    "CinematicModel:SetFadeTimes" : 0x13a95e0,
    "CinematicModel:SetAnimOffset" : 0x13a96c0,
    "CinematicModel:SetJumpInfo" : 0x13a9770,
    "CinematicModel:EquipItem" : 0x13a9850,
    "CinematicModel:UnequipItems" : 0x13a9910,
    "CinematicModel:RefreshCamera" : 0x13a99a0,
    "Line:SetStartPoint" : 0x434990,
    "Line:GetStartPoint" : 0x4349d0,
    "Line:SetEndPoint" : 0x434a00,
    "Line:GetEndPoint" : 0x434a40,
    "Line:SetThickness" : 0x434a70,
    "Line:GetThickness" : 0x434b10,
    "Line:ClearAllPoints" : 0x434970,
    "PlayerModel:SetUnit" : 0x1112490,
    "PlayerModel:SetCreature" : 0x1112780,
    "PlayerModel:SetItem" : 0x1112a60,
    "PlayerModel:SetItemAppearance" : 0x1112c00,
    "PlayerModel:SetDisplayInfo" : 0x1112d90,
    "PlayerModel:GetDisplayInfo" : 0x1113eb0,
    "PlayerModel:SetPortraitZoom" : 0x1112f30,
    "PlayerModel:SetCamDistanceScale" : 0x1112ff0,
    "PlayerModel:RefreshUnit" : 0x11130e0,
    "PlayerModel:RefreshCamera" : 0x1113170,
    "PlayerModel:SetRotation" : 0x11131e0,
    "PlayerModel:SetBarberShopAlternateForm" : 0x11125b0,
    "PlayerModel:SetCustomRace" : 0x1112620,
    "PlayerModel:SetAnimation" : 0x11133d0,
    "PlayerModel:FreezeAnimation" : 0x1113570,
    "PlayerModel:HasAnimation" : 0x1113740,
    "PlayerModel:SetDoBlend" : 0x1113870,
    "PlayerModel:GetDoBlend" : 0x11138e0,
    "PlayerModel:PlayAnimKit" : 0x1113950,
    "PlayerModel:StopAnimKit" : 0x1113ac0,
    "PlayerModel:ApplySpellVisualKit" : 0x1113b30,
    "PlayerModel:CanSetUnit" : 0x1113c20,
    "PlayerModel:SetKeepModelOnHide" : 0x1113d60,
    "PlayerModel:GetKeepModelOnHide" : 0x1113e40,
    "OffScreenFrame:TakeSnapshot" : 0x1c64f10,
    "OffScreenFrame:ApplySnapshot" : 0x1c64f70,
    "OffScreenFrame:Flush" : 0x1c650e0,
    "OffScreenFrame:SetMaxSnapshots" : 0x1c65120,
    "OffScreenFrame:GetMaxSnapshots" : 0x1c651c0,
    "OffScreenFrame:IsSnapshotValid" : 0x1c65210,
    "OffScreenFrame:UsesNPOT" : 0x1c652c0,
    "Alpha:SetFromAlpha" : 0x44a470,
    "Alpha:GetFromAlpha" : 0x44a500,
    "Alpha:SetToAlpha" : 0x44a540,
    "Alpha:GetToAlpha" : 0x44a5d0,
    "Model:ResetLights" : 0x4d59f0,
    "Model:AddLight" : 0x4d5a50,
    "Model:AddCharacterLight" : 0x4d5bb0,
    "Model:AddPetLight" : 0x4d5d10,
    "Model:SetModel" : 0x1c590a0,
    "Model:GetModelFileID" : 0x1c591c0,
    "Model:ClearModel" : 0x1c59200,
    "Model:SetPosition" : 0x1c59230,
    "Model:SetFacing" : 0x1c59290,
    "Model:SetPitch" : 0x1c59320,
    "Model:SetRoll" : 0x1c593b0,
    "Model:SetModelScale" : 0x1c59440,
    "Model:UseModelCenterToTransform" : 0x1c594d0,
    "Model:IsUsingModelCenterToTransform" : 0x1c59530,
    "Model:SetSequence" : 0x1c59560,
    "Model:SetSequenceTime" : 0x1c59630,
    "Model:SetCamera" : 0x1c596f0,
    "Model:SetLight" : 0x1c59780,
    "Model:GetLight" : 0x1c59830,
    "Model:GetPosition" : 0x1c59a40,
    "Model:GetFacing" : 0x1c59ab0,
    "Model:GetPitch" : 0x1c59ae0,
    "Model:GetRoll" : 0x1c59b10,
    "Model:GetModelScale" : 0x1c59b40,
    "Model:AdvanceTime" : 0x1c59b70,
    "Model:ReplaceIconTexture" : 0x1c59b90,
    "Model:SetFogColor" : 0x1c59c50,
    "Model:GetFogColor" : 0x1c59cc0,
    "Model:SetFogNear" : 0x1c59d70,
    "Model:GetFogNear" : 0x1c59e00,
    "Model:SetFogFar" : 0x1c59e30,
    "Model:GetFogFar" : 0x1c59ec0,
    "Model:ClearFog" : 0x1c59ef0,
    "Model:SetGlow" : 0x1c59f10,
    "Model:SetTransform" : 0x1c5a6f0,
    "Model:ClearTransform" : 0x1c5a8c0,
    "Model:SetModelAlpha" : 0x1c5a8e0,
    "Model:GetModelAlpha" : 0x1c5a970,
    "Model:SetDesaturation" : 0x1c5a9c0,
    "Model:GetDesaturation" : 0x1c5aa90,
    "Model:SetShadowEffect" : 0x1c5aaf0,
    "Model:GetShadowEffect" : 0x1c5abc0,
    "Model:SetModelDrawLayer" : 0x1c5ada0,
    "Model:GetModelDrawLayer" : 0x1c5ad60,
    "Model:GetViewTranslation" : 0x1c5ae50,
    "Model:SetViewTranslation" : 0x1c5aed0,
    "Model:GetViewInsets" : 0x1c5aff0,
    "Model:SetViewInsets" : 0x1c5b020,
    "Model:HasAttachmentPoints" : 0x1c5b0a0,
    "Model:SetPaused" : 0x1c5b0d0,
    "Model:GetPaused" : 0x1c5b170,
    "Model:SetParticlesEnabled" : 0x1c5b1d0,
    "Model:SetCustomCamera" : 0x1c59fb0,
    "Model:MakeCurrentCameraCustom" : 0x1c5a040,
    "Model:HasCustomCamera" : 0x1c5a220,
    "Model:SetCameraFacing" : 0x1c5a060,
    "Model:GetCameraFacing" : 0x1c5a1e0,
    "Model:SetCameraRoll" : 0x1c5a140,
    "Model:GetCameraRoll" : 0x1c5a100,
    "Model:SetCameraTarget" : 0x1c5a4a0,
    "Model:GetCameraTarget" : 0x1c5a410,
    "Model:SetCameraPosition" : 0x1c5a2e0,
    "Model:GetCameraPosition" : 0x1c5a250,
    "Model:SetCameraDistance" : 0x1c5a5d0,
    "Model:GetCameraDistance" : 0x1c5a670,
    "Model:GetWorldScale" : 0x1c5a6a0,
    "Model:TransformCameraSpaceToModelSpace" : 0x1c5ac20,
    "Model:SetModelByPath" : 0x13c75a0,
    "Model:GetModelPath" : 0x13c7650,
    "Model:SetModelByFileID" : 0x13c7690,
    "Model:SetModelByUnit" : 0x13c7740,
    "Model:SetModelByCreatureDisplayID" : 0x13c7800,
    "Model:GetModelFileID" : 0x13c78b0,
    "Model:GetModelUnitGUID" : 0x13c78e0,
    "Model:ClearModel" : 0x13c7940,
    "Model:SetPosition" : 0x13c7960,
    "Model:SetYaw" : 0x13c7a20,
    "Model:SetPitch" : 0x13c7ab0,
    "Model:SetRoll" : 0x13c7b40,
    "Model:SetScale" : 0x13c7bd0,
    "Model:GetPosition" : 0x13c7c60,
    "Model:GetYaw" : 0x13c7cc0,
    "Model:GetPitch" : 0x13c7cf0,
    "Model:GetRoll" : 0x13c7d20,
    "Model:GetScale" : 0x13c7d50,
    "Model:SetAnimation" : 0x13c7d80,
    "Model:GetAnimation" : 0x13c7ea0,
    "Model:GetAnimationVariation" : 0x13c7ed0,
    "Model:SetAnimationBlendOperation" : 0x13c7f00,
    "Model:GetAnimationBlendOperation" : 0x13c7fa0,
    "Model:SetAlpha" : 0x13c7fe0,
    "Model:GetAlpha" : 0x13c8060,
    "Model:SetDesaturation" : 0x13c8090,
    "Model:GetDesaturation" : 0x13c8110,
    "Model:GetActiveBoundingBox" : 0x13c8140,
    "Model:GetMaxBoundingBox" : 0x13c81e0,
    "Model:SetSpellVisualKit" : 0x13c8280,
    "Model:GetSpellVisualKit" : 0x13c8350,
    "Model:Show" : 0x13c8380,
    "Model:Hide" : 0x13c83a0,
    "Model:SetShown" : 0x13c83c0,
    "Model:IsVisible" : 0x13c8410,
    "Model:IsShown" : 0x13c8470,
    "Model:IsUsingCenterForOrigin" : 0x13c8530,
    "Model:SetUseCenterForOrigin" : 0x13c84a0,
    "Model:IsLoaded" : 0x13c85a0,
    "Model:PlayAnimationKit" : 0x13c85d0,
    "Model:StopAnimationKit" : 0x13c8670,
    "Region:SetIgnoreParentAlpha" : 0x42ffe0,
    "Region:IsIgnoringParentAlpha" : 0x430080,
    "Region:SetIgnoreParentScale" : 0x4300f0,
    "Region:IsIgnoringParentScale" : 0x430170,
    "Region:IsObjectLoaded" : 0x4301f0,
    "Region:SetScale" : 0x430270,
    "Region:GetScale" : 0x430370,
    "Region:GetEffectiveScale" : 0x4303e0,
    "Region:IsProtected" : 0x445a10,
    "Region:CanChangeProtectedState" : 0x445aa0,
    "Region:SetParent" : 0x445b30,
    "Region:IsRectValid" : 0x445ef0,
    "Region:GetRect" : 0x445f20,
    "Region:GetScaledRect" : 0x4460e0,
    "Region:GetCenter" : 0x446260,
    "Region:GetLeft" : 0x4463e0,
    "Region:GetRight" : 0x4464f0,
    "Region:GetTop" : 0x446600,
    "Region:GetBottom" : 0x446710,
    "Region:GetWidth" : 0x446820,
    "Region:GetHeight" : 0x446a20,
    "Region:GetSize" : 0x446c20,
    "Region:IsDragging" : 0x447940,
    "Region:IsMouseOver" : 0x4479c0,
    "Region:SetSize" : 0x446d10,
    "Region:GetNumPoints" : 0x446e80,
    "Region:GetPoint" : 0x446fb0,
    "Region:SetPoint" : 0x4471d0,
    "Region:SetAllPoints" : 0x447670,
    "Region:ClearAllPoints" : 0x4478f0,
    "Region:SetHeight" : 0x446b20,
    "Region:SetWidth" : 0x446920,
    "Animation:Play" : 0x448270,
    "Animation:Pause" : 0x448290,
    "Animation:Stop" : 0x4482b0,
    "Animation:Restart" : 0x4482d0,
    "Animation:IsDone" : 0x448300,
    "Animation:SetPlaying" : 0x448330,
    "Animation:IsPlaying" : 0x4483d0,
    "Animation:IsPaused" : 0x448400,
    "Animation:IsStopped" : 0x448430,
    "Animation:IsDelaying" : 0x448460,
    "Animation:GetElapsed" : 0x4487c0,
    "Animation:SetStartDelay" : 0x448490,
    "Animation:GetStartDelay" : 0x448520,
    "Animation:SetEndDelay" : 0x448550,
    "Animation:GetEndDelay" : 0x4485e0,
    "Animation:SetDuration" : 0x448610,
    "Animation:GetDuration" : 0x4486a0,
    "Animation:GetSmoothProgress" : 0x4486d0,
    "Animation:SetSmoothProgress" : 0x448700,
    "Animation:GetProgress" : 0x448790,
    "Animation:SetOrder" : 0x4487f0,
    "Animation:GetOrder" : 0x448890,
    "Animation:SetSmoothing" : 0x4488c0,
    "Animation:GetSmoothing" : 0x448970,
    "Animation:SetParent" : 0x4489c0,
    "Animation:GetRegionParent" : 0x448e90,
    "Animation:SetTarget" : 0x448c00,
    "Animation:SetTargetKey" : 0x448d60,
    "Animation:SetChildKey" : 0x448dd0,
    "Animation:GetTarget" : 0x448e40,
    "Animation:HasScript" : 0x448ef0,
    "Animation:GetScript" : 0x448fa0,
    "Animation:SetScript" : 0x448fd0,
    "Animation:HookScript" : 0x449000,
    "CheckButton:SetChecked" : 0x1c60170,
    "CheckButton:GetChecked" : 0x1c601b0,
    "CheckButton:GetCheckedTexture" : 0x1c601e0,
    "CheckButton:SetCheckedTexture" : 0x1c60210,
    "CheckButton:GetDisabledCheckedTexture" : 0x1c602f0,
    "CheckButton:SetDisabledCheckedTexture" : 0x1c60320,
    "FogOfWarFrame:SetFogOfWarBackgroundTexture" : 0x13e4820,
    "FogOfWarFrame:GetFogOfWarBackgroundTexture" : 0x13e4930,
    "FogOfWarFrame:SetFogOfWarBackgroundAtlas" : 0x13e4980,
    "FogOfWarFrame:GetFogOfWarBackgroundAtlas" : 0x13e4a30,
    "FogOfWarFrame:SetFogOfWarMaskTexture" : 0x13e4a80,
    "FogOfWarFrame:GetFogOfWarMaskTexture" : 0x13e4b10,
    "FogOfWarFrame:SetFogOfWarMaskAtlas" : 0x13e4b60,
    "FogOfWarFrame:GetFogOfWarMaskAtlas" : 0x13e4c10,
    "FogOfWarFrame:GetUiMapID" : 0x13e4cf0,
    "FogOfWarFrame:SetUiMapID" : 0x13e4c60,
    "FogOfWarFrame:SetMaskScalar" : 0x13e4d30,
    "FogOfWarFrame:GetMaskScalar" : 0x13e4dc0,
    "Browser:NavigateHome" : 0x1c39ab0,
    "Browser:NavigateBack" : 0x1c39ba0,
    "Browser:NavigateForward" : 0x1c39c10,
    "Browser:NavigateStop" : 0x1c39c80,
    "Browser:NavigateReload" : 0x1c39cf0,
    "Browser:SetFocus" : 0x1c399d0,
    "Browser:ClearFocus" : 0x1c39a40,
    "Browser:CopyExternalLink" : 0x1c39d60,
    "Browser:OpenExternalLink" : 0x1c39dd0,
    "Browser:DeleteCookies" : 0x1c39e40,
    "Browser:OpenTicket" : 0x1c39eb0,
    "Browser:SetZoom" : 0x1c3a040,
    ------- Lua Namespaces -------
    "C_StorePublic:DoesGroupHavePurchaseableProducts" : 0x8d12c0,
    "C_StorePublic:IsDisabledByParentalControls" : 0x8d1460,
    "C_StorePublic:IsEnabled" : 0x8d14c0,
    "C_SpecializationInfo:GetAllSelectedPvpTalentIDs" : 0x8c91d0,
    "C_SpecializationInfo:GetInspectSelectedPvpTalent" : 0x8c92d0,
    "C_SpecializationInfo:GetPvpTalentAlertStatus" : 0x8c93a0,
    "C_SpecializationInfo:GetPvpTalentSlotInfo" : 0x8c9450,
    "C_SpecializationInfo:GetPvpTalentSlotUnlockLevel" : 0x8c9540,
    "C_SpecializationInfo:GetPvpTalentUnlockLevel" : 0x8c9610,
    "C_SpecializationInfo:GetSpellsDisplay" : 0x8c96e0,
    "C_SpecializationInfo:IsInitialized" : 0x8c97e0,
    "C_SpecializationInfo:IsPvpTalentLocked" : 0x8c9840,
    "C_SpecializationInfo:SetPvpTalentLocked" : 0x8c9920,
    "C_ArtifactUI:AddPower" : 0x741920,
    "C_ArtifactUI:ApplyCursorRelicToSlot" : 0x741a00,
    "C_ArtifactUI:CanApplyArtifactRelic" : 0x741ad0,
    "C_ArtifactUI:CanApplyCursorRelicToSlot" : 0x741c00,
    "C_ArtifactUI:CanApplyRelicItemIDToEquippedArtifactSlot" : 0x741cf0,
    "C_ArtifactUI:CanApplyRelicItemIDToSlot" : 0x741e50,
    "C_ArtifactUI:CheckRespecNPC" : 0x741fb0,
    "C_ArtifactUI:Clear" : 0x742010,
    "C_ArtifactUI:ClearForgeCamera" : 0x742020,
    "C_ArtifactUI:ConfirmRespec" : 0x742030,
    "C_ArtifactUI:DoesEquippedArtifactHaveAnyRelicsSlotted" : 0x742040,
    "C_ArtifactUI:GetAppearanceInfo" : 0x7420a0,
    "C_ArtifactUI:GetAppearanceInfoByID" : 0x742210,
    "C_ArtifactUI:GetAppearanceSetInfo" : 0x742380,
    "C_ArtifactUI:GetArtifactArtInfo" : 0x742510,
    "C_ArtifactUI:GetArtifactInfo" : 0x742650,
    "C_ArtifactUI:GetArtifactItemID" : 0x7427b0,
    "C_ArtifactUI:GetArtifactTier" : 0x742830,
    "C_ArtifactUI:GetArtifactXPRewardTargetInfo" : 0x742900,
    "C_ArtifactUI:GetCostForPointAtRank" : 0x742a20,
    "C_ArtifactUI:GetEquippedArtifactArtInfo" : 0x742b40,
    "C_ArtifactUI:GetEquippedArtifactInfo" : 0x742c80,
    "C_ArtifactUI:GetEquippedArtifactItemID" : 0x742de0,
    "C_ArtifactUI:GetEquippedArtifactNumRelicSlots" : 0x742e60,
    "C_ArtifactUI:GetEquippedArtifactRelicInfo" : 0x742f10,
    "C_ArtifactUI:GetEquippedRelicLockedReason" : 0x7430a0,
    "C_ArtifactUI:GetForgeRotation" : 0x743190,
    "C_ArtifactUI:GetItemLevelIncreaseProvidedByRelic" : 0x743210,
    "C_ArtifactUI:GetMetaPowerInfo" : 0x743300,
    "C_ArtifactUI:GetNumAppearanceSets" : 0x743400,
    "C_ArtifactUI:GetNumObtainedArtifacts" : 0x743460,
    "C_ArtifactUI:GetNumRelicSlots" : 0x7434c0,
    "C_ArtifactUI:GetPointsRemaining" : 0x743570,
    "C_ArtifactUI:GetPowerHyperlink" : 0x7435d0,
    "C_ArtifactUI:GetPowerInfo" : 0x7436b0,
    "C_ArtifactUI:GetPowerLinks" : 0x7437b0,
    "C_ArtifactUI:GetPowers" : 0x7438b0,
    "C_ArtifactUI:GetPowersAffectedByRelic" : 0x7439b0,
    "C_ArtifactUI:GetPowersAffectedByRelicItemLink" : 0x743ab0,
    "C_ArtifactUI:GetPreviewAppearance" : 0x743be0,
    "C_ArtifactUI:GetRelicInfo" : 0x743cb0,
    "C_ArtifactUI:GetRelicInfoByItemID" : 0x743e40,
    "C_ArtifactUI:GetRelicLockedReason" : 0x743fd0,
    "C_ArtifactUI:GetRelicSlotType" : 0x7440c0,
    "C_ArtifactUI:GetRespecArtifactArtInfo" : 0x7441c0,
    "C_ArtifactUI:GetRespecArtifactInfo" : 0x744300,
    "C_ArtifactUI:GetRespecCost" : 0x744460,
    "C_ArtifactUI:GetTotalPowerCost" : 0x7444c0,
    "C_ArtifactUI:GetTotalPurchasedRanks" : 0x744660,
    "C_ArtifactUI:IsArtifactDisabled" : 0x7446c0,
    "C_ArtifactUI:IsAtForge" : 0x744720,
    "C_ArtifactUI:IsEquippedArtifactDisabled" : 0x744780,
    "C_ArtifactUI:IsEquippedArtifactMaxed" : 0x7447e0,
    "C_ArtifactUI:IsMaxedByRulesOrEffect" : 0x744840,
    "C_ArtifactUI:IsPowerKnown" : 0x7448a0,
    "C_ArtifactUI:IsViewedArtifactEquipped" : 0x744980,
    "C_ArtifactUI:SetAppearance" : 0x7449e0,
    "C_ArtifactUI:SetForgeCamera" : 0x744a30,
    "C_ArtifactUI:SetForgeRotation" : 0x744a40,
    "C_ArtifactUI:SetPreviewAppearance" : 0x744be0,
    "C_ArtifactUI:ShouldSuppressForgeRotation" : 0x744c30,
    "C_ItemSocketInfo:CompleteSocketing" : 0x83df40,
    "C_VideoOptions:GetGxAdapterInfo" : 0x942620,
    "C_AzeriteEssence:ActivateEssence" : 0x74f4f0,
    "C_AzeriteEssence:CanActivateEssence" : 0x74f570,
    "C_AzeriteEssence:CanDeactivateEssence" : 0x74f620,
    "C_AzeriteEssence:CanOpenUI" : 0x74f6b0,
    "C_AzeriteEssence:ClearPendingActivationEssence" : 0x74f710,
    "C_AzeriteEssence:CloseForge" : 0x74f720,
    "C_AzeriteEssence:GetEssenceHyperlink" : 0x74f730,
    "C_AzeriteEssence:GetEssenceInfo" : 0x74f7e0,
    "C_AzeriteEssence:GetEssences" : 0x74f870,
    "C_AzeriteEssence:GetMilestoneEssence" : 0x74f970,
    "C_AzeriteEssence:GetMilestoneInfo" : 0x74fa20,
    "C_AzeriteEssence:GetMilestoneSpell" : 0x74faf0,
    "C_AzeriteEssence:GetMilestones" : 0x74fba0,
    "C_AzeriteEssence:GetNumUnlockedEssences" : 0x74fcd0,
    "C_AzeriteEssence:GetPendingActivationEssence" : 0x74fd30,
    "C_AzeriteEssence:HasNeverActivatedAnyEssences" : 0x74fd90,
    "C_AzeriteEssence:HasPendingActivationEssence" : 0x74fdf0,
    "C_AzeriteEssence:IsAtForge" : 0x74fe50,
    "C_AzeriteEssence:SetPendingActivationEssence" : 0x74feb0,
    "C_AzeriteEssence:UnlockMilestone" : 0x74ff10,
    "C_Reputation:GetFactionParagonInfo" : 0x8b6ee0,
    "C_Reputation:IsFactionParagon" : 0x8b70b0,
    "C_Reputation:RequestFactionParagonPreloadRewardData" : 0x8b7140,
    "C_DeathInfo:GetCorpseMapPosition" : 0x7f4180,
    "C_DeathInfo:GetDeathReleasePosition" : 0x7f4250,
    "C_DeathInfo:GetGraveyardsForMap" : 0x7f4320,
    "C_DeathInfo:GetSelfResurrectOptions" : 0x7f4440,
    "C_DeathInfo:UseSelfResurrectOption" : 0x7f4520,
    "C_PartyInfo:GetActiveCategories" : 0x881b90,
    "C_PartyInfo:GetInviteConfirmationInvalidQueues" : 0x881c90,
    "C_PartyInfo:GetInviteReferralInfo" : 0x881d70,
    "C_Calendar:AddEvent" : 0x76d0f0,
    "C_Calendar:AreNamesReady" : 0x76d110,
    "C_Calendar:CanAddEvent" : 0x76d170,
    "C_Calendar:CanSendInvite" : 0x76d1d0,
    "C_Calendar:CloseEvent" : 0x76d230,
    "C_Calendar:ContextMenuEventCanComplain" : 0x76d240,
    "C_Calendar:ContextMenuEventCanEdit" : 0x76d420,
    "C_Calendar:ContextMenuEventCanRemove" : 0x76d600,
    "C_Calendar:ContextMenuEventClipboard" : 0x76d7e0,
    "C_Calendar:ContextMenuEventComplain" : 0x76d840,
    "C_Calendar:ContextMenuEventCopy" : 0x76d850,
    "C_Calendar:ContextMenuEventGetCalendarType" : 0x76d860,
    "C_Calendar:ContextMenuEventPaste" : 0x76d950,
    "C_Calendar:ContextMenuEventRemove" : 0x76da70,
    "C_Calendar:ContextMenuEventSignUp" : 0x76da80,
    "C_Calendar:ContextMenuGetEventIndex" : 0x76da90,
    "C_Calendar:ContextMenuInviteAvailable" : 0x76dad0,
    "C_Calendar:ContextMenuInviteDecline" : 0x76dae0,
    "C_Calendar:ContextMenuInviteRemove" : 0x76daf0,
    "C_Calendar:ContextMenuInviteTentative" : 0x76db00,
    "C_Calendar:ContextMenuSelectEvent" : 0x76db10,
    "C_Calendar:CreateCommunitySignUpEvent" : 0x76dcb0,
    "C_Calendar:CreateGuildAnnouncementEvent" : 0x76dcc0,
    "C_Calendar:CreateGuildSignUpEvent" : 0x76dcd0,
    "C_Calendar:CreatePlayerEvent" : 0x76dce0,
    "C_Calendar:EventAvailable" : 0x76dcf0,
    "C_Calendar:EventCanEdit" : 0x76dd00,
    "C_Calendar:EventClearAutoApprove" : 0x76dd60,
    "C_Calendar:EventClearLocked" : 0x76dd70,
    "C_Calendar:EventClearModerator" : 0x76dd80,
    "C_Calendar:EventDecline" : 0x76de50,
    "C_Calendar:EventGetCalendarType" : 0x76de60,
    "C_Calendar:EventGetClubId" : 0x76df50,
    "C_Calendar:EventGetInvite" : 0x76e020,
    "C_Calendar:EventGetInviteResponseTime" : 0x76e180,
    "C_Calendar:EventGetInviteSortCriterion" : 0x76e250,
    "C_Calendar:EventGetSelectedInvite" : 0x76e370,
    "C_Calendar:EventGetStatusOptions" : 0x76e440,
    "C_Calendar:EventGetTextures" : 0x76e520,
    "C_Calendar:EventGetTypes" : 0x76e600,
    "C_Calendar:EventGetTypesDisplayOrdered" : 0x76e700,
    "C_Calendar:EventHasPendingInvite" : 0x76e800,
    "C_Calendar:EventHaveSettingsChanged" : 0x76e860,
    "C_Calendar:EventInvite" : 0x76e8c0,
    "C_Calendar:EventRemoveInvite" : 0x76e9f0,
    "C_Calendar:EventSelectInvite" : 0x76eac0,
    "C_Calendar:EventSetAutoApprove" : 0x76eb90,
    "C_Calendar:EventSetClubId" : 0x76eba0,
    "C_Calendar:EventSetDate" : 0x76ec70,
    "C_Calendar:EventSetDescription" : 0x76edc0,
    "C_Calendar:EventSetInviteStatus" : 0x76eef0,
    "C_Calendar:EventSetLocked" : 0x76f010,
    "C_Calendar:EventSetModerator" : 0x76f020,
    "C_Calendar:EventSetTextureID" : 0x76f0f0,
    "C_Calendar:EventSetTime" : 0x76f1c0,
    "C_Calendar:EventSetTitle" : 0x76f230,
    "C_Calendar:EventSetType" : 0x76f360,
    "C_Calendar:EventSignUp" : 0x76f4a0,
    "C_Calendar:EventSortInvites" : 0x76f4b0,
    "C_Calendar:EventTentative" : 0x76f650,
    "C_Calendar:GetClubCalendarEvents" : 0x76f660,
    "C_Calendar:GetDayEvent" : 0x76f750,
    "C_Calendar:GetDefaultGuildFilter" : 0x76f930,
    "C_Calendar:GetEventIndex" : 0x76fa60,
    "C_Calendar:GetEventIndexInfo" : 0x76faa0,
    "C_Calendar:GetEventInfo" : 0x76fb70,
    "C_Calendar:GetFirstPendingInvite" : 0x76fd20,
    "C_Calendar:GetGuildEventInfo" : 0x76fdf0,
    "C_Calendar:GetGuildEventSelectionInfo" : 0x76ff90,
    "C_Calendar:GetHolidayInfo" : 0x770060,
    "C_Calendar:GetMaxCreateDate" : 0x770150,
    "C_Calendar:GetMinDate" : 0x770190,
    "C_Calendar:GetMonthInfo" : 0x7701d0,
    "C_Calendar:GetNextClubId" : 0x770390,
    "C_Calendar:GetNumDayEvents" : 0x770460,
    "C_Calendar:GetNumGuildEvents" : 0x7705c0,
    "C_Calendar:GetNumInvites" : 0x770620,
    "C_Calendar:GetNumPendingInvites" : 0x770680,
    "C_Calendar:GetRaidInfo" : 0x7706e0,
    "C_Calendar:IsActionPending" : 0x770840,
    "C_Calendar:MassInviteCommunity" : 0x7708a0,
    "C_Calendar:MassInviteGuild" : 0x770970,
    "C_Calendar:OpenCalendar" : 0x770a70,
    "C_Calendar:OpenEvent" : 0x770a80,
    "C_Calendar:RemoveEvent" : 0x770c60,
    "C_Calendar:SetAbsMonth" : 0x770c70,
    "C_Calendar:SetMonth" : 0x770d90,
    "C_Calendar:SetNextClubId" : 0x770e50,
    "C_Calendar:UpdateEvent" : 0x770f20,
    "C_FriendList:AddFriend" : 0x812b00,
    "C_FriendList:AddIgnore" : 0x812be0,
    "C_FriendList:AddOrDelIgnore" : 0x812ce0,
    "C_FriendList:AddOrRemoveFriend" : 0x812d90,
    "C_FriendList:DelIgnore" : 0x812ec0,
    "C_FriendList:DelIgnoreByIndex" : 0x812fc0,
    "C_FriendList:GetFriendInfo" : 0x813020,
    "C_FriendList:GetFriendInfoByIndex" : 0x813170,
    "C_FriendList:GetIgnoreName" : 0x8132c0,
    "C_FriendList:GetNumFriends" : 0x8133c0,
    "C_FriendList:GetNumIgnores" : 0x813450,
    "C_FriendList:GetNumOnlineFriends" : 0x8134e0,
    "C_FriendList:GetNumWhoResults" : 0x813570,
    "C_FriendList:GetSelectedFriend" : 0x813650,
    "C_FriendList:GetSelectedIgnore" : 0x813740,
    "C_FriendList:GetWhoInfo" : 0x813830,
    "C_FriendList:IsFriend" : 0x813a40,
    "C_FriendList:IsIgnored" : 0x813bc0,
    "C_FriendList:IsIgnoredByGuid" : 0x813cc0,
    "C_FriendList:RemoveFriend" : 0x813e40,
    "C_FriendList:RemoveFriendByIndex" : 0x813f40,
    "C_FriendList:SendWho" : 0x813fa0,
    "C_FriendList:SetFriendNotes" : 0x814050,
    "C_FriendList:SetFriendNotesByIndex" : 0x8141d0,
    "C_FriendList:SetSelectedFriend" : 0x8142c0,
    "C_FriendList:SetSelectedIgnore" : 0x814320,
    "C_FriendList:SetWhoToUi" : 0x814380,
    "C_FriendList:ShowFriends" : 0x814400,
    "C_FriendList:SortWho" : 0x814420,
    "C_UI:Reload" : 0x900f00,
    "C_LFGInfo:GetAllEntriesForCategory" : 0x848650,
    "C_LFGInfo:HideNameFromUI" : 0x848750,
    "C_Commentator:AddPlayerOverrideName" : 0x7d8730,
    "C_Commentator:AddTrackedDefensiveAuras" : 0x7d8870,
    "C_Commentator:AddTrackedOffensiveAuras" : 0x7d8980,
    "C_Commentator:AreTeamsSwapped" : 0x7d8a90,
    "C_Commentator:CanUseCommentatorCheats" : 0x7d8b00,
    "C_Commentator:ClearCameraTarget" : 0x7d8b60,
    "C_Commentator:ClearFollowTarget" : 0x7d8b80,
    "C_Commentator:ClearLookAtTarget" : 0x7d8ba0,
    "C_Commentator:EnterInstance" : 0x7d8c90,
    "C_Commentator:ExitInstance" : 0x7d8cb0,
    "C_Commentator:FollowPlayer" : 0x7d8cd0,
    "C_Commentator:FollowUnit" : 0x7d8db0,
    "C_Commentator:ForceFollowTransition" : 0x7d8ed0,
    "C_Commentator:GetAdditionalCameraWeight" : 0x7d8ef0,
    "C_Commentator:GetAdditionalCameraWeightByToken" : 0x7d8fb0,
    "C_Commentator:GetAllPlayerOverrideNames" : 0x7d9130,
    "C_Commentator:GetCamera" : 0x7d9220,
    "C_Commentator:GetCameraCollision" : 0x7d9450,
    "C_Commentator:GetCameraPosition" : 0x7d94b0,
    "C_Commentator:GetCurrentMapID" : 0x7d95e0,
    "C_Commentator:GetDampeningPercent" : 0x7d96d0,
    "C_Commentator:GetDistanceBeforeForcedHorizontalConvergence" : 0x7d9740,
    "C_Commentator:GetDurationToForceHorizontalConvergence" : 0x7d97a0,
    "C_Commentator:GetElapsedMs" : 0x7d9800,
    "C_Commentator:GetExcludeDistance" : 0x7d9870,
    "C_Commentator:GetHardlockWeight" : 0x7d98d0,
    "C_Commentator:GetHorizontalAngleThresholdToSmooth" : 0x7d9930,
    "C_Commentator:GetInstanceInfo" : 0x7d99a0,
    "C_Commentator:GetLookAtLerpAmount" : 0x7d9ab0,
    "C_Commentator:GetMapInfo" : 0x7d9b10,
    "C_Commentator:GetMaxNumPlayersPerTeam" : 0x7d9d00,
    "C_Commentator:GetMaxNumTeams" : 0x7d9d70,
    "C_Commentator:GetMode" : 0x7d9de0,
    "C_Commentator:GetMsToHoldForHorizontalMovement" : 0x7d9e50,
    "C_Commentator:GetMsToHoldForVerticalMovement" : 0x7d9eb0,
    "C_Commentator:GetMsToSmoothHorizontalChange" : 0x7d9f10,
    "C_Commentator:GetMsToSmoothVerticalChange" : 0x7d9f70,
    "C_Commentator:GetNumMaps" : 0x7d9fd0,
    "C_Commentator:GetNumPlayers" : 0x7da030,
    "C_Commentator:GetPlayerCooldownInfo" : 0x7da150,
    "C_Commentator:GetPlayerCrowdControlInfo" : 0x7da3d0,
    "C_Commentator:GetPlayerCrowdControlInfoByUnit" : 0x7da600,
    "C_Commentator:GetPlayerFlagInfo" : 0x7da850,
    "C_Commentator:GetPlayerInfo" : 0x7da930,
    "C_Commentator:GetPlayerOverrideName" : 0x7dab00,
    "C_Commentator:GetPlayerSpellCharges" : 0x7dac60,
    "C_Commentator:GetPositionLerpAmount" : 0x7daf30,
    "C_Commentator:GetSmoothFollowTransitioning" : 0x7daf90,
    "C_Commentator:GetSoftlockWeight" : 0x7db010,
    "C_Commentator:GetSpeedFactor" : 0x7db070,
    "C_Commentator:GetStartLocation" : 0x7db0d0,
    "C_Commentator:GetTeamHighlightColor" : 0x7db220,
    "C_Commentator:GetTimeLeftInMatch" : 0x7db390,
    "C_Commentator:GetTrackedDefensiveCooldowns" : 0x7db460,
    "C_Commentator:GetTrackedOffensiveCooldowns" : 0x7db560,
    "C_Commentator:GetWargameInfo" : 0x7db660,
    "C_Commentator:HasTrackedAuras" : 0x7db7a0,
    "C_Commentator:IsSmartCameraLocked" : 0x7db980,
    "C_Commentator:IsSpectating" : 0x7db9e0,
    "C_Commentator:IsTrackedDefensiveAura" : 0x7dba50,
    "C_Commentator:IsTrackedDefensiveCooldown" : 0x7dbb10,
    "C_Commentator:IsTrackedOffensiveAura" : 0x7dbcd0,
    "C_Commentator:IsTrackedOffensiveCooldown" : 0x7dbd90,
    "C_Commentator:IsUsingSmartCamera" : 0x7dbf50,
    "C_Commentator:LookAtPlayer" : 0x7dbfb0,
    "C_Commentator:RemoveAllOverrideNames" : 0x7dc090,
    "C_Commentator:RemovePlayerOverrideName" : 0x7dc190,
    "C_Commentator:RequestPlayerCooldownInfo" : 0x7dc2a0,
    "C_Commentator:ResetFoVTarget" : 0x7dc3e0,
    "C_Commentator:ResetTrackedAuras" : 0x7dc400,
    "C_Commentator:SetAdditionalCameraWeight" : 0x7dc420,
    "C_Commentator:SetAdditionalCameraWeightByToken" : 0x7dc590,
    "C_Commentator:SetBlacklistedAuras" : 0x7dc700,
    "C_Commentator:SetBlacklistedCooldowns" : 0x7dc800,
    "C_Commentator:SetCamera" : 0x7dc900,
    "C_Commentator:SetCameraCollision" : 0x7dca40,
    "C_Commentator:SetCameraPosition" : 0x7dcae0,
    "C_Commentator:SetCheatsEnabled" : 0x7dcbf0,
    "C_Commentator:SetDistanceBeforeForcedHorizontalConvergence" : 0x7dcc70,
    "C_Commentator:SetDurationToForceHorizontalConvergence" : 0x7dccc0,
    "C_Commentator:SetExcludeDistance" : 0x7dcd10,
    "C_Commentator:SetFollowCameraSpeeds" : 0x7dcd60,
    "C_Commentator:SetHardlockWeight" : 0x7dcdf0,
    "C_Commentator:SetHorizontalAngleThresholdToSmooth" : 0x7dce40,
    "C_Commentator:SetLookAtLerpAmount" : 0x7dce90,
    "C_Commentator:SetMapAndInstanceIndex" : 0x7dcee0,
    "C_Commentator:SetMouseDisabled" : 0x7dd020,
    "C_Commentator:SetMoveSpeed" : 0x7dd0a0,
    "C_Commentator:SetMsToHoldForHorizontalMovement" : 0x7dd110,
    "C_Commentator:SetMsToHoldForVerticalMovement" : 0x7dd160,
    "C_Commentator:SetMsToSmoothHorizontalChange" : 0x7dd1b0,
    "C_Commentator:SetMsToSmoothVerticalChange" : 0x7dd200,
    "C_Commentator:SetPositionLerpAmount" : 0x7dd250,
    "C_Commentator:SetRequestedDefensiveCooldowns" : 0x7dd2a0,
    "C_Commentator:SetRequestedOffensiveCooldowns" : 0x7dd3a0,
    "C_Commentator:SetSmartCameraLocked" : 0x7dd4a0,
    "C_Commentator:SetSmoothFollowTransitioning" : 0x7dd530,
    "C_Commentator:SetSoftlockWeight" : 0x7dd5d0,
    "C_Commentator:SetSpeedFactor" : 0x7dd620,
    "C_Commentator:SetTargetHeightOffset" : 0x7dd670,
    "C_Commentator:SetUseSmartCamera" : 0x7dd6d0,
    "C_Commentator:SnapCameraLookAtPoint" : 0x7dd750,
    "C_Commentator:StartWargame" : 0x7dd770,
    "C_Commentator:SwapTeamSides" : 0x7dd8d0,
    "C_Commentator:ToggleCheats" : 0x7dd8f0,
    "C_Commentator:UpdateMapInfo" : 0x7dd910,
    "C_Commentator:UpdatePlayerInfo" : 0x7dda10,
    "C_Commentator:ZoomIn" : 0x7dda30,
    "C_Commentator:ZoomOut" : 0x7dda50,
    "C_SpellBook:ContainsAnyDisenchantSpell" : 0x8cf7b0,
    "C_TaxiMap:GetAllTaxiNodes" : 0x8f0d00,
    "C_TaxiMap:GetTaxiNodesForMap" : 0x8f0e10,
    "C_TaxiMap:ShouldMapShowTaxiNodes" : 0x8f0f20,
    "C_ConfigurationWarnings:GetConfigurationWarningSeen" : 0x7df110,
    "C_ConfigurationWarnings:GetConfigurationWarningString" : 0x7df220,
    "C_ConfigurationWarnings:GetConfigurationWarnings" : 0x7df320,
    "C_ConfigurationWarnings:SetConfigurationWarningSeen" : 0x7df420,
    "C_TransmogSets:ClearLatestSource" : 0x8fe610,
    "C_TransmogSets:ClearNewSource" : 0x8fe620,
    "C_TransmogSets:ClearSetNewSourcesForSlot" : 0x8fe670,
    "C_TransmogSets:GetAllSourceIDs" : 0x8fe6e0,
    "C_TransmogSets:GetBaseSetsCounts" : 0x8fe7e0,
    "C_TransmogSets:GetBaseSetsFilter" : 0x8fe8a0,
    "C_TransmogSets:GetCameraIDs" : 0x8fe940,
    "C_TransmogSets:GetIsFavorite" : 0x8fea10,
    "C_TransmogSets:GetLatestSource" : 0x8feb10,
    "C_TransmogSets:GetSetNewSources" : 0x8feb70,
    "C_TransmogSets:GetSetsContainingSourceID" : 0x8fec70,
    "C_TransmogSets:GetSourceIDsForSlot" : 0x8fed70,
    "C_TransmogSets:GetSourcesForSlot" : 0x8fee70,
    "C_TransmogSets:HasUsableSets" : 0x8fef50,
    "C_TransmogSets:IsBaseSetCollected" : 0x8fefb0,
    "C_TransmogSets:IsNewSource" : 0x8ff040,
    "C_TransmogSets:SetBaseSetsFilter" : 0x8ff0d0,
    "C_TransmogSets:SetHasNewSources" : 0x8ff190,
    "C_TransmogSets:SetHasNewSourcesForSlot" : 0x8ff220,
    "C_TransmogSets:SetIsFavorite" : 0x8ff2d0,
    "C_MountJournal:ApplyMountEquipment" : 0x86f7c0,
    "C_MountJournal:AreMountEquipmentEffectsSuppressed" : 0x86f8c0,
    "C_MountJournal:ClearFanfare" : 0x86f920,
    "C_MountJournal:ClearRecentFanfares" : 0x86f9e0,
    "C_MountJournal:Dismiss" : 0x86f9f0,
    "C_MountJournal:GetAppliedMountEquipmentID" : 0x86fa10,
    "C_MountJournal:GetCollectedFilterSetting" : 0x86fae0,
    "C_MountJournal:GetDisplayedMountAllCreatureDisplayInfo" : 0x86fb70,
    "C_MountJournal:GetDisplayedMountInfo" : 0x86fc70,
    "C_MountJournal:GetDisplayedMountInfoExtra" : 0x86fd60,
    "C_MountJournal:GetIsFavorite" : 0x86fe50,
    "C_MountJournal:GetMountAllCreatureDisplayInfoByID" : 0x86ff20,
    "C_MountJournal:GetMountEquipmentUnlockLevel" : 0x870020,
    "C_MountJournal:GetMountFromItem" : 0x870080,
    "C_MountJournal:GetMountFromSpell" : 0x870150,
    "C_MountJournal:GetMountIDs" : 0x870220,
    "C_MountJournal:GetMountInfoByID" : 0x870320,
    "C_MountJournal:GetMountInfoExtraByID" : 0x870410,
    "C_MountJournal:GetMountUsabilityByID" : 0x870500,
    "C_MountJournal:GetNumDisplayedMounts" : 0x8705d0,
    "C_MountJournal:GetNumMounts" : 0x870630,
    "C_MountJournal:GetNumMountsNeedingFanfare" : 0x870690,
    "C_MountJournal:IsItemMountEquipment" : 0x8706f0,
    "C_MountJournal:IsMountEquipmentApplied" : 0x8707f0,
    "C_MountJournal:IsMountEquipmentUnlocked" : 0x870850,
    "C_MountJournal:IsSourceChecked" : 0x8708b0,
    "C_MountJournal:IsValidSourceFilter" : 0x870940,
    "C_MountJournal:NeedsFanfare" : 0x8709d0,
    "C_MountJournal:Pickup" : 0x870ab0,
    "C_MountJournal:SetAllSourceFilters" : 0x870b00,
    "C_MountJournal:SetCollectedFilterSetting" : 0x870b90,
    "C_MountJournal:SetIsFavorite" : 0x870c50,
    "C_MountJournal:SetSearch" : 0x870d10,
    "C_MountJournal:SetSourceFilter" : 0x870df0,
    "C_MountJournal:SummonByID" : 0x870eb0,
    "C_PetInfo:GetPetTamersForMap" : 0x8860e0,
    "C_KeyBindings:GetCustomBindingType" : 0x840500,
    "C_Map:GetAreaInfo" : 0x866540,
    "C_Map:GetBestMapForUnit" : 0x866620,
    "C_Map:GetBountySetMaps" : 0x8666f0,
    "C_Map:GetFallbackWorldMapID" : 0x866800,
    "C_Map:GetMapArtBackgroundAtlas" : 0x866860,
    "C_Map:GetMapArtHelpTextPosition" : 0x866930,
    "C_Map:GetMapArtID" : 0x866a10,
    "C_Map:GetMapArtLayerTextures" : 0x866b10,
    "C_Map:GetMapArtLayers" : 0x866c10,
    "C_Map:GetMapBannersForMap" : 0x866d10,
    "C_Map:GetMapChildrenInfo" : 0x866e10,
    "C_Map:GetMapDisplayInfo" : 0x866f10,
    "C_Map:GetMapGroupID" : 0x867000,
    "C_Map:GetMapGroupMembersInfo" : 0x867100,
    "C_Map:GetMapHighlightInfoAtPosition" : 0x867200,
    "C_Map:GetMapInfo" : 0x867340,
    "C_Map:GetMapInfoAtPosition" : 0x867410,
    "C_Map:GetMapLevels" : 0x867540,
    "C_Map:GetMapLinksForMap" : 0x867710,
    "C_Map:GetMapPosFromWorldPos" : 0x867820,
    "C_Map:GetMapRectOnMap" : 0x867910,
    "C_Map:GetPlayerMapPosition" : 0x867b60,
    "C_Map:GetWorldPosFromMapPos" : 0x867c30,
    "C_Map:MapHasArt" : 0x867e20,
    "C_Map:RequestPreloadMap" : 0x867f00,
    "C_Item:CanScrapItem" : 0x83ab40,
    "C_Item:CanViewItemPowers" : 0x83ac90,
    "C_Item:DoesItemExist" : 0x83ade0,
    "C_Item:DoesItemExistByID" : 0x83af30,
    "C_Item:GetCurrentItemLevel" : 0x83b020,
    "C_Item:GetItemGUID" : 0x83b0f0,
    "C_Item:GetItemID" : 0x83b230,
    "C_Item:GetItemIcon" : 0x83b380,
    "C_Item:GetItemIconByID" : 0x83b450,
    "C_Item:GetItemInventoryType" : 0x83b540,
    "C_Item:GetItemInventoryTypeByID" : 0x83b610,
    "C_Item:GetItemLink" : 0x83b700,
    "C_Item:GetItemName" : 0x83b7f0,
    "C_Item:GetItemNameByID" : 0x83b8e0,
    "C_Item:GetItemQuality" : 0x83ba00,
    "C_Item:GetItemQualityByID" : 0x83bad0,
    "C_Item:IsBound" : 0x83bbc0,
    "C_Item:IsItemDataCached" : 0x83bd10,
    "C_Item:IsItemDataCachedByID" : 0x83be60,
    "C_Item:IsLocked" : 0x83bf50,
    "C_Item:LockItem" : 0x83c0a0,
    "C_Item:RequestLoadItemData" : 0x83c1b0,
    "C_Item:RequestLoadItemDataByID" : 0x83c2c0,
    "C_Item:UnlockItem" : 0x83c3b0,
    "C_LFGList:CanActiveEntryUseAutoAccept" : 0x84fcd0,
    "C_LFGList:CanCreateQuestGroup" : 0x84fd30,
    "C_LFGList:ClearApplicationTextFields" : 0x84fe10,
    "C_LFGList:ClearCreationTextFields" : 0x84fe20,
    "C_LFGList:ClearSearchTextFields" : 0x84fe30,
    "C_LFGList:CopyActiveEntryInfoToCreationFields" : 0x84fe40,
    "C_LFGList:GetActiveEntryInfo" : 0x84fe50,
    "C_LFGList:GetApplicantInfo" : 0x84ff50,
    "C_LFGList:GetSearchResultInfo" : 0x850040,
    "C_LFGList:HasActiveEntryInfo" : 0x850190,
    "C_LFGList:HasSearchResultInfo" : 0x8501f0,
    "C_LFGList:Search" : 0x850280,
    "C_LFGList:SetSearchToActivity" : 0x850370,
    "C_LFGList:SetSearchToQuestID" : 0x850430,
    "C_QuestLine:GetAvailableQuestLines" : 0x8a9820,
    "C_QuestLine:GetQuestLineInfo" : 0x8a9920,
    "C_QuestLine:GetQuestLineQuests" : 0x8a99f0,
    "C_QuestLine:RequestQuestLinesForMap" : 0x8a9af0,
    "C_ChatBubbles:GetAllChatBubbles" : 0x78ce20,
    "C_ScrappingMachineUI:CloseScrappingMachine" : 0x8bd9a0,
    "C_ScrappingMachineUI:DropPendingScrapItemFromCursor" : 0x8bd9b0,
    "C_ScrappingMachineUI:GetCurrentPendingScrapItemLocationByIndex" : 0x8bda00,
    "C_ScrappingMachineUI:GetScrapSpellID" : 0x8bdad0,
    "C_ScrappingMachineUI:GetScrappingMachineName" : 0x8bdb30,
    "C_ScrappingMachineUI:HasScrappableItems" : 0x8bdc30,
    "C_ScrappingMachineUI:RemoveAllScrapItems" : 0x8bdc90,
    "C_ScrappingMachineUI:RemoveCurrentScrappingItem" : 0x8bdca0,
    "C_ScrappingMachineUI:RemoveItemToScrap" : 0x8bdcb0,
    "C_ScrappingMachineUI:ScrapItems" : 0x8bdd00,
    "C_ScrappingMachineUI:SetScrappingMachine" : 0x8bdd10,
    "C_ScrappingMachineUI:ValidateScrappingList" : 0x8bde30,
    "C_EncounterJournal:GetDungeonEntrancesForMap" : 0x805060,
    "C_EncounterJournal:GetEncountersOnMap" : 0x805170,
    "C_EncounterJournal:GetSectionIconFlags" : 0x805270,
    "C_EncounterJournal:GetSectionInfo" : 0x805360,
    "C_EncounterJournal:InstanceHasLoot" : 0x8054d0,
    "C_EncounterJournal:IsEncounterComplete" : 0x8055a0,
    "C_EncounterJournal:SetPreviewMythicPlusLevel" : 0x805680,
    "C_EncounterJournal:SetPreviewPvpTier" : 0x805740,
    "C_PaidServices:GetCurrentClassID" : 0x8763b0,
    "C_PaidServices:GetCurrentFaction" : 0x876410,
    "C_PaidServices:GetCurrentLevel" : 0x8764e0,
    "C_PaidServices:GetCurrentRaceID" : 0x8765b0,
    "C_PaidServices:GetName" : 0x876610,
    "C_CurrencyInfo:DoesWarModeBonusApply" : 0x7edb00,
    "C_CurrencyInfo:GetAzeriteCurrencyID" : 0x7edbd0,
    "C_CurrencyInfo:GetBasicCurrencyInfo" : 0x7edc30,
    "C_CurrencyInfo:GetCurrencyContainerInfo" : 0x7eddc0,
    "C_CurrencyInfo:GetCurrencyIDFromLink" : 0x7edf50,
    "C_CurrencyInfo:GetFactionGrantedByCurrency" : 0x7ee0a0,
    "C_CurrencyInfo:GetWarResourcesCurrencyID" : 0x7ee170,
    "C_CurrencyInfo:IsCurrencyContainer" : 0x7ee1d0,
    "C_PaperDollInfo:GetArmorEffectiveness" : 0x87b310,
    "C_PaperDollInfo:GetArmorEffectivenessAgainstTarget" : 0x87b4e0,
    "C_PaperDollInfo:GetInspectAzeriteItemEmpoweredChoices" : 0x87b5b0,
    "C_PaperDollInfo:GetInspectItemLevel" : 0x87b6b0,
    "C_PaperDollInfo:GetMinItemLevel" : 0x87b7d0,
    "C_PaperDollInfo:GetStaggerPercentage" : 0x87b8a0,
    "C_PaperDollInfo:OffhandHasShield" : 0x87b980,
    "C_PaperDollInfo:OffhandHasWeapon" : 0x87b9e0,
    "C_Transmog:GetCreatureDisplayIDForSource" : 0x8fd560,
    "C_Transmog:GetSlotForInventoryType" : 0x8fd630,
    "C_Cursor:DropCursorCommunitiesStream" : 0x7ef180,
    "C_Cursor:GetCursorCommunitiesStream" : 0x7ef190,
    "C_Cursor:GetCursorItem" : 0x7ef2a0,
    "C_Cursor:SetCursorCommunitiesStream" : 0x7ef340,
    "C_ReportSystem:CanReportPlayer" : 0x8b6660,
    "C_ReportSystem:InitiateReportPlayer" : 0x8b6790,
    "C_ReportSystem:OpenReportPlayerDialog" : 0x8b6880,
    "C_ReportSystem:ReportServerLag" : 0x8b69e0,
    "C_ReportSystem:SendReportPlayer" : 0x8b69f0,
    "C_ReportSystem:SetPendingReportPetTarget" : 0x8b6ae0,
    "C_ReportSystem:SetPendingReportTarget" : 0x8b6bb0,
    "C_ReportSystem:SetPendingReportTargetByGuid" : 0x8b6c80,
    "C_CharacterCreation:ClearCharacterTemplate" : 0x77d870,
    "C_CharacterCreation:CreateCharacter" : 0x77d880,
    "C_CharacterCreation:CustomizeExistingCharacter" : 0x77d990,
    "C_CharacterCreation:CycleCharCustomization" : 0x77d9e0,
    "C_CharacterCreation:GenerateRandomName" : 0x77da50,
    "C_CharacterCreation:GetAlliedRaceAchievementRequirements" : 0x77db60,
    "C_CharacterCreation:GetAlliedRaceCreationRequirements" : 0x77dc60,
    "C_CharacterCreation:GetAvailableClasses" : 0x77dd30,
    "C_CharacterCreation:GetAvailableRaces" : 0x77de30,
    "C_CharacterCreation:GetCharacterCreateFacing" : 0x77df30,
    "C_CharacterCreation:GetCharacterCreateType" : 0x77df90,
    "C_CharacterCreation:GetCharacterTemplateInfo" : 0x77dff0,
    "C_CharacterCreation:GetClassDataByID" : 0x77e0f0,
    "C_CharacterCreation:GetClassIDFromName" : 0x77e1c0,
    "C_CharacterCreation:GetCreateBackgroundModel" : 0x77e2a0,
    "C_CharacterCreation:GetCurrentRaceMode" : 0x77e370,
    "C_CharacterCreation:GetCustomizationDetails" : 0x77e3d0,
    "C_CharacterCreation:GetFactionForRace" : 0x77e4c0,
    "C_CharacterCreation:GetNameForRace" : 0x77e5c0,
    "C_CharacterCreation:GetNumCharacterTemplates" : 0x77e6c0,
    "C_CharacterCreation:GetNumFeatureVariations" : 0x77e720,
    "C_CharacterCreation:GetPreviewFrameModelPostureSetting" : 0x77e7f0,
    "C_CharacterCreation:GetRaceDataByID" : 0x77e8c0,
    "C_CharacterCreation:GetRaceIDFromName" : 0x77e990,
    "C_CharacterCreation:GetSelectedClass" : 0x77ea70,
    "C_CharacterCreation:GetSelectedFeatureVariation" : 0x77eac0,
    "C_CharacterCreation:GetSelectedRace" : 0x77eb20,
    "C_CharacterCreation:GetSelectedSex" : 0x77eb90,
    "C_CharacterCreation:GetSkinVariationIsHairColor" : 0x77ebf0,
    "C_CharacterCreation:GetTrialBoostStartingLevel" : 0x77ec50,
    "C_CharacterCreation:GetValidRacesForClass" : 0x77ecb0,
    "C_CharacterCreation:HasAlteredForm" : 0x77edb0,
    "C_CharacterCreation:HasSufficientExperienceForAdvancedCreation" : 0x77ee10,
    "C_CharacterCreation:IsAdvancedClass" : 0x77ee70,
    "C_CharacterCreation:IsCharacterNameValid" : 0x77ef00,
    "C_CharacterCreation:IsClassAllowedInKioskMode" : 0x77f020,
    "C_CharacterCreation:IsClassAndRaceValidForCharacterCreation" : 0x77f0b0,
    "C_CharacterCreation:IsForcingCharacterTemplate" : 0x77f290,
    "C_CharacterCreation:IsGuildNameValid" : 0x77f2f0,
    "C_CharacterCreation:IsNeutralRace" : 0x77f410,
    "C_CharacterCreation:IsRaceClassValid" : 0x77f4a0,
    "C_CharacterCreation:IsUsingCharacterTemplate" : 0x77f550,
    "C_CharacterCreation:IsViewingAlteredForm" : 0x77f5b0,
    "C_CharacterCreation:RandomizeCharCustomization" : 0x77f610,
    "C_CharacterCreation:RequestRandomName" : 0x77f6e0,
    "C_CharacterCreation:ResetCharCustomize" : 0x77f6f0,
    "C_CharacterCreation:SelectFeatureVariation" : 0x77f750,
    "C_CharacterCreation:SetCharCustomizeBackground" : 0x77f7a0,
    "C_CharacterCreation:SetCharCustomizeFrame" : 0x77f7f0,
    "C_CharacterCreation:SetCharacterCreateFacing" : 0x77f8c0,
    "C_CharacterCreation:SetCharacterCreateType" : 0x77fa70,
    "C_CharacterCreation:SetCharacterTemplate" : 0x77fbb0,
    "C_CharacterCreation:SetCurrentRaceMode" : 0x77fc00,
    "C_CharacterCreation:SetFaceCustomizeCamera" : 0x77fce0,
    "C_CharacterCreation:SetPortraitTexture" : 0x77fd70,
    "C_CharacterCreation:SetPreviewFrame" : 0x77ff70,
    "C_CharacterCreation:SetPreviewFramesFeature" : 0x780080,
    "C_CharacterCreation:SetSelectedClass" : 0x7800d0,
    "C_CharacterCreation:SetSelectedPreviewGearType" : 0x780120,
    "C_CharacterCreation:SetSelectedRace" : 0x780260,
    "C_CharacterCreation:SetSelectedSex" : 0x7802b0,
    "C_CharacterCreation:SetViewingAlteredForm" : 0x7803f0,
    "C_CharacterCreation:ShouldShowAlliedRacesButton" : 0x780480,
    "C_CharacterCreation:UpdateCustomizationBackground" : 0x7804e0,
    "C_CharacterCreation:UpdateCustomizationScene" : 0x7804f0,
    "C_CharacterCreation:UpdatePreviewFrameModel" : 0x780500,
    "C_GossipInfo:GetGossipPoiForUiMapID" : 0x8280b0,
    "C_GossipInfo:GetGossipPoiInfo" : 0x828180,
    "C_Spell:DoesSpellExist" : 0x8cb200,
    "C_Spell:IsSpellDataCached" : 0x8cb290,
    "C_Spell:RequestLoadSpellData" : 0x8cb320,
    "C_AzeriteEmpoweredItem:CanSelectPower" : 0x74a480,
    "C_AzeriteEmpoweredItem:CloseAzeriteEmpoweredItemRespec" : 0x74a640,
    "C_AzeriteEmpoweredItem:ConfirmAzeriteEmpoweredItemRespec" : 0x74a650,
    "C_AzeriteEmpoweredItem:GetAllTierInfo" : 0x74a780,
    "C_AzeriteEmpoweredItem:GetAllTierInfoByItemID" : 0x74a880,
    "C_AzeriteEmpoweredItem:GetAzeriteEmpoweredItemRespecCost" : 0x74a9b0,
    "C_AzeriteEmpoweredItem:GetPowerInfo" : 0x74aa10,
    "C_AzeriteEmpoweredItem:GetPowerText" : 0x74ab70,
    "C_AzeriteEmpoweredItem:GetSpecsForPower" : 0x74acf0,
    "C_AzeriteEmpoweredItem:HasAnyUnselectedPowers" : 0x74ae00,
    "C_AzeriteEmpoweredItem:HasBeenViewed" : 0x74af50,
    "C_AzeriteEmpoweredItem:IsAzeriteEmpoweredItem" : 0x74b0a0,
    "C_AzeriteEmpoweredItem:IsAzeriteEmpoweredItemByID" : 0x74b1f0,
    "C_AzeriteEmpoweredItem:IsAzeritePreviewSourceDisplayable" : 0x74b2e0,
    "C_AzeriteEmpoweredItem:IsHeartOfAzerothEquipped" : 0x74b3d0,
    "C_AzeriteEmpoweredItem:IsPowerAvailableForSpec" : 0x74b430,
    "C_AzeriteEmpoweredItem:IsPowerSelected" : 0x74b580,
    "C_AzeriteEmpoweredItem:SelectPower" : 0x74b740,
    "C_AzeriteEmpoweredItem:SetHasBeenViewed" : 0x74b900,
    "C_MythicPlus:GetCurrentAffixes" : 0x873f80,
    "C_MythicPlus:GetCurrentSeason" : 0x874080,
    "C_MythicPlus:GetLastWeeklyBestInformation" : 0x8740e0,
    "C_MythicPlus:GetOwnedKeystoneChallengeMapID" : 0x8741b0,
    "C_MythicPlus:GetOwnedKeystoneLevel" : 0x874230,
    "C_MythicPlus:GetRewardLevelForDifficultyLevel" : 0x8742b0,
    "C_MythicPlus:GetRewardLevelFromKeystoneLevel" : 0x874390,
    "C_MythicPlus:GetSeasonBestForMap" : 0x874460,
    "C_MythicPlus:GetWeeklyBestForMap" : 0x874550,
    "C_MythicPlus:GetWeeklyChestRewardLevel" : 0x874680,
    "C_MythicPlus:IsMythicPlusActive" : 0x8747a0,
    "C_MythicPlus:IsWeeklyRewardAvailable" : 0x874800,
    "C_MythicPlus:RequestCurrentAffixes" : 0x874860,
    "C_MythicPlus:RequestMapInfo" : 0x874870,
    "C_MythicPlus:RequestRewards" : 0x874880,
    "C_PvP:CanDisplayDeaths" : 0x8a1360,
    "C_PvP:CanDisplayHonorableKills" : 0x8a13c0,
    "C_PvP:CanToggleWarMode" : 0x8a1420,
    "C_PvP:CanToggleWarModeInArea" : 0x8a14e0,
    "C_PvP:DoesMatchOutcomeAffectRating" : 0x8a1540,
    "C_PvP:GetActiveBrawlInfo" : 0x8a15a0,
    "C_PvP:GetActiveMatchBracket" : 0x8a1680,
    "C_PvP:GetActiveMatchDuration" : 0x8a16f0,
    "C_PvP:GetActiveMatchState" : 0x8a1750,
    "C_PvP:GetActiveMatchWinner" : 0x8a17b0,
    "C_PvP:GetArenaCrowdControlInfo" : 0x8a1810,
    "C_PvP:GetArenaRewards" : 0x8a1a30,
    "C_PvP:GetArenaSkirmishRewards" : 0x8a1b10,
    "C_PvP:GetAvailableBrawlInfo" : 0x8a1bf0,
    "C_PvP:GetBrawlRewards" : 0x8a1cd0,
    "C_PvP:GetGlobalPvpScalingInfoForSpecID" : 0x8a1dc0,
    "C_PvP:GetHonorRewardInfo" : 0x8a1ec0,
    "C_PvP:GetMatchPVPStatColumn" : 0x8a1fb0,
    "C_PvP:GetMatchPVPStatIDs" : 0x8a20d0,
    "C_PvP:GetNextHonorLevelForReward" : 0x8a21d0,
    "C_PvP:GetOutdoorPvPWaitTime" : 0x8a22a0,
    "C_PvP:GetPVPActiveMatchPersonalRatedInfo" : 0x8a23a0,
    "C_PvP:GetPostMatchCurrencyRewards" : 0x8a2470,
    "C_PvP:GetPostMatchItemRewards" : 0x8a2570,
    "C_PvP:GetPvpTierInfo" : 0x8a2650,
    "C_PvP:GetRandomBGInfo" : 0x8a2740,
    "C_PvP:GetRandomBGRewards" : 0x8a2780,
    "C_PvP:GetRandomEpicBGInfo" : 0x8a2860,
    "C_PvP:GetRandomEpicBGRewards" : 0x8a28a0,
    "C_PvP:GetRatedBGRewards" : 0x8a2980,
    "C_PvP:GetRewardItemLevelsByTierEnum" : 0x8a2a60,
    "C_PvP:GetScoreInfo" : 0x8a2b90,
    "C_PvP:GetScoreInfoByPlayerGuid" : 0x8a2c70,
    "C_PvP:GetSeasonBestInfo" : 0x8a2d50,
    "C_PvP:GetSkirmishInfo" : 0x8a2e20,
    "C_PvP:GetTeamInfo" : 0x8a2f90,
    "C_PvP:GetWarModeRewardBonus" : 0x8a3080,
    "C_PvP:GetWarModeRewardBonusDefault" : 0x8a30e0,
    "C_PvP:GetWeeklyChestInfo" : 0x8a3140,
    "C_PvP:HasArenaSkirmishWinToday" : 0x8a3260,
    "C_PvP:IsActiveBattlefield" : 0x8a32c0,
    "C_PvP:IsActiveMatchRegistered" : 0x8a3320,
    "C_PvP:IsArena" : 0x8a3380,
    "C_PvP:IsBattleground" : 0x8a33e0,
    "C_PvP:IsBattlegroundEnlistmentBonusActive" : 0x8a3440,
    "C_PvP:IsInBrawl" : 0x8a34f0,
    "C_PvP:IsMatchConsideredArena" : 0x8a3550,
    "C_PvP:IsMatchFactional" : 0x8a35b0,
    "C_PvP:IsPVPMap" : 0x8a3610,
    "C_PvP:IsRatedArena" : 0x8a3670,
    "C_PvP:IsRatedBattleground" : 0x8a36d0,
    "C_PvP:IsRatedMap" : 0x8a3730,
    "C_PvP:IsWarModeActive" : 0x8a3790,
    "C_PvP:IsWarModeDesired" : 0x8a37f0,
    "C_PvP:IsWarModeFeatureEnabled" : 0x8a3850,
    "C_PvP:JoinBrawl" : 0x8a38b0,
    "C_PvP:RequestCrowdControlSpell" : 0x8a38c0,
    "C_PvP:SetWarModeDesired" : 0x8a3a10,
    "C_PvP:ToggleWarMode" : 0x8a3aa0,
    "C_ClassColor:GetClassColor" : 0x7a3b50,
    "C_SocialQueue:GetAllGroups" : 0x8c5290,
    "C_SocialQueue:GetConfig" : 0x8c5390,
    "C_SocialQueue:GetGroupForPlayer" : 0x8c5410,
    "C_SocialQueue:GetGroupInfo" : 0x8c5590,
    "C_SocialQueue:GetGroupMembers" : 0x8c56a0,
    "C_SocialQueue:GetGroupQueues" : 0x8c57c0,
    "C_SocialQueue:RequestToJoin" : 0x8c58a0,
    "C_SocialQueue:SignalToastDisplayed" : 0x8c5a90,
    "C_PrototypeDialog:EnsureRemoved" : 0x88c0a0,
    "C_PrototypeDialog:SelectOption" : 0x88c0f0,
    "C_LoginUI:ReconnectToRealmList" : 0x852e10,
    "C_AreaPoiInfo:GetAreaPOIForMap" : 0x736aa0,
    "C_AreaPoiInfo:GetAreaPOIInfo" : 0x736bb0,
    "C_AreaPoiInfo:GetAreaPOISecondsLeft" : 0x736ce0,
    "C_AreaPoiInfo:IsAreaPOITimed" : 0x736de0,
    "C_ActionBar:FindFlyoutActionButtons" : 0x72db50,
    "C_ActionBar:FindPetActionButtons" : 0x72dc50,
    "C_ActionBar:FindSpellActionButtons" : 0x72dd50,
    "C_ActionBar:GetPetActionPetBarIndices" : 0x72de50,
    "C_ActionBar:HasFlyoutActionButtons" : 0x72df50,
    "C_ActionBar:HasPetActionButtons" : 0x72dfe0,
    "C_ActionBar:HasPetActionPetBarIndices" : 0x72e070,
    "C_ActionBar:HasSpellActionButtons" : 0x72e100,
    "C_ActionBar:IsAutoCastPetAction" : 0x72e190,
    "C_ActionBar:IsEnabledAutoCastPetAction" : 0x72e220,
    "C_ActionBar:IsOnBarOrSpecialBar" : 0x72e2b0,
    "C_ActionBar:ShouldOverrideBarShowHealthBar" : 0x72e340,
    "C_ActionBar:ShouldOverrideBarShowManaBar" : 0x72e3a0,
    "C_ActionBar:ToggleAutoCastPetAction" : 0x72e400,
    "C_SummonInfo:CancelSummon" : 0x8e9740,
    "C_SummonInfo:ConfirmSummon" : 0x8e9750,
    "C_SummonInfo:GetSummonConfirmAreaName" : 0x8e9760,
    "C_SummonInfo:GetSummonConfirmSummoner" : 0x8e9870,
    "C_SummonInfo:GetSummonConfirmTimeLeft" : 0x8e9960,
    "C_SummonInfo:GetSummonReason" : 0x8e99c0,
    "C_SummonInfo:IsSummonSkippingStartExperience" : 0x8e9a20,
    "C_InvasionInfo:AreInvasionsAvailable" : 0x834b60,
    "C_InvasionInfo:GetInvasionForUiMapID" : 0x834bc0,
    "C_InvasionInfo:GetInvasionInfo" : 0x834c90,
    "C_InvasionInfo:GetInvasionTimeLeft" : 0x834dd0,
    "C_FogOfWar:GetFogOfWarForMap" : 0x80bb40,
    "C_FogOfWar:GetFogOfWarInfo" : 0x80bc10,
    "C_PetJournal:GetDisplayIDByIndex" : 0x889e10,
    "C_PetJournal:GetDisplayProbabilityByIndex" : 0x889ee0,
    "C_PetJournal:GetNumDisplays" : 0x889fb0,
    "C_PetJournal:GetPetSummonInfo" : 0x88a080,
    "C_PetJournal:PetIsSummonable" : 0x88a260,
    "C_PetJournal:PetUsesRandomDisplay" : 0x88a3c0,
    "C_CampaignInfo:GetCampaignChapterInfo" : 0x95b810,
    "C_CampaignInfo:GetCampaignInfo" : 0x95b8e0,
    "C_CampaignInfo:GetCurrentCampaignChapterID" : 0x95b9e0,
    "C_CampaignInfo:GetCurrentCampaignID" : 0x95bab0,
    "C_CampaignInfo:IsCampaignQuest" : 0x95bb80,
    "C_IncomingSummon:HasIncomingSummon" : 0x832a20,
    "C_IncomingSummon:IncomingSummonStatus" : 0x832b40,
    "C_Social:GetLastAchievement" : 0x8c06f0,
    "C_Social:GetLastItem" : 0x8c0880,
    "C_Social:GetLastScreenshotIndex" : 0x8c0a10,
    "C_Social:GetMaxTweetLength" : 0x8c0a70,
    "C_Social:GetScreenshotInfoByIndex" : 0x8c0ad0,
    "C_Social:GetTweetLength" : 0x8c0d00,
    "C_Social:IsSocialEnabled" : 0x8c0e10,
    "C_Social:TwitterCheckStatus" : 0x8c0e70,
    "C_Social:TwitterConnect" : 0x8c0e90,
    "C_Social:TwitterDisconnect" : 0x8c0eb0,
    "C_Social:TwitterGetMSTillCanPost" : 0x8c0ed0,
    "C_Social:TwitterPostMessage" : 0x8c0f30,
    "C_VoiceChat:ActivateChannel" : 0x954220,
    "C_VoiceChat:BeginLocalCapture" : 0x954270,
    "C_VoiceChat:CanPlayerUseVoiceChat" : 0x954300,
    "C_VoiceChat:CreateChannel" : 0x954360,
    "C_VoiceChat:DeactivateChannel" : 0x9544b0,
    "C_VoiceChat:EndLocalCapture" : 0x954500,
    "C_VoiceChat:GetActiveChannelID" : 0x954510,
    "C_VoiceChat:GetActiveChannelType" : 0x9545e0,
    "C_VoiceChat:GetAvailableInputDevices" : 0x9546b0,
    "C_VoiceChat:GetAvailableOutputDevices" : 0x9547c0,
    "C_VoiceChat:GetChannel" : 0x9548d0,
    "C_VoiceChat:GetChannelForChannelType" : 0x9549b0,
    "C_VoiceChat:GetChannelForCommunityStream" : 0x954a90,
    "C_VoiceChat:GetCommunicationMode" : 0x954b70,
    "C_VoiceChat:GetCurrentVoiceChatConnectionStatusCode" : 0x954c40,
    "C_VoiceChat:GetInputVolume" : 0x954ca0,
    "C_VoiceChat:GetLocalPlayerActiveChannelMemberInfo" : 0x954d70,
    "C_VoiceChat:GetLocalPlayerMemberID" : 0x954e40,
    "C_VoiceChat:GetMasterVolumeScale" : 0x954f10,
    "C_VoiceChat:GetMemberGUID" : 0x954fe0,
    "C_VoiceChat:GetMemberID" : 0x955090,
    "C_VoiceChat:GetMemberInfo" : 0x955160,
    "C_VoiceChat:GetMemberName" : 0x955230,
    "C_VoiceChat:GetMemberVolume" : 0x955320,
    "C_VoiceChat:GetOutputVolume" : 0x955400,
    "C_VoiceChat:GetPTTButtonPressedState" : 0x9554d0,
    "C_VoiceChat:GetProcesses" : 0x9555a0,
    "C_VoiceChat:GetPushToTalkBinding" : 0x955680,
    "C_VoiceChat:GetVADSensitivity" : 0x955760,
    "C_VoiceChat:IsChannelJoinPending" : 0x955830,
    "C_VoiceChat:IsDeafened" : 0x955900,
    "C_VoiceChat:IsEnabled" : 0x9559d0,
    "C_VoiceChat:IsLoggedIn" : 0x955a30,
    "C_VoiceChat:IsMemberLocalPlayer" : 0x955a90,
    "C_VoiceChat:IsMemberMuted" : 0x955b40,
    "C_VoiceChat:IsMemberMutedForAll" : 0x955c20,
    "C_VoiceChat:IsMemberSilenced" : 0x955cf0,
    "C_VoiceChat:IsMuted" : 0x955dc0,
    "C_VoiceChat:IsParentalDisabled" : 0x955e90,
    "C_VoiceChat:IsParentalMuted" : 0x955ef0,
    "C_VoiceChat:IsPlayerUsingVoice" : 0x955f50,
    "C_VoiceChat:IsSilenced" : 0x9560d0,
    "C_VoiceChat:LeaveChannel" : 0x9561a0,
    "C_VoiceChat:Login" : 0x9561f0,
    "C_VoiceChat:Logout" : 0x956250,
    "C_VoiceChat:MarkChannelsDiscovered" : 0x9562b0,
    "C_VoiceChat:RequestJoinAndActivateCommunityStreamChannel" : 0x9562c0,
    "C_VoiceChat:RequestJoinChannelByChannelType" : 0x956460,
    "C_VoiceChat:SetCommunicationMode" : 0x956530,
    "C_VoiceChat:SetDeafened" : 0x956670,
    "C_VoiceChat:SetInputDevice" : 0x956700,
    "C_VoiceChat:SetInputVolume" : 0x956810,
    "C_VoiceChat:SetMasterVolumeScale" : 0x956860,
    "C_VoiceChat:SetMemberMuted" : 0x9568b0,
    "C_VoiceChat:SetMemberVolume" : 0x956a60,
    "C_VoiceChat:SetMuted" : 0x956bc0,
    "C_VoiceChat:SetOutputDevice" : 0x956c50,
    "C_VoiceChat:SetOutputVolume" : 0x956d60,
    "C_VoiceChat:SetPortraitTexture" : 0x956db0,
    "C_VoiceChat:SetPushToTalkBinding" : 0x956f40,
    "C_VoiceChat:SetVADSensitivity" : 0x957020,
    "C_VoiceChat:ShouldDiscoverChannels" : 0x957070,
    "C_VoiceChat:ToggleDeafened" : 0x9570d0,
    "C_VoiceChat:ToggleMemberMuted" : 0x9570e0,
    "C_VoiceChat:ToggleMuted" : 0x957230,
    "C_AchievementInfo:GetRewardItemID" : 0x72a6a0,
    "C_AchievementInfo:GetSupercedingAchievements" : 0x72a770,
    "C_AchievementInfo:SetPortraitTexture" : 0x72a880,
    "C_VignetteInfo:FindBestUniqueVignette" : 0x944cc0,
    "C_VignetteInfo:GetVignetteInfo" : 0x944de0,
    "C_VignetteInfo:GetVignettePosition" : 0x944eb0,
    "C_VignetteInfo:GetVignettes" : 0x944f80,
    "C_CreatureInfo:GetClassInfo" : 0x7ebec0,
    "C_CreatureInfo:GetFactionInfo" : 0x7ebfe0,
    "C_CreatureInfo:GetRaceInfo" : 0x7ec0b0,
    "C_CVar:GetCVar" : 0x75d3c0,
    "C_CVar:GetCVarBitfield" : 0x75d4b0,
    "C_CVar:GetCVarBool" : 0x75d580,
    "C_CVar:GetCVarDefault" : 0x75d650,
    "C_CVar:RegisterCVar" : 0x75d740,
    "C_CVar:ResetTestCVars" : 0x75d810,
    "C_CVar:SetCVar" : 0x75d820,
    "C_CVar:SetCVarBitfield" : 0x75d8f0,
    "C_StoreSecure:AckFailure" : 0x8e5380,
    "C_StoreSecure:GetBnetTransferInfo" : 0x8e5410,
    "C_StoreSecure:GetCharacterInfoByGUID" : 0x8e5510,
    "C_StoreSecure:GetCharactersForRealm" : 0x8e5630,
    "C_StoreSecure:GetConfirmationInfo" : 0x8e5720,
    "C_StoreSecure:GetCurrencyID" : 0x8e5870,
    "C_StoreSecure:GetEligibleRacesForVASService" : 0x8e5900,
    "C_StoreSecure:GetEntryInfo" : 0x8e5a10,
    "C_StoreSecure:GetFailureInfo" : 0x8e5b10,
    "C_StoreSecure:GetProductGroupInfo" : 0x8e5c00,
    "C_StoreSecure:GetProductGroups" : 0x8e5d20,
    "C_StoreSecure:GetProductInfo" : 0x8e5e30,
    "C_StoreSecure:GetProductList" : 0x8e5f30,
    "C_StoreSecure:GetProducts" : 0x8e5f50,
    "C_StoreSecure:GetPurchaseList" : 0x8e6070,
    "C_StoreSecure:GetRealmList" : 0x8e6090,
    "C_StoreSecure:GetUnrevokedBoostInfo" : 0x8e6180,
    "C_StoreSecure:GetVASCompletionInfo" : 0x8e6330,
    "C_StoreSecure:GetVASErrors" : 0x8e6480,
    "C_StoreSecure:GetVASGuildFollowInfoForCharacterByGUID" : 0x8e6590,
    "C_StoreSecure:GetVASGuildMasterInfoForCharacterByGUID" : 0x8e66b0,
    "C_StoreSecure:GetVASRealmList" : 0x8e67d0,
    "C_StoreSecure:GetWoWAccountGUIDFromName" : 0x8e68c0,
    "C_StoreSecure:HasDistributionList" : 0x8e69f0,
    "C_StoreSecure:HasDynamicPriceData" : 0x8e6a80,
    "C_StoreSecure:HasProductList" : 0x8e6b80,
    "C_StoreSecure:HasProductType" : 0x8e6c10,
    "C_StoreSecure:HasPurchaseInProgress" : 0x8e6d10,
    "C_StoreSecure:HasPurchaseList" : 0x8e6da0,
    "C_StoreSecure:IsAvailable" : 0x8e6e30,
    "C_StoreSecure:IsDynamicBundle" : 0x8e6ec0,
    "C_StoreSecure:IsRegionLocked" : 0x8e6fc0,
    "C_StoreSecure:PurchaseProduct" : 0x8e7050,
    "C_StoreSecure:PurchaseProductConfirm" : 0x8e7150,
    "C_StoreSecure:PurchaseVASProduct" : 0x8e7240,
    "C_StoreSecure:RequestAllDynamicPriceInfo" : 0x8e7360,
    "C_StoreSecure:RequestCharacterGuildFollowInfo" : 0x8e7380,
    "C_StoreSecure:RequestRealmGuildMasterInfo" : 0x8e74c0,
    "C_StoreSecure:SetDisconnectOnLogout" : 0x8e75a0,
    "C_StoreSecure:SetVASProductReady" : 0x8e7640,
    "C_StoreSecure:ValidateBnetTransfer" : 0x8e76e0,
    "C_Texture:GetAtlasInfo" : 0x8f2010,
    "C_TaskQuest:DoesMapShowTaskQuestObjectives" : 0x8b2590,
    "C_TaskQuest:GetDistanceSqToQuest" : 0x8b2670,
    "C_TaskQuest:GetQuestInfoByQuestID" : 0x8b2770,
    "C_TaskQuest:GetQuestLocation" : 0x8b2850,
    "C_TaskQuest:GetQuestProgressBarInfo" : 0x8b29c0,
    "C_TaskQuest:GetQuestTimeLeftMinutes" : 0x8b2ab0,
    "C_TaskQuest:GetQuestTimeLeftSeconds" : 0x8b2bb0,
    "C_TaskQuest:GetQuestZoneID" : 0x8b2cb0,
    "C_TaskQuest:GetQuestsForPlayerByMapID" : 0x8b2db0,
    "C_TaskQuest:IsActive" : 0x8b2ee0,
    "C_TaskQuest:RequestPreloadRewardData" : 0x8b2fc0,
    "C_Console:GetAllCommands" : 0x7e25e0,
    "C_Console:GetColorFromType" : 0x7e26e0,
    "C_Console:GetFontHeight" : 0x7e28d0,
    "C_Console:PrintAllMatchingCommands" : 0x7e2930,
    "C_Console:SetFontHeight" : 0x7e2a10,
    "C_TradeSkillUI:GetAllProfessionTradeSkillLines" : 0x8f8d10,
    "C_TradeSkillUI:GetTradeSkillDisplayName" : 0x8f8e10,
    "C_TradeSkillUI:GetTradeSkillLine" : 0x8f8ea0,
    "C_TradeSkillUI:GetTradeSkillLineInfoByID" : 0x8f8f90,
    "C_TradeSkillUI:IsEmptySkillLineCategory" : 0x8f9070,
    "C_TransmogCollection:GetAppearanceSources" : 0x8fdc10,
    "C_TransmogCollection:GetSourceIcon" : 0x8fdcf0,
    "C_TransmogCollection:GetSourceInfo" : 0x8fddb0,
    "C_EquipmentSet:AssignSpecToEquipmentSet" : 0x807970,
    "C_EquipmentSet:CanUseEquipmentSets" : 0x8079e0,
    "C_EquipmentSet:ClearIgnoredSlotsForSave" : 0x807a40,
    "C_EquipmentSet:CreateEquipmentSet" : 0x807a50,
    "C_EquipmentSet:DeleteEquipmentSet" : 0x807b20,
    "C_EquipmentSet:EquipmentSetContainsLockedItems" : 0x807b70,
    "C_EquipmentSet:GetEquipmentSetAssignedSpec" : 0x807c00,
    "C_EquipmentSet:GetEquipmentSetForSpec" : 0x807ca0,
    "C_EquipmentSet:GetEquipmentSetID" : 0x807d50,
    "C_EquipmentSet:GetEquipmentSetIDs" : 0x807e60,
    "C_EquipmentSet:GetEquipmentSetInfo" : 0x807f60,
    "C_EquipmentSet:GetIgnoredSlots" : 0x808080,
    "C_EquipmentSet:GetItemIDs" : 0x8081a0,
    "C_EquipmentSet:GetItemLocations" : 0x8082c0,
    "C_EquipmentSet:GetNumEquipmentSets" : 0x8083e0,
    "C_EquipmentSet:IgnoreSlotForSave" : 0x808440,
    "C_EquipmentSet:IsSlotIgnoredForSave" : 0x808490,
    "C_EquipmentSet:ModifyEquipmentSet" : 0x808520,
    "C_EquipmentSet:PickupEquipmentSet" : 0x8085f0,
    "C_EquipmentSet:SaveEquipmentSet" : 0x808640,
    "C_EquipmentSet:UnassignEquipmentSetSpec" : 0x808710,
    "C_EquipmentSet:UnignoreSlotForSave" : 0x808760,
    "C_EquipmentSet:UseEquipmentSet" : 0x8087b0,
    "C_IslandsQueue:CloseIslandsQueueScreen" : 0x8361f0,
    "C_IslandsQueue:GetIslandDifficultyInfo" : 0x836200,
    "C_IslandsQueue:GetIslandsMaxGroupSize" : 0x836310,
    "C_IslandsQueue:GetIslandsWeeklyQuestID" : 0x836370,
    "C_IslandsQueue:QueueForIsland" : 0x836440,
    "C_IslandsQueue:RequestPreloadRewardData" : 0x836490,
    "C_PlayerInfo:GUIDIsPlayer" : 0x88b000,
    "C_PlayerInfo:GetClass" : 0x88b160,
    "C_PlayerInfo:GetName" : 0x88b250,
    "C_PlayerInfo:GetRace" : 0x88b360,
    "C_PlayerInfo:GetSex" : 0x88b440,
    "C_PlayerInfo:IsConnected" : 0x88b520,
    "C_PlayerInfo:UnitIsSameServer" : 0x88b5f0,
    "C_CharacterServices:AssignUpgradeDistribution" : 0x78bd90,
    "C_CharacterServices:GetActiveCharacterUpgradeBoostType" : 0x78c070,
    "C_CharacterServices:GetActiveClassTrialBoostType" : 0x78c100,
    "C_CharacterServices:GetAutomaticBoost" : 0x78c190,
    "C_CharacterServices:GetAutomaticBoostCharacter" : 0x78c220,
    "C_CharacterServices:GetCharacterServiceDisplayData" : 0x78c310,
    "C_CharacterServices:GetCharacterServiceDisplayOrder" : 0x78c4d0,
    "C_CharacterServices:HasRequiredBoostForClassTrial" : 0x78c5e0,
    "C_CharacterServices:HasRequiredBoostForUnrevoke" : 0x78c6b0,
    "C_CharacterServices:SetAutomaticBoost" : 0x78c780,
    "C_CharacterServices:SetAutomaticBoostCharacter" : 0x78c870,
    "C_ContributionCollector:Close" : 0x7e9860,
    "C_ContributionCollector:Contribute" : 0x7e9870,
    "C_ContributionCollector:GetActive" : 0x7e98c0,
    "C_ContributionCollector:GetAtlases" : 0x7e99c0,
    "C_ContributionCollector:GetBuffs" : 0x7e9ac0,
    "C_ContributionCollector:GetContributionAppearance" : 0x7e9bc0,
    "C_ContributionCollector:GetContributionCollectorsForMap" : 0x7e9c90,
    "C_ContributionCollector:GetContributionResult" : 0x7e9da0,
    "C_ContributionCollector:GetDescription" : 0x7e9e30,
    "C_ContributionCollector:GetManagedContributionsForCreatureID" : 0x7e9ec0,
    "C_ContributionCollector:GetName" : 0x7e9fc0,
    "C_ContributionCollector:GetOrderIndex" : 0x7ea050,
    "C_ContributionCollector:GetRequiredContributionCurrency" : 0x7ea0f0,
    "C_ContributionCollector:GetRequiredContributionItem" : 0x7ea1f0,
    "C_ContributionCollector:GetRewardQuestID" : 0x7ea2f0,
    "C_ContributionCollector:GetState" : 0x7ea3a0,
    "C_ContributionCollector:HasPendingContribution" : 0x7ea480,
    "C_ContributionCollector:IsAwaitingRewardQuestData" : 0x7ea510,
    "C_Mail:HasInboxMoney" : 0x8604c0,
    "C_Mail:IsCommandPending" : 0x860670,
    "C_ChatInfo:GetChannelRosterInfo" : 0x7a1cc0,
    "C_ChatInfo:GetClubStreamIDs" : 0x7a1df0,
    "C_ChatInfo:GetNumActiveChannels" : 0x7a1ef0,
    "C_ChatInfo:GetRegisteredAddonMessagePrefixes" : 0x7a1f50,
    "C_ChatInfo:IsAddonMessagePrefixRegistered" : 0x7a2050,
    "C_ChatInfo:IsPartyChannelType" : 0x7a2130,
    "C_ChatInfo:IsValidChatLine" : 0x7a22a0,
    "C_ChatInfo:RegisterAddonMessagePrefix" : 0x7a2370,
    "C_ChatInfo:ReplaceIconAndGroupExpressions" : 0x7a2450,
    "C_ChatInfo:ResetDefaultZoneChannels" : 0x7a25b0,
    "C_ChatInfo:SendAddonMessage" : 0x7a25c0,
    "C_ChatInfo:SendAddonMessageLogged" : 0x7a26a0,
    "C_ChatInfo:SwapChatChannelsByChannelIndex" : 0x7a2780,
    "C_AccountInfo:GetIDFromBattleNetAccountGUID" : 0x7271d0,
    "C_AccountInfo:IsGUIDBattleNetAccountType" : 0x727350,
    "C_AccountInfo:IsGUIDRelatedToLocalAccount" : 0x727460,
    "C_PartyPose:GetPartyPoseInfoByMapID" : 0x882ed0,
    "C_ChallengeMode:ClearKeystone" : 0x7759a0,
    "C_ChallengeMode:CloseKeystoneFrame" : 0x7759b0,
    "C_ChallengeMode:GetActiveChallengeMapID" : 0x7759c0,
    "C_ChallengeMode:GetActiveKeystoneInfo" : 0x775a90,
    "C_ChallengeMode:GetAffixInfo" : 0x775b90,
    "C_ChallengeMode:GetCompletionInfo" : 0x775cd0,
    "C_ChallengeMode:GetDeathCount" : 0x775e70,
    "C_ChallengeMode:GetGuildLeaders" : 0x775f40,
    "C_ChallengeMode:GetMapTable" : 0x776020,
    "C_ChallengeMode:GetMapUIInfo" : 0x776120,
    "C_ChallengeMode:GetPowerLevelDamageHealthMod" : 0x776200,
    "C_ChallengeMode:GetSlottedKeystoneInfo" : 0x776300,
    "C_ChallengeMode:HasSlottedKeystone" : 0x776400,
    "C_ChallengeMode:IsChallengeModeActive" : 0x776460,
    "C_ChallengeMode:RemoveKeystone" : 0x7764c0,
    "C_ChallengeMode:RequestLeaders" : 0x776520,
    "C_ChallengeMode:Reset" : 0x776570,
    "C_ChallengeMode:SetKeystoneTooltip" : 0x776580,
    "C_ChallengeMode:SlotKeystone" : 0x776590,
    "C_ChallengeMode:StartChallengeMode" : 0x7765a0,
    "C_ToyBoxInfo:ClearFanfare" : 0x8f2ec0,
    "C_ToyBoxInfo:NeedsFanfare" : 0x8f2f10,
    "C_UIWidgetManager:GetAllWidgetsBySetID" : 0x91db60,
    "C_UIWidgetManager:GetBelowMinimapWidgetSetID" : 0x91dc60,
    "C_UIWidgetManager:GetBulletTextListWidgetVisualizationInfo" : 0x91dcc0,
    "C_UIWidgetManager:GetCaptureBarWidgetVisualizationInfo" : 0x91ddc0,
    "C_UIWidgetManager:GetDoubleIconAndTextWidgetVisualizationInfo" : 0x91dea0,
    "C_UIWidgetManager:GetDoubleStateIconRowVisualizationInfo" : 0x91df80,
    "C_UIWidgetManager:GetDoubleStatusBarWidgetVisualizationInfo" : 0x91e060,
    "C_UIWidgetManager:GetHorizontalCurrenciesWidgetVisualizationInfo" : 0x91e140,
    "C_UIWidgetManager:GetIconAndTextWidgetVisualizationInfo" : 0x91e240,
    "C_UIWidgetManager:GetIconTextAndBackgroundWidgetVisualizationInfo" : 0x91e320,
    "C_UIWidgetManager:GetIconTextAndCurrenciesWidgetVisualizationInfo" : 0x91e440,
    "C_UIWidgetManager:GetObjectiveTrackerWidgetSetID" : 0x91e520,
    "C_UIWidgetManager:GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo" : 0x91e580,
    "C_UIWidgetManager:GetSpellDisplayVisualizationInfo" : 0x91e680,
    "C_UIWidgetManager:GetStackedResourceTrackerWidgetVisualizationInfo" : 0x91e760,
    "C_UIWidgetManager:GetStatusBarWidgetVisualizationInfo" : 0x91e860,
    "C_UIWidgetManager:GetTextWithStateWidgetVisualizationInfo" : 0x91e940,
    "C_UIWidgetManager:GetTextureAndTextRowVisualizationInfo" : 0x91ea20,
    "C_UIWidgetManager:GetTextureAndTextVisualizationInfo" : 0x91eb00,
    "C_UIWidgetManager:GetTopCenterWidgetSetID" : 0x91ebe0,
    "C_UIWidgetManager:GetZoneControlVisualizationInfo" : 0x91ec40,
    "C_QuestChoice:GetQuestChoiceInfo" : 0x8a7f60,
    "C_QuestChoice:GetQuestChoiceOptionInfo" : 0x8a80a0,
    "C_QuestLog:GetMapForQuestPOIs" : 0x8af230,
    "C_QuestLog:GetMaxNumQuests" : 0x8af290,
    "C_QuestLog:GetMaxNumQuestsCanAccept" : 0x8af2e0,
    "C_QuestLog:GetNextWaypoint" : 0x8af330,
    "C_QuestLog:GetNextWaypointForMap" : 0x8af470,
    "C_QuestLog:GetNextWaypointText" : 0x8af5a0,
    "C_QuestLog:GetNumQuestObjectives" : 0x8af6c0,
    "C_QuestLog:GetQuestInfo" : 0x8af760,
    "C_QuestLog:GetQuestObjectives" : 0x8af880,
    "C_QuestLog:GetQuestsOnMap" : 0x8af960,
    "C_QuestLog:GetZoneStoryInfo" : 0x8afa60,
    "C_QuestLog:IsLegendaryQuest" : 0x8afb60,
    "C_QuestLog:IsOnQuest" : 0x8afbf0,
    "C_QuestLog:QuestHasWarModeBonus" : 0x8afc80,
    "C_QuestLog:SetMapForQuestPOIs" : 0x8afd10,
    "C_QuestLog:ShouldShowQuestRewards" : 0x8afd60,
    "C_ModelInfo:AddActiveModelScene" : 0x905750,
    "C_ModelInfo:AddActiveModelSceneActor" : 0x905890,
    "C_ModelInfo:ClearActiveModelScene" : 0x9059d0,
    "C_ModelInfo:ClearActiveModelSceneActor" : 0x905ac0,
    "C_ModelInfo:GetModelSceneActorDisplayInfoByID" : 0x905bb0,
    "C_ModelInfo:GetModelSceneActorInfoByID" : 0x905c90,
    "C_ModelInfo:GetModelSceneCameraInfoByID" : 0x905d90,
    "C_ModelInfo:GetModelSceneInfoByID" : 0x905ea0,
    "C_AzeriteItem:FindActiveAzeriteItem" : 0x7514d0,
    "C_AzeriteItem:GetAzeriteItemXPInfo" : 0x751570,
    "C_AzeriteItem:GetPowerLevel" : 0x7516d0,
    "C_AzeriteItem:HasActiveAzeriteItem" : 0x7517d0,
    "C_AzeriteItem:IsAzeriteItem" : 0x751830,
    "C_AzeriteItem:IsAzeriteItemAtMaxLevel" : 0x751930,
    "C_AzeriteItem:IsAzeriteItemByID" : 0x751990,
    "C_ItemUpgrade:GetItemHyperlink" : 0x83fa30,
    "C_ResearchInfo:GetDigSitesForMap" : 0x8b9a70,
    "C_DateAndTime:AdjustTimeByDays" : 0x7ef530,
    "C_DateAndTime:AdjustTimeByMinutes" : 0x7ef5e0,
    "C_DateAndTime:CompareCalendarTime" : 0x7ef690,
    "C_DateAndTime:GetCalendarTimeFromEpoch" : 0x7ef750,
    "C_DateAndTime:GetCurrentCalendarTime" : 0x7ef890,
    "C_DateAndTime:GetServerTimeLocal" : 0x7ef8d0,
    "C_RaidLocks:IsEncounterComplete" : 0x8b3450,
    "C_MerchantFrame:GetBuybackItemID" : 0x86acf0,
    "C_MerchantFrame:IsMerchantItemRefundable" : 0x86ada0,
    "C_Garrison:GetCurrentGarrTalentTreeFriendshipFactionID" : 0x824e70,
    "C_Garrison:GetCurrentGarrTalentTreeID" : 0x824f40,
    "C_Garrison:GetGarrisonPlotsInstancesForMap" : 0x825010,
    "C_Garrison:GetTalentTreeIDsByClassID" : 0x825130,
    "C_Garrison:IsAtGarrisonMissionNPC" : 0x825230,
    "C_Garrison:IsEnvironmentCountered" : 0x825290,
    "C_MapExplorationInfo:GetExploredAreaIDsAtPosition" : 0x869ce0,
    "C_MapExplorationInfo:GetExploredMapTextures" : 0x869de0,
    "C_AlliedRaces:ClearAlliedRaceDetailsGiver" : 0x734da0,
    "C_AlliedRaces:GetAllRacialAbilitiesFromID" : 0x734db0,
    "C_AlliedRaces:GetRaceInfoByID" : 0x734eb0,
    "C_ClubFinder:ApplicantAcceptClubInvite" : 0x7d1c30,
    "C_ClubFinder:ApplicantDeclineClubInvite" : 0x7d1d50,
    "C_ClubFinder:CancelMembershipRequest" : 0x7d1e70,
    "C_ClubFinder:CheckAllPlayerApplicantSettings" : 0x7d1f90,
    "C_ClubFinder:ClearAllFinderCache" : 0x7d1fa0,
    "C_ClubFinder:ClearClubApplicantsCache" : 0x7d1fb0,
    "C_ClubFinder:ClearClubFinderPostingsCache" : 0x7d1fc0,
    "C_ClubFinder:GetClubRecruitmentSettings" : 0x7d1fd0,
    "C_ClubFinder:GetPlayerApplicantSettings" : 0x7d2020,
    "C_ClubFinder:PlayerGetClubInvitationList" : 0x7d2070,
    "C_ClubFinder:PlayerRequestPendingClubsList" : 0x7d2150,
    "C_ClubFinder:PlayerReturnPendingCommunitiesList" : 0x7d2290,
    "C_ClubFinder:PlayerReturnPendingGuildsList" : 0x7d2370,
    "C_ClubFinder:PostClub" : 0x7d2450,
    "C_ClubFinder:RequestApplicantList" : 0x7d2580,
    "C_ClubFinder:RequestClubsList" : 0x7d26c0,
    "C_ClubFinder:RequestMembershipToClub" : 0x7d2800,
    "C_ClubFinder:RespondToApplicant" : 0x7d2940,
    "C_ClubFinder:ReturnCommunityApplicantList" : 0x7d2c60,
    "C_ClubFinder:ReturnGuildApplicantList" : 0x7d2d40,
    "C_ClubFinder:ReturnMatchingCommunityList" : 0x7d2e20,
    "C_ClubFinder:ReturnMatchingGuildList" : 0x7d2f00,
    "C_ClubFinder:ReturnPendingCommunityApplicantList" : 0x7d2fe0,
    "C_ClubFinder:ReturnPendingGuildApplicantList" : 0x7d30c0,
    "C_ClubFinder:SetPlayerApplicantSettings" : 0x7d31a0,
    "C_ClubFinder:SetRecruitmentSettings" : 0x7d3260,
    "C_ClubFinder:ShouldShowClubFinder" : 0x7d3320,
    "C_Loot:IsLegacyLootModeEnabled" : 0x85c6d0,
    "C_GuildInfo:CanEditOfficerNote" : 0x831050,
    "C_GuildInfo:CanSpeakInGuildChat" : 0x8310b0,
    "C_GuildInfo:CanViewOfficerNote" : 0x831110,
    "C_GuildInfo:GetGuildNewsInfo" : 0x831170,
    "C_GuildInfo:GetGuildRankOrder" : 0x831290,
    "C_GuildInfo:GuildControlGetRankFlags" : 0x8313f0,
    "C_GuildInfo:GuildRoster" : 0x8314f0,
    "C_GuildInfo:IsGuildRankAssignmentAllowed" : 0x831500,
    "C_GuildInfo:QueryGuildMemberRecipes" : 0x8316b0,
    "C_GuildInfo:RemoveFromGuild" : 0x831820,
    "C_GuildInfo:SetGuildRankOrder" : 0x831950,
    "C_GuildInfo:SetNote" : 0x831ae0,
    "C_StoreGlue:ChangeRealmByCharacterGUID" : 0x8d0ae0,
    "C_StoreGlue:ClearVASProductReady" : 0x8d0bf0,
    "C_StoreGlue:GetDisconnectOnLogout" : 0x8d0c00,
    "C_StoreGlue:GetVASProductReady" : 0x8d0c60,
    "C_StoreGlue:GetVASPurchaseStateInfo" : 0x8d0cc0,
    "C_StoreGlue:GetVasTransferQueues" : 0x8d0dc0,
    "C_StoreGlue:IsExpansionPreorderInStore" : 0x8d0e60,
    "C_StoreGlue:RequestCharacterQueueTime" : 0x8d0ec0,
    "C_StoreGlue:RequestCurrentVASTransferQueues" : 0x8d0f90,
    "C_StoreGlue:UpdateVASPurchaseStates" : 0x8d0fa0,
    "C_Debug:DashboardIsEnabled" : 0x7d3320,
    "C_Debug:GetAllPortLocsForMap" : 0x7fe0d0,
    "C_Debug:GetMapDebugObjects" : 0x7fe1b0,
    "C_Debug:TeleportToMapDebugObject" : 0x7fe290,
    "C_Debug:TeleportToMapLocation" : 0x7fe2e0,
    "C_Club:AcceptInvitation" : 0x7c3770,
    "C_Club:AddClubStreamChatChannel" : 0x7c3880,
    "C_Club:AdvanceStreamViewMarker" : 0x7c3a40,
    "C_Club:AssignMemberRole" : 0x7c3c00,
    "C_Club:CanResolvePlayerLocationFromClubMessageData" : 0x7c3e10,
    "C_Club:ClearAutoAdvanceStreamViewMarker" : 0x7c41c0,
    "C_Club:ClearClubPresenceSubscription" : 0x7c41f0,
    "C_Club:CompareBattleNetDisplayName" : 0x7c4220,
    "C_Club:CreateClub" : 0x7c4460,
    "C_Club:CreateStream" : 0x7c45c0,
    "C_Club:CreateTicket" : 0x7c4740,
    "C_Club:DeclineInvitation" : 0x7c4850,
    "C_Club:DestroyClub" : 0x7c4960,
    "C_Club:DestroyMessage" : 0x7c4a70,
    "C_Club:DestroyStream" : 0x7c4c60,
    "C_Club:DestroyTicket" : 0x7c4e30,
    "C_Club:EditClub" : 0x7c4f80,
    "C_Club:EditMessage" : 0x7c50c0,
    "C_Club:EditStream" : 0x7c51f0,
    "C_Club:Flush" : 0x7c5320,
    "C_Club:FocusStream" : 0x7c5350,
    "C_Club:GetAssignableRoles" : 0x7c5560,
    "C_Club:GetAvatarIdList" : 0x7c5680,
    "C_Club:GetClubInfo" : 0x7c5790,
    "C_Club:GetClubLimits" : 0x7c5890,
    "C_Club:GetClubMembers" : 0x7c59d0,
    "C_Club:GetClubPrivileges" : 0x7c5af0,
    "C_Club:GetClubStreamNotificationSettings" : 0x7c5c60,
    "C_Club:GetCommunityNameResultText" : 0x7c5d80,
    "C_Club:GetGuildClubId" : 0x7c5e70,
    "C_Club:GetInfoFromLastCommunityChatLine" : 0x7c5f60,
    "C_Club:GetInvitationCandidates" : 0x7c6140,
    "C_Club:GetInvitationInfo" : 0x7c6290,
    "C_Club:GetInvitationsForClub" : 0x7c63b0,
    "C_Club:GetInvitationsForSelf" : 0x7c64b0,
    "C_Club:GetLastTicketResponse" : 0x7c65b0,
    "C_Club:GetMemberInfo" : 0x7c6730,
    "C_Club:GetMemberInfoForSelf" : 0x7c6830,
    "C_Club:GetMessageInfo" : 0x7c6930,
    "C_Club:GetMessageRanges" : 0x7c6a60,
    "C_Club:GetMessagesBefore" : 0x7c6b80,
    "C_Club:GetMessagesInRange" : 0x7c6c80,
    "C_Club:GetStreamInfo" : 0x7c6d90,
    "C_Club:GetStreamViewMarker" : 0x7c6ed0,
    "C_Club:GetStreams" : 0x7c6fc0,
    "C_Club:GetSubscribedClubs" : 0x7c70c0,
    "C_Club:GetTickets" : 0x7c71c0,
    "C_Club:IsAccountMuted" : 0x7c72c0,
    "C_Club:IsBeginningOfStream" : 0x7c7410,
    "C_Club:IsEnabled" : 0x7c7640,
    "C_Club:IsRestricted" : 0x7c76d0,
    "C_Club:IsSubscribedToStream" : 0x7c7760,
    "C_Club:KickMember" : 0x7c7970,
    "C_Club:LeaveClub" : 0x7c7b00,
    "C_Club:RedeemTicket" : 0x7c7c10,
    "C_Club:RequestInvitationsForClub" : 0x7c7d60,
    "C_Club:RequestMoreMessagesBefore" : 0x7c7e60,
    "C_Club:RequestTicket" : 0x7c7f50,
    "C_Club:RequestTickets" : 0x7c8080,
    "C_Club:RevokeInvitation" : 0x7c8180,
    "C_Club:SendBattleTagFriendRequest" : 0x7c8310,
    "C_Club:SendCharacterInvitation" : 0x7c8490,
    "C_Club:SendInvitation" : 0x7c85e0,
    "C_Club:SendMessage" : 0x7c8770,
    "C_Club:SetAutoAdvanceStreamViewMarker" : 0x7c88a0,
    "C_Club:SetAvatarTexture" : 0x7c8a60,
    "C_Club:SetClubMemberNote" : 0x7c8c90,
    "C_Club:SetClubPresenceSubscription" : 0x7c8de0,
    "C_Club:SetClubStreamNotificationSettings" : 0x7c8ee0,
    "C_Club:SetFavorite" : 0x7c9000,
    "C_Club:SetSocialQueueingEnabled" : 0x7c9160,
    "C_Club:ShouldAllowClubType" : 0x7c92c0,
    "C_Club:UnfocusStream" : 0x7c93d0,
    "C_Club:ValidateText" : 0x7c95a0,
    ------- Lua Functions -------
    "SetCharSelectModelFrame" : 0x4b2b20,
    "SetCharSelectBackground" : 0x4b2c40,
    "GetCharacterListUpdate" : 0x4b2cd0,
    "GetNumCharacters" : 0x4b2d40,
    "IsCharacterListUpdatePending" : 0x4b2d60,
    "GetCharacterRace" : 0x4b2d80,
    "SelectCharacter" : 0x4b2eb0,
    "GetCharacterSelection" : 0x4b2f60,
    "DeleteCharacter" : 0x4b2f80,
    "RenameCharacter" : 0x4b30b0,
    "DeclineCharacter" : 0x4b31e0,
    "UpdateSelectionCustomizationScene" : 0x4b33d0,
    "GetCharacterSelectFacing" : 0x4b3490,
    "SetCharacterSelectFacing" : 0x4b34c0,
    "GetSelectBackgroundModel" : 0x4b3520,
    "SaveCharacterOrder" : 0x4b3630,
    "EnableChangeFaction" : 0x16bf90,
    "GetPlayersOnServer" : 0x4b3790,
    "UndeleteCharacter" : 0x4b3300,
    "StartCharacterUndelete" : 0x4b32d0,
    "EndCharacterUndelete" : 0x4b32e0,
    "GetCharacterUndeleteStatus" : 0x4b3360,
    "CheckCharacterUndeleteCooldown" : 0x4b33c0,
    "KioskDeleteAllCharacters" : 0x4b3030,
    "IsShiftKeyDown" : 0x4cf050,
    "CheckKioskModeRealmKey" : 0x4cf0a0,
    "CheckKioskModeQuitKey" : 0x4cf140,
    "GetBuildInfo" : 0x4cf1e0,
    "GetLocale" : 0x4cf6e0,
    "GetSavedAccountName" : 0x4cf580,
    "SetSavedAccountName" : 0x4cf5a0,
    "GetUsesToken" : 0x4cf610,
    "SetUsesToken" : 0x4cf630,
    "GetSavedAccountList" : 0x4cf690,
    "ClearSavedAccountList" : 0x4cf6b0,
    "QuitGame" : 0x4cf710,
    "PlayGlueMusic" : 0x4cf720,
    "PlayCreditsMusic" : 0x4cf810,
    "StopGlueMusic" : 0x4cf860,
    "LaunchURL" : 0x4cf880,
    "GetServerName" : 0x4cf8d0,
    "IsConnectedToServer" : 0x4cfa30,
    "EnterWorld" : 0x4cfa60,
    "Screenshot" : 0x4cfaa0,
    "GetCursorPosition" : 0x4cfb20,
    "GetCursorDelta" : 0x4cfbb0,
    "ShowCursor" : 0x4cfc60,
    "HideCursor" : 0x4cfc80,
    "GetBillingTimeRemaining" : 0x4cfca0,
    "GetBillingPlan" : 0x4cfce0,
    "GetBillingTimeRested" : 0x4cfd80,
    "PlayGlueAmbience" : 0x4cf770,
    "StopGlueAmbience" : 0x4cf800,
    "GetCreditsText" : 0x4cfdb0,
    "GetCVar" : 0x4cff70,
    "GetCVarBool" : 0x4d0000,
    "SetCVar" : 0x4cfe50,
    "GetCVarDefault" : 0x4d0080,
    "SetCVarBitfield" : 0x4d0120,
    "GetCVarBitfield" : 0x4d0260,
    "GetNumDeclensionSets" : 0x4d0370,
    "DeclineName" : 0x4d0430,
    "StopAllSFX" : 0x4d0590,
    "SetClearConfigData" : 0x4d05d0,
    "RestartGx" : 0x4d0610,
    "UpdateWindow" : 0x4d0620,
    "IsStreamingMode" : 0x4d0630,
    "GetLoginScreenBackground" : 0x4d0650,
    "IsConsoleActive" : 0x4d06f0,
    "RunScript" : 0x4d0720,
    "IsGMClient" : 0x4b3790,
    "LoadURLIndex" : 0x4d0770,
    "HasShownTrialPopUp" : 0x4d0870,
    "SetTrialPopUp" : 0x4d08a0,
    "VisitPromotionURL" : 0x4d08b0,
    "WasScreenFirstDisplayed" : 0x4d09c0,
    "DebugLog" : 0x4d09f0,
    "IsControlKeyDown" : 0x4d0a10,
    "SetWorldFrameStrata" : 0x4d0a60,
    "ClearAccountCharacters" : 0x4d0ae0,
    "RequestAccountCharacters" : 0x4d0af0,
    "GetNumAccountCharacters" : 0x4d0b80,
    "GetAccountCharacterInfo" : 0x4d0bb0,
    "CopyAccountCharacterFromLive" : 0x4d0ca0,
    "CopyAccountDataFromLive" : 0x4d0d70,
    "InitializeCharacterScreenData" : 0x4d1090,
    "SetInCharacterSelect" : 0x4d10a0,
    "SetInCharacterCreate" : 0x4d10d0,
    "LogAuroraClient" : 0x4d1100,
    "HasCheckedSystemRequirements" : 0x4d1160,
    "SetCheckedSystemRequirements" : 0x4d1190,
    "GetKioskLoginInfo" : 0x4d0e00,
    "PlaySound" : 0xed7c70,
    "PlayMusic" : 0xed7df0,
    "PlaySoundFile" : 0xed7e80,
    "MuteSoundFile" : 0xed7fb0,
    "UnmuteSoundFile" : 0xed8040,
    "StopSound" : 0xed80e0,
    "StopMusic" : 0xed80d0,
    "Sound_GameSystem_GetNumInputDrivers" : 0xed8190,
    "Sound_GameSystem_GetInputDriverNameByIndex" : 0xed81b0,
    "Sound_GameSystem_GetNumOutputDrivers" : 0xed8200,
    "Sound_GameSystem_GetOutputDriverNameByIndex" : 0xed8230,
    "Sound_ChatSystem_GetNumInputDrivers" : 0xed8190,
    "Sound_ChatSystem_GetInputDriverNameByIndex" : 0xed8390,
    "Sound_ChatSystem_GetNumOutputDrivers" : 0xed8190,
    "Sound_ChatSystem_GetOutputDriverNameByIndex" : 0xed8410,
    "Sound_GameSystem_RestartSoundSystem" : 0xed8490,
    "GetScreenResolutions" : 0x11240b0,
    "GetCurrentResolution" : 0x11241a0,
    "SetScreenResolution" : 0x11242c0,
    "SetupFullscreenScale" : 0x1124380,
    "GetVideoCaps" : 0x1124490,
    "SetSelectedScreenResolutionIndex" : 0x1124c30,
    "GetMonitorCount" : 0x1123f50,
    "GetMonitorName" : 0x1124020,
    "GetMonitorAspectRatio" : 0x1123f80,
    "GetToolTipInfo" : 0x1124530,
    "GetCVarSettingValidity" : 0x1124680,
    "SetDefaultVideoOptions" : 0x1124760,
    "GetDefaultVideoOptions" : 0x11248d0,
    "GetDefaultVideoOption" : 0x1124960,
    "GetDefaultGraphicsQuality" : 0x1124a00,
    "GetVideoOptions" : 0x1124b00,
    "GetGraphicsDropdownIndexByMasterIndex" : 0x1124a30,
    "GetGraphicsAPIs" : 0x1124bd0,
    "GetDefaultVideoQualityOption" : 0x11247b0,
    "AntiAliasingSupported" : 0x1124c80,
    "MultiSampleAntiAliasingSupported" : 0x1124cb0,
    "SetCurrentGraphicsSetting" : 0x1124db0,
    "GetCurrentGraphicsSetting" : 0x1124e20,
    "AutoChooseCurrentGraphicsSetting" : 0x1124e50,
    "IsOutlineModeSupported" : 0x1124e70,
    "GetMaxRenderScale" : 0x1124ea0,
    "GetMinRenderScale" : 0x1124ed0,
    "GetCurrentScaledResolution" : 0x1124f00,
    "IsMovieLocal" : 0x1458d20,
    "PreloadMovie" : 0x1458d80,
    "CancelPreloadingMovie" : 0x1458dd0,
    "GetMovieDownloadProgress" : 0x1458e20,
    "IsMoviePlayable" : 0x1458ee0,
    "IsOnGlueScreen" : 0x1459090,
    "SetPortraitToTexture" : 0x14590c0,
    "GetNumSpecializationsForClassID" : 0x1459350,
    "GetSpecializationInfoForClassID" : 0x14593b0,
    "GetSpecializationNameForSpecID" : 0x1459490,
    "GetSpecializationInfoForSpecID" : 0x1459580,
    "IsWindowsClient" : 0xfee7d0,
    "IsMacClient" : 0x4b3790,
    "IsLinuxClient" : 0x4b3790,
    "Is64BitClient" : 0xfee7d0,
    "GetAvailableLocales" : 0x1458f40,
    "GetOSLocale" : 0x1458fb0,
    "GetCurrentRegion" : 0x1458fe0,
    "GetCurrentRegionName" : 0x1459010,
    "GetSecondsUntilParentalControlsKick" : 0x1459040,
    "IsTestBuild" : 0x4b3790,
    "IsPublicBuild" : 0xfee7d0,
    "IsKioskModeEnabled" : 0x145a7e0,
    "IsCompetitiveModeEnabled" : 0x145a800,
    "IsDemonHunterAvailable" : 0xfee7d0,
    "GetCVarInfo" : 0x145a840,
    "LoadAddOn" : 0x1459660,
    "IsAddOnLoaded" : 0x14598d0,
    "EnableAllAddOns" : 0x14599d0,
    "DisableAllAddOns" : 0x1459a50,
    "EnableAddOn" : 0x1459ad0,
    "DisableAddOn" : 0x1459c10,
    "GetNumAddOns" : 0x1459d40,
    "GetAddOnInfo" : 0x1459d70,
    "GetAddOnDependencies" : 0x1459f20,
    "GetAddOnEnableState" : 0x145a010,
    "SaveAddOns" : 0x145a110,
    "ResetAddOns" : 0x145a120,
    "IsAddonVersionCheckEnabled" : 0x145a140,
    "SetAddonVersionCheck" : 0x145a170,
    "BreakUpLargeNumbers" : 0x145a190,
    "GetFonts" : 0x145a220,
    "GetFontInfo" : 0x145a300,
    "CalculateStringEditDistance" : 0x145a930,
    "GetTimePreciseSec" : 0x145ab10,
    "ConsoleAddMessage" : 0x145ab50,
    "CopyToClipboard" : 0x145abb0,
    "GetScreenWidth" : 0x145acf0,
    "GetScreenHeight" : 0x145ad50,
    "GetPhysicalScreenSize" : 0x145adb0,
    "GetScreenDPIScale" : 0x145ae00,
    "IsModifierKeyDown" : 0x145ae30,
    "IsKeyDown" : 0x145ae80,
    "IsLeftShiftKeyDown" : 0x145af80,
    "IsRightShiftKeyDown" : 0x145afb0,
    "IsShiftKeyDown" : 0x145afe0,
    "IsLeftControlKeyDown" : 0x145b040,
    "IsRightControlKeyDown" : 0x145b070,
    "IsControlKeyDown" : 0x145b0a0,
    "IsLeftAltKeyDown" : 0x145b100,
    "IsRightAltKeyDown" : 0x145b130,
    "IsAltKeyDown" : 0x145b160,
    "IsMouseButtonDown" : 0x145b1c0,
    "GetMouseButtonName" : 0x145b240,
    "GetMouseButtonClicked" : 0x145b2c0,
    "GetUITextureKitInfo" : 0x145b2f0,
    "HandleAtlasMemberCommand" : 0x16bf90,
    "GetTime" : 0x1465260,
    "GetTickTime" : 0x14652a0,
    "GetGameTime" : 0x1465310,
    "GetLocalGameTime" : 0x1465350,
    "ConsoleExec" : 0x14653c0,
    "GetSessionTime" : 0x14652d0,
    "GetServerTime" : 0x1465390,
    "GetText" : 0x1c673f0,
    "GetNumFrames" : 0x1c674b0,
    "EnumerateFrames" : 0x1c67550,
    "CreateFont" : 0x1c676c0,
    "CreateFrame" : 0x1c67730,
    "CreateForbiddenFrame" : 0x1c67740,
    "DoesTemplateExist" : 0x1c67750,
    "GetFramesRegisteredForEvent" : 0x1c677b0,
    "GetCurrentKeyBoardFocus" : 0x1c67900,
    "StoreSecureReference" : 0x1c67950,
    "CanBeRaidTarget" : 0x1048090,
    "SetRaidTarget" : 0x1048120,
    "SetRaidTargetProtected" : 0x10481c0,
    "GetRaidTargetIndex" : 0x1048260,
    "PlaceRaidMarker" : 0x1048310,
    "ClearRaidMarker" : 0x10483c0,
    "IsRaidMarkerActive" : 0x1048450,
    "CanResetTutorials" : 0x1051ac0,
    "FlagTutorial" : 0x1051b20,
    "IsTutorialFlagged" : 0x1051c60,
    "TriggerTutorial" : 0x1051b70,
    "ClearTutorials" : 0x1051d00,
    "ResetTutorials" : 0x1051d10,
    "GetNextCompleatedTutorial" : 0x1051e30,
    "GetPrevCompleatedTutorial" : 0x1051ee0,
    "GetTutorialsEnabled" : 0x1051f90,
    "BankButtonIDToInvSlotID" : 0x1064a70,
    "ReagentBankButtonIDToInvSlotID" : 0x1064af0,
    "GetNumBankSlots" : 0x1064b50,
    "GetBankSlotCost" : 0x1064bb0,
    "PurchaseSlot" : 0x1064c30,
    "CloseBankFrame" : 0x1064cd0,
    "IsReagentBankUnlocked" : 0x1064d20,
    "GetReagentBankCost" : 0x1064d60,
    "BuyReagentBank" : 0x1064d80,
    "DepositReagentBank" : 0x1064e10,
    "DoesSpellExist" : 0x106e700,
    "GetNumSpellTabs" : 0x106e760,
    "GetSpellTabInfo" : 0x106e7d0,
    "GetSpellBookItemName" : 0x106eb40,
    "GetSpellBookItemInfo" : 0x106ee10,
    "GetSpellLink" : 0x106ef20,
    "GetSpellTradeSkillLink" : 0x106efb0,
    "GetSpellInfo" : 0x106f180,
    "GetSpellSubtext" : 0x106f400,
    "GetSpellRank" : 0x106f4d0,
    "GetSpellPowerCost" : 0x106fca0,
    "GetSpellCharges" : 0x106f070,
    "GetSpellDescription" : 0x106fb70,
    "GetSpellBookItemTexture" : 0x1070330,
    "GetSpellTexture" : 0x1070450,
    "GetSpellCount" : 0x10704c0,
    "GetSpellCooldown" : 0x1070520,
    "GetSpellAvailableLevel" : 0x10707d0,
    "GetSpellLevelLearned" : 0x1070860,
    "GetSpellAutocast" : 0x10708c0,
    "ToggleSpellAutocast" : 0x10709a0,
    "EnableSpellAutocast" : 0x1070a10,
    "DisableSpellAutocast" : 0x1070a80,
    "SetSpellbookPetAction" : 0x1070af0,
    "PickupSpellBookItem" : 0x1070c30,
    "PickupSpell" : 0x1070d90,
    "CastSpell" : 0x1070f30,
    "IsSelectedSpellBookItem" : 0x1071050,
    "IsPassiveSpell" : 0x10710c0,
    "IsAttackSpell" : 0x1071300,
    "IsTalentSpell" : 0x1071120,
    "IsPvpTalentSpell" : 0x1071240,
    "IsCurrentSpell" : 0x10713e0,
    "IsAutoRepeatSpell" : 0x1071440,
    "IsUsableSpell" : 0x10714e0,
    "IsHelpfulSpell" : 0x1071640,
    "IsHarmfulSpell" : 0x1071720,
    "IsConsumableSpell" : 0x1071800,
    "SpellHasRange" : 0x10719f0,
    "IsSpellInRange" : 0x1071b60,
    "IsSpellClassOrSpec" : 0x106b820,
    "GetSpecsForSpell" : 0x1071d00,
    "HasPetSpells" : 0x106bbb0,
    "GetNumShapeshiftForms" : 0x106bc70,
    "GetShapeshiftForm" : 0x106bca0,
    "GetShapeshiftFormID" : 0x106bd90,
    "CancelShapeshiftForm" : 0x106bde0,
    "GetShapeshiftFormInfo" : 0x106be00,
    "CastShapeshiftForm" : 0x106bf50,
    "GetShapeshiftFormCooldown" : 0x106c060,
    "CastSpellByName" : 0x106c1b0,
    "CastSpellByID" : 0x106c5a0,
    "GetNumCompanions" : 0x106cb60,
    "GetCompanionInfo" : 0x106cc00,
    "PickupCompanion" : 0x106cce0,
    "CallCompanion" : 0x106ce70,
    "DismissCompanion" : 0x106cf60,
    "IsSpellKnown" : 0x106d0a0,
    "IsSpellKnownOrOverridesKnown" : 0x106d120,
    "IsPlayerSpell" : 0x106d230,
    "FindSpellBookSlotBySpellID" : 0x106d290,
    "SummonRandomCritter" : 0x106d340,
    "GetProfessions" : 0x106d360,
    "GetProfessionInfo" : 0x106d530,
    "UnlearnSpecialization" : 0x106d850,
    "GetCurrentLevelSpells" : 0x106d8c0,
    "GetCurrentLevelFeatures" : 0x106d9e0,
    "GetCallPetSpellInfo" : 0x106daf0,
    "SetBarSlotFromIntro" : 0x106dbb0,
    "GetSpellBaseCooldown" : 0x10706e0,
    "GetSpellLossOfControlCooldown" : 0x1070620,
    "GetWorldMapActionButtonSpellInfo" : 0x106dca0,
    "ClickWorldMapActionButton" : 0x106df20,
    "UseWorldMapActionButtonSpellOnQuest" : 0x106dfa0,
    "FindFlyoutSlotBySpellID" : 0x106e040,
    "FindSpellOverrideByID" : 0x106e0e0,
    "FindBaseSpellByID" : 0x106e170,
    "GetNumRaidProfiles" : 0x1095720,
    "GetRaidProfileName" : 0x1095740,
    "GetRaidProfileFlattenedOptions" : 0x10957b0,
    "GetRaidProfileOption" : 0x1095880,
    "SetRaidProfileOption" : 0x1095990,
    "GetRaidProfileSavedPosition" : 0x1095aa0,
    "SetRaidProfileSavedPosition" : 0x1095c00,
    "SaveRaidProfileCopy" : 0x1095ea0,
    "RestoreRaidProfileFromCopy" : 0x1095f80,
    "CreateNewRaidProfile" : 0x1096090,
    "DeleteRaidProfile" : 0x10962b0,
    "RaidProfileHasUnsavedChanges" : 0x1096440,
    "GetRaidProfileSavedPosition" : 0x1095aa0,
    "RaidProfileExists" : 0x1096470,
    "GetMaxNumCUFProfiles" : 0x10964f0,
    "HasLoadedCUFProfiles" : 0x1096510,
    "GetNumClasses" : 0x11007f0,
    "GetClassInfo" : 0x1100830,
    "GetNumSpecializations" : 0x10ff980,
    "GetPrimarySpecialization" : 0x10ff9e0,
    "GetSpecChangeCost" : 0x10ffa00,
    "GetSpecializationInfo" : 0x10ffa40,
    "GetSpecializationRole" : 0x10ffd40,
    "GetSpecializationRoleByID" : 0x10ffed0,
    "SetSpecialization" : 0x1100010,
    "GetSpecialization" : 0x1100130,
    "GetInspectSpecialization" : 0x10fff70,
    "GetSpecializationSpells" : 0x1100230,
    "GetSpecializationMasterySpells" : 0x11006c0,
    "GetSpecializationInfoByID" : 0x1100910,
    "GetNumSpecGroups" : 0x1100b50,
    "GetActiveSpecGroup" : 0x1100b90,
    "GetTalentInfo" : 0x1100bd0,
    "GetTalentTierInfo" : 0x1100cd0,
    "GetTalentInfoByID" : 0x11010e0,
    "GetTalentInfoBySpecialization" : 0x1100f20,
    "GetTalentLink" : 0x1101340,
    "LearnTalent" : 0x1101560,
    "LearnTalents" : 0x1101580,
    "GetNumUnspentTalents" : 0x1101c00,
    "GetNumUnspentPvpTalents" : 0x1101c70,
    "GetMaxTalentTier" : 0x1101c90,
    "RemoveTalent" : 0x1101ce0,
    "PickupTalent" : 0x1101e00,
    "AreTalentsLocked" : 0x1101f30,
    "GetFailedTalentIDs" : 0x1101f90,
    "ClearFailedTalentIDs" : 0x1102010,
    "GetPvpTalentInfoByID" : 0x1101230,
    "GetPvpTalentInfoBySpecialization" : 0x1101010,
    "GetPvpTalentLink" : 0x1101450,
    "LearnPvpTalent" : 0x1101570,
    "LearnPvpTalents" : 0x11018d0,
    "PickupPvpTalent" : 0x1101e90,
    "RemovePvpTalent" : 0x1101d80,
    "GetFailedPVPTalentIDs" : 0x1102050,
    "ClearFailedPVPTalentIDs" : 0x11020d0,
    "GetRewardPackItems" : 0x1102110,
    "GetRewardPackCurrencies" : 0x1102810,
    "GetRewardPackTitle" : 0x1102d50,
    "GetRewardPackTitleName" : 0x1102de0,
    "GetRewardPackMoney" : 0x1102fc0,
    "GetRewardPackArtifactPower" : 0x1102c70,
    "BNGetInfo" : 0x1128c70,
    "BNGetDisplayName" : 0x1128d40,
    "BNGetNumFriends" : 0x1128de0,
    "BNGetFriendInfo" : 0x1128eb0,
    "BNGetFriendInfoByID" : 0x1128f60,
    "BNSummonFriendByIndex" : 0x1129010,
    "BNSendSoR" : 0x16bf90,
    "BNGetNumFriendGameAccounts" : 0x1129330,
    "BNGetFriendGameAccountInfo" : 0x1129410,
    "BNGetGameAccountInfo" : 0x1129580,
    "BNGetGameAccountInfoByGUID" : 0x1129610,
    "BNRemoveFriend" : 0x11296a0,
    "BNSetFriendNote" : 0x1129730,
    "BNSetFriendFavoriteFlag" : 0x11298a0,
    "BNSetSelectedFriend" : 0x112b090,
    "BNGetSelectedFriend" : 0x112b170,
    "BNGetFriendIndex" : 0x1129170,
    "BNGetNumFriendInvites" : 0x1129b20,
    "BNGetFriendInviteInfo" : 0x1129b80,
    "BNSendFriendInvite" : 0x1129c80,
    "BNSendFriendInviteByID" : 0x1129e30,
    "BNAcceptFriendInvite" : 0x1129f40,
    "BNDeclineFriendInvite" : 0x112a040,
    "BNCheckBattleTagInviteToUnit" : 0x112b310,
    "BNCheckBattleTagInviteToGuildMember" : 0x112b3b0,
    "BNSendVerifiedBattleTagInvite" : 0x112b420,
    "BNSetAFK" : 0x112a140,
    "BNSetDND" : 0x112a1b0,
    "BNSetCustomMessage" : 0x112a220,
    "BNSendWhisper" : 0x112a430,
    "BNSendGameData" : 0x112a640,
    "BNGetNumBlocked" : 0x112a980,
    "BNGetBlockedInfo" : 0x112aa00,
    "BNIsBlocked" : 0x112aae0,
    "BNSetBlocked" : 0x112abd0,
    "BNSetSelectedBlock" : 0x112ac80,
    "BNGetSelectedBlock" : 0x112ad50,
    "BNConnected" : 0x112adc0,
    "BNFeaturesEnabledAndConnected" : 0x112adc0,
    "IsBNLogin" : 0xfee7d0,
    "BNFeaturesEnabled" : 0x112adf0,
    "BNRequestFOFInfo" : 0x112ae20,
    "BNGetNumFOF" : 0x112aed0,
    "BNGetFOFInfo" : 0x112af60,
    "BNIsSelf" : 0x112b1e0,
    "BNIsFriend" : 0x112b280,
    "BNTokenFindName" : 0x1129260,
    "BNInviteFriend" : 0x1129960,
    "BNRequestInviteFriend" : 0x1129a00,
    "SetLootPortrait" : 0x12537e0,
    "GetNumLootItems" : 0x1253900,
    "GetLootSlotInfo" : 0x1253930,
    "GetLootInfo" : 0x1253b50,
    "GetLootSlotLink" : 0x1253e70,
    "LootSlotHasItem" : 0x1253f70,
    "GetLootSlotType" : 0x1253fe0,
    "LootSlot" : 0x12540b0,
    "ConfirmLootSlot" : 0x1254100,
    "CloseLoot" : 0x1254230,
    "IsFishingLoot" : 0x1254260,
    "GetMasterLootCandidate" : 0x1254290,
    "GiveMasterLoot" : 0x1254460,
    "DoMasterLootRoll" : 0x1254580,
    "CancelMasterLootRoll" : 0x1254610,
    "GetLootRollItemInfo" : 0x1254760,
    "GetActiveLootRollIDs" : 0x12546a0,
    "GetLootRollItemLink" : 0x1254a40,
    "GetLootRollTimeLeft" : 0x1254b00,
    "RollOnLoot" : 0x1254b90,
    "ConfirmLootRoll" : 0x1254c10,
    "GetLootSourceInfo" : 0x1254c90,
    "LootMoneyNotify" : 0x1254ce0,
    "GetNumSavedInstances" : 0x12a3ae0,
    "GetSavedInstanceInfo" : 0x12a3b10,
    "GetSavedInstanceEncounterInfo" : 0x12a3e00,
    "GetSavedInstanceChatLink" : 0x12a3f20,
    "SetSavedInstanceExtend" : 0x12a3fa0,
    "GetNumSavedWorldBosses" : 0x12a4110,
    "GetSavedWorldBossInfo" : 0x12a4140,
    "GetNumFactions" : 0x12a51f0,
    "GetFactionInfo" : 0x12a5220,
    "GetFactionInfoByID" : 0x12a52a0,
    "GetWatchedFactionInfo" : 0x12a52f0,
    "SetWatchedFactionIndex" : 0x12a5750,
    "FactionToggleAtWar" : 0x12a54b0,
    "CollapseFactionHeader" : 0x12a5610,
    "CollapseAllFactionHeaders" : 0x12a5660,
    "SetFactionInactive" : 0x12a5530,
    "SetFactionActive" : 0x12a55a0,
    "IsFactionInactive" : 0x12a56f0,
    "ExpandFactionHeader" : 0x12a56a0,
    "ExpandAllFactionHeaders" : 0x12a5680,
    "SetSelectedFaction" : 0x12a5830,
    "GetSelectedFaction" : 0x12a58b0,
    "GetGuildExpirationTime" : 0x12a5910,
    "GetGuildFactionInfo" : 0x12a5950,
    "SetLFGBonusFactionID" : 0x12a5960,
    "GetLFGBonusFactionID" : 0x12a5a60,
    "UseToy" : 0x12c0910,
    "UseToyByName" : 0x12c09a0,
    "PlayerHasToy" : 0x12c0b60,
    "ContainerIDToInventoryID" : 0x132f340,
    "GetContainerNumSlots" : 0x132f3d0,
    "GetContainerItemInfo" : 0x132fdc0,
    "IsContainerItemAnUpgrade" : 0x132fc70,
    "GetContainerItemID" : 0x13302d0,
    "GetContainerItemLink" : 0x1330180,
    "GetContainerItemCooldown" : 0x1330420,
    "PickupContainerItem" : 0x13307d0,
    "SplitContainerItem" : 0x1330e80,
    "UseContainerItem" : 0x13310c0,
    "SocketContainerItem" : 0x13318d0,
    "ShowContainerSellCursor" : 0x1331b00,
    "SetBagPortraitTexture" : 0x1331c80,
    "GetBagName" : 0x1331e00,
    "SetBagSlotFlag" : 0x1331f40,
    "GetBagSlotFlag" : 0x13320b0,
    "SetBankBagSlotFlag" : 0x1332180,
    "GetBankBagSlotFlag" : 0x13322f0,
    "GetBackpackAutosortDisabled" : 0x13325c0,
    "SetBackpackAutosortDisabled" : 0x1332600,
    "GetBankAutosortDisabled" : 0x1332660,
    "SetBankAutosortDisabled" : 0x13326a0,
    "GetSortBagsRightToLeft" : 0x1332700,
    "SetSortBagsRightToLeft" : 0x1332740,
    "GetInsertItemsLeftToRight" : 0x13327a0,
    "SetInsertItemsLeftToRight" : 0x13327e0,
    "SortBags" : 0x1332840,
    "SortBankBags" : 0x1332890,
    "SortReagentBankBags" : 0x13328e0,
    "GetContainerItemDurability" : 0x1330650,
    "GetContainerNumFreeSlots" : 0x132f4b0,
    "GetContainerFreeSlots" : 0x132f710,
    "IsContainerFiltered" : 0x132fa50,
    "GetContainerItemPurchaseInfo" : 0x1332930,
    "GetContainerItemPurchaseItem" : 0x1332c00,
    "GetContainerItemPurchaseCurrency" : 0x1332fa0,
    "ContainerRefundItemPurchase" : 0x13332b0,
    "GetMaxArenaCurrency" : 0x1333490,
    "GetContainerItemQuestInfo" : 0x1333690,
    "GetContainerItemEquipmentSetInfo" : 0x13334b0,
    "PlayerHasHearthstone" : 0x13338d0,
    "UseHearthstone" : 0x1333930,
    "GetItemCooldown" : 0x13339b0,
    "SetItemSearch" : 0x1333b70,
    "IsBattlePayItem" : 0x1333ca0,
    "IsBagSlotFlagEnabledOnOtherBags" : 0x13323c0,
    "IsBagSlotFlagEnabledOnOtherBankBags" : 0x13324c0,
    "ClosePetStables" : 0x1342230,
    "GetStablePetInfo" : 0x13422a0,
    "PickupStablePet" : 0x1342470,
    "SetPetStablePaperdoll" : 0x13424e0,
    "GetStablePetFoodTypes" : 0x1342670,
    "IsAtStableMaster" : 0x13428e0,
    "SetPetSlot" : 0x1342910,
    "CloseQuest" : 0x13614b0,
    "GetQuestID" : 0x1361510,
    "GetTitleText" : 0x1361530,
    "GetGreetingText" : 0x1361550,
    "GetQuestText" : 0x1361570,
    "GetObjectiveText" : 0x1361590,
    "GetProgressText" : 0x13615b0,
    "GetRewardText" : 0x13615d0,
    "GetNumAvailableQuests" : 0x13615f0,
    "GetNumActiveQuests" : 0x1361610,
    "GetCriteriaSpell" : 0x1361630,
    "GetAvailableTitle" : 0x13616f0,
    "GetActiveTitle" : 0x1361780,
    "GetAvailableLevel" : 0x1361870,
    "GetActiveLevel" : 0x13618f0,
    "IsAvailableQuestTrivial" : 0x1361970,
    "IsActiveQuestTrivial" : 0x1361a00,
    "IsActiveQuestLegendary" : 0x1361a90,
    "SelectAvailableQuest" : 0x1361b20,
    "SelectActiveQuest" : 0x1361be0,
    "ShowQuestOffer" : 0x1361c90,
    "ShowQuestComplete" : 0x1361d10,
    "AcceptQuest" : 0x1361eb0,
    "DeclineQuest" : 0x1361ec0,
    "IsQuestCompletable" : 0x1361ed0,
    "CompleteQuest" : 0x1361f20,
    "GetQuestReward" : 0x1361f90,
    "GetRewardMoney" : 0x1362070,
    "GetRewardXP" : 0x1362090,
    "GetRewardArtifactXP" : 0x13620b0,
    "GetNumRewardSpells" : 0x1362100,
    "GetRewardSpell" : 0x1362140,
    "GetRewardHonor" : 0x13625f0,
    "GetQuestMoneyToGet" : 0x1362610,
    "GetNumQuestRewards" : 0x1362630,
    "GetNumQuestChoices" : 0x1362670,
    "GetNumQuestItems" : 0x13626a0,
    "GetQuestItemInfo" : 0x13626e0,
    "IsQuestItemHidden" : 0x1362810,
    "GetQuestItemLink" : 0x1362890,
    "GetQuestSpellLink" : 0x1362b20,
    "QuestChooseRewardError" : 0x1362bd0,
    "ConfirmAcceptQuest" : 0x1362bf0,
    "GetQuestBackgroundMaterial" : 0x1362c20,
    "GetSuggestedGroupNum" : 0x1362d50,
    "QuestFlagsPVP" : 0x1362d70,
    "QuestGetAutoAccept" : 0x1362dd0,
    "QuestGetAutoLaunched" : 0x1362df0,
    "QuestIsFromAreaTrigger" : 0x1362e10,
    "QuestIsFromAdventureMap" : 0x1362e30,
    "GetDailyQuestsCompleted" : 0x1362e50,
    "GetRewardTitle" : 0x1362450,
    "GetRewardSkillPoints" : 0x1362540,
    "GetAvailableQuestInfo" : 0x1362fa0,
    "QuestIsDaily" : 0x1363110,
    "QuestIsWeekly" : 0x1363160,
    "GetQuestPortraitGiver" : 0x1363180,
    "GetQuestPortraitTurnIn" : 0x13631e0,
    "GetRewardSkillLineID" : 0x1363230,
    "GetRewardNumSkillUps" : 0x1363250,
    "GetNumQuestCurrencies" : 0x1363270,
    "GetMaxRewardCurrencies" : 0x13632a0,
    "GetNumRewardCurrencies" : 0x13632c0,
    "GetQuestCurrencyID" : 0x1363320,
    "GetQuestCurrencyInfo" : 0x1363400,
    "PlayAutoAcceptQuestSound" : 0x1363630,
    "ClearAutoAcceptQuestSound" : 0x1363670,
    "NeutralPlayerSelectFaction" : 0x1363680,
    "AcknowledgeAutoAcceptQuest" : 0x13636f0,
    "IsSpellOverlayed" : 0x136a1f0,
    "CanUseVoidStorage" : 0x136ebc0,
    "UnlockVoidStorage" : 0x136ec10,
    "IsVoidStorageReady" : 0x136ec60,
    "GetVoidItemInfo" : 0x136ece0,
    "ClickVoidStorageSlot" : 0x136f850,
    "GetVoidTransferDepositInfo" : 0x136eff0,
    "GetVoidTransferWithdrawalInfo" : 0x136f140,
    "GetVoidTransferCost" : 0x136f2d0,
    "GetVoidUnlockCost" : 0x136f360,
    "ExecuteVoidTransfer" : 0x136f3b0,
    "ClickVoidTransferDepositSlot" : 0x136f4b0,
    "ClickVoidTransferWithdrawalSlot" : 0x136f6b0,
    "CloseVoidStorageFrame" : 0x136f480,
    "GetVoidItemHyperlinkString" : 0x136eed0,
    "GetVoidStorageSlotPageIndex" : 0x136ef90,
    "ClearVoidTransferDepositSlot" : 0x136fa50,
    "GetNumVoidTransferDeposit" : 0x136faf0,
    "GetNumVoidTransferWithdrawal" : 0x136fb80,
    "GetWorldElapsedTime" : 0x13712f0,
    "GetWorldElapsedTimers" : 0x1371450,
    "QueryWorldCountdownTimer" : 0x1371520,
    "GetGMTicket" : 0x16bf90,
    "DeleteGMTicket" : 0x16bf90,
    "GMResponseResolve" : 0x16bf90,
    "GetGMStatus" : 0x1375180,
    "GMSurveyQuestion" : 0x13751a0,
    "GMSurveyNumAnswers" : 0x1375430,
    "GMSurveyAnswer" : 0x13752d0,
    "GMSurveyAnswerSubmit" : 0x1375520,
    "GMSurveyCommentSubmit" : 0x1375660,
    "GMSurveySubmit" : 0x13756f0,
    "GMReportLag" : 0x13750a0,
    "RegisterStaticConstants" : 0x1375010,
    "GMSubmitSuggestion" : 0x1375700,
    "GMSubmitBug" : 0x1375880,
    "GMQuickTicketSystemEnabled" : 0x1375a00,
    "GMEuropaTicketsEnabled" : 0x1375a20,
    "GMEuropaBugsEnabled" : 0x1375a60,
    "GMEuropaComplaintsEnabled" : 0x1375aa0,
    "GMEuropaSuggestionsEnabled" : 0x1375ae0,
    "GMItemRestorationButtonEnabled" : 0x1375b20,
    "GMQuickTicketSystemThrottled" : 0x1375b40,
    "GetWebTicket" : 0x13750e0,
    "AcknowledgeSurvey" : 0x1375100,
    "ClosePetition" : 0x137acd0,
    "GetPetitionInfo" : 0x137ad10,
    "GetNumPetitionNames" : 0x137ae50,
    "GetPetitionNameInfo" : 0x137ae80,
    "CanSignPetition" : 0x137af20,
    "SignPetition" : 0x137b040,
    "OfferPetition" : 0x137b0d0,
    "RenamePetition" : 0x137b270,
    "CloseTabardCreation" : 0x137c770,
    "GetTabardCreationCost" : 0x137c780,
    "AbandonSkill" : 0x137fce0,
    "GetNumFlyouts" : 0x13b4600,
    "GetFlyoutID" : 0x13b4690,
    "GetFlyoutInfo" : 0x13b4780,
    "GetFlyoutSlotInfo" : 0x13b4920,
    "FlyoutHasSpell" : 0x13b4b50,
    "FrameXML_Debug" : 0xff0050,
    "GetBuildInfo" : 0xff00c0,
    "SetConsoleKey" : 0xff0120,
    "Screenshot" : 0xff0610,
    "GetFramerate" : 0xff06b0,
    "IsDebugBuild" : 0x4b3790,
    "Stuck" : 0xff0520,
    "PortGraveyard" : 0xff0560,
    "Logout" : 0xff05b0,
    "Quit" : 0xff05e0,
    "SetCursor" : 0xff06e0,
    "ResetCursor" : 0xff0c70,
    "ClearCursor" : 0xff0c80,
    "CursorHasItem" : 0xff0ca0,
    "CursorHasSpell" : 0xff0cc0,
    "CursorHasMacro" : 0xff0ce0,
    "CursorHasMoney" : 0xff0d00,
    "GetCursorInfo" : 0xff0d20,
    "EquipCursorItem" : 0xff13d0,
    "DeleteCursorItem" : 0xff1560,
    "SellCursorItem" : 0xff1690,
    "EquipPendingItem" : 0xff1730,
    "CancelPendingEquip" : 0xff17a0,
    "TargetUnit" : 0xff1810,
    "TargetNearest" : 0xff18f0,
    "TargetNearestEnemy" : 0xff19e0,
    "TargetNearestEnemyPlayer" : 0xff1a50,
    "TargetNearestFriend" : 0xff1ac0,
    "TargetNearestFriendPlayer" : 0xff1b30,
    "TargetNearestPartyMember" : 0xff1ba0,
    "TargetNearestRaidMember" : 0xff1be0,
    "TargetPriorityHighlightStart" : 0xff1960,
    "TargetPriorityHighlightEnd" : 0xff19a0,
    "TargetDirectionEnemy" : 0xff1c20,
    "TargetDirectionFriend" : 0xff1ce0,
    "TargetDirectionFinished" : 0xff1da0,
    "TargetLastTarget" : 0xff1dc0,
    "TargetLastEnemy" : 0xff1e90,
    "TargetLastFriend" : 0xff1ec0,
    "AttackTarget" : 0xff1ef0,
    "AssistUnit" : 0xff1f30,
    "FocusUnit" : 0xff20b0,
    "FollowUnit" : 0xff2100,
    "InteractUnit" : 0xff2270,
    "ReopenInteraction" : 0xff2360,
    "ClearTarget" : 0xff23d0,
    "ClearFocus" : 0xff2440,
    "AutoEquipCursorItem" : 0xff2470,
    "ToggleSheath" : 0xff2490,
    "GetSheathState" : 0xff24b0,
    "GetZoneText" : 0xff24f0,
    "GetRealZoneText" : 0xff2520,
    "GetSubZoneText" : 0xff25e0,
    "GetMinimapZoneText" : 0xff2610,
    "InitiateTrade" : 0xff2640,
    "CanInspect" : 0xff2780,
    "NotifyInspect" : 0xff2850,
    "RequestTimePlayed" : 0xff40d0,
    "RepopMe" : 0xff4100,
    "HasNoReleaseAura" : 0xff4120,
    "AcceptResurrect" : 0xff41a0,
    "DeclineResurrect" : 0xff41c0,
    "TimeoutResurrect" : 0xff41f0,
    "ResurrectGetOfferer" : 0xff4220,
    "ResurrectHasSickness" : 0xff42a0,
    "ResurrectHasTimer" : 0xff42c0,
    "BeginTrade" : 0xff42f0,
    "CancelTrade" : 0xff4300,
    "AcceptGuild" : 0xff4310,
    "DeclineGuild" : 0xff4330,
    "CancelLogout" : 0xff4350,
    "ForceLogout" : 0xff4380,
    "ForceQuit" : 0xff43a0,
    "GetCursorMoney" : 0xff43c0,
    "DropCursorMoney" : 0xff43f0,
    "PickupPlayerMoney" : 0xff4430,
    "GuildInvite" : 0xff4500,
    "GuildUninvite" : 0xff4640,
    "GuildPromote" : 0xff47a0,
    "GuildDemote" : 0xff4850,
    "GuildSetLeader" : 0xff4970,
    "GuildSetMOTD" : 0xff4a50,
    "GuildLeave" : 0xff4b20,
    "GuildDisband" : 0xff4b80,
    "GetReleaseTimeRemaining" : 0xff4bc0,
    "GetCorpseRecoveryDelay" : 0xff4c30,
    "GetInstanceBootTimeRemaining" : 0xff4c80,
    "GetInstanceLockTimeRemaining" : 0xff4cd0,
    "GetInstanceLockTimeRemainingEncounter" : 0xff4da0,
    "GetNetStats" : 0xff4e40,
    "GetNetIpTypes" : 0xff4ed0,
    "SitStandOrDescendStart" : 0xff4f20,
    "StopCinematic" : 0xff4f90,
    "RunScript" : 0xff4fe0,
    "CheckInteractDistance" : 0xff5040,
    "RandomRoll" : 0xff5530,
    "OpeningCinematic" : 0xff5680,
    "InCinematic" : 0xff56a0,
    "AcceptXPLoss" : 0xff56c0,
    "CheckSpiritHealerDist" : 0xff56f0,
    "CheckTalentMasterDist" : 0xff5740,
    "CheckBinderDist" : 0xff5790,
    "RetrieveCorpse" : 0xff57e0,
    "ActionBindsItem" : 0xff5830,
    "BindEnchant" : 0xff5830,
    "ReplaceEnchant" : 0xff5850,
    "ReplaceTradeEnchant" : 0xff5890,
    "NotWhileDeadError" : 0xff58a0,
    "GetRestState" : 0xff58c0,
    "GetXPExhaustion" : 0xff59a0,
    "GetTimeToWellRested" : 0xff5a50,
    "GMRequestPlayerInfo" : 0xff5a70,
    "GetCoinIcon" : 0xff5a90,
    "GetCoinText" : 0xff5b30,
    "GetCoinTextureString" : 0xff5c10,
    "IsSubZonePVPPOI" : 0xff5d00,
    "GetZonePVPInfo" : 0xff5d80,
    "TogglePVP" : 0xff61c0,
    "SetPVP" : 0xff61e0,
    "GetPVPDesired" : 0xff6250,
    "GetPVPTimer" : 0xff62a0,
    "IsPVPTimerRunning" : 0xff62e0,
    "ConfirmBindOnUse" : 0xff6330,
    "ConfirmOnUse" : 0xff6340,
    "ConfirmNoRefundOnUse" : 0xff6340,
    "DropItemOnUnit" : 0xff6350,
    "GetBindLocation" : 0xff64f0,
    "ConfirmTalentWipe" : 0xff65a0,
    "ConfirmBinder" : 0xff65e0,
    "SetEuropeanNumbers" : 0xff6610,
    "IsEuropeanNumbers" : 0xff6630,
    "GetAreaSpiritHealerTime" : 0xff6660,
    "AcceptAreaSpiritHeal" : 0xff66c0,
    "CancelAreaSpiritHeal" : 0xff6700,
    "GetMouseFocus" : 0xff6730,
    "GetMouseClickFocus" : 0xff6750,
    "GetMouseMotionFocus" : 0xff6730,
    "GetRealmName" : 0xff6770,
    "GetNormalizedRealmName" : 0xff67d0,
    "GetItemQualityColor" : 0xff6840,
    "GetItemInfo" : 0xff6910,
    "GetItemInfoInstant" : 0xff6e60,
    "GetDetailedItemLevelInfo" : 0xff7250,
    "GetItemSetInfo" : 0xff7570,
    "GetItemChildInfo" : 0xff7620,
    "GetItemSpecInfo" : 0xff7a20,
    "DoesItemContainSpec" : 0xff7e10,
    "GetItemGem" : 0xff80f0,
    "GetItemIcon" : 0xff8790,
    "GetItemFamily" : 0xff8870,
    "GetItemCount" : 0xff8940,
    "GetItemSpell" : 0xff8b10,
    "GetItemCooldown" : 0xff8c00,
    "PickupItem" : 0xff8cf0,
    "IsArtifactPowerItem" : 0xff8e20,
    "IsCurrentItem" : 0xff8e90,
    "IsUsableItem" : 0xff8f10,
    "IsHelpfulItem" : 0xff91d0,
    "IsHarmfulItem" : 0xff9270,
    "IsConsumableItem" : 0xff9310,
    "IsEquippableItem" : 0xff9640,
    "IsEquippedItem" : 0xff9710,
    "IsEquippedItemType" : 0xff99d0,
    "IsDressableItem" : 0xff97a0,
    "ItemHasRange" : 0xff9b10,
    "IsItemInRange" : 0xff9c00,
    "GetItemClassInfo" : 0xff9d10,
    "GetItemSubClassInfo" : 0xff9d80,
    "GetItemInventorySlotInfo" : 0xff9f10,
    "GetAddOnMetadata" : 0xff9f90,
    "UpdateAddOnMemoryUsage" : 0xffa070,
    "GetAddOnMemoryUsage" : 0xffa080,
    "GetScriptCPUUsage" : 0xffa140,
    "UpdateAddOnCPUUsage" : 0xffa170,
    "GetAddOnCPUUsage" : 0xffa180,
    "GetFunctionCPUUsage" : 0xffa230,
    "GetFrameCPUUsage" : 0xffa2e0,
    "GetEventCPUUsage" : 0xffa3d0,
    "ResetCPUUsage" : 0xffa430,
    "GetCurrentEventID" : 0xfefef0,
    "GetEventTime" : 0xfeff20,
    "GetAddOnDependencies" : 0xffa440,
    "GetAddOnOptionalDependencies" : 0xffa520,
    "ResetDisabledAddOns" : 0xffa600,
    "IsAddOnLoadOnDemand" : 0xffa620,
    "PartialPlayTime" : 0xffa6c0,
    "NoPlayTime" : 0xffa720,
    "CanShowResetInstances" : 0xff2990,
    "ResetInstances" : 0xff2b20,
    "IsInInstance" : 0xff2b40,
    "GetInstanceInfo" : 0xff2c00,
    "GetDifficultyInfo" : 0xff2fb0,
    "IsOnTournamentRealm" : 0xff3130,
    "GetDungeonDifficultyID" : 0xff3150,
    "SetDungeonDifficultyID" : 0xff3960,
    "SetRaidDifficultyID" : 0xff3a70,
    "GetRaidDifficultyID" : 0xff3cb0,
    "SetLegacyRaidDifficultyID" : 0xff3d00,
    "GetLegacyRaidDifficultyID" : 0xff3f40,
    "IsLegacyDifficulty" : 0xff3f90,
    "IsPlayerInWorld" : 0xfef160,
    "GetLevelUpInstances" : 0xff31c0,
    "GetDungeonInfo" : 0xff36c0,
    "ReportBug" : 0xff4030,
    "ReportSuggestion" : 0xff4080,
    "GetMirrorTimerInfo" : 0xfecfc0,
    "GetMirrorTimerProgress" : 0xfed0d0,
    "GetNumTitles" : 0xff5180,
    "GetCurrentTitle" : 0xff51b0,
    "SetCurrentTitle" : 0xff5200,
    "IsTitleKnown" : 0xff52e0,
    "GetTitleName" : 0xff5390,
    "UseItemByName" : 0xfed1f0,
    "EquipItemByName" : 0xfed430,
    "InCombatLockdown" : 0xfed900,
    "StartAttack" : 0xfed930,
    "StopAttack" : 0xfeda60,
    "SetTaxiBenchmarkMode" : 0xfedab0,
    "GetTaxiBenchmarkMode" : 0xfedaf0,
    "Dismount" : 0xfedb40,
    "SetUIVisibility" : 0xfedb70,
    "SetInWorldUIVisibility" : 0xfedbf0,
    "IsReferAFriendLinked" : 0xfedc50,
    "CanGrantLevel" : 0xfedcc0,
    "GrantLevel" : 0xfedd30,
    "CanSummonFriend" : 0xfeddc0,
    "SummonFriend" : 0xfede30,
    "GetSummonFriendCooldown" : 0xfedf90,
    "GetTotemInfo" : 0xfee040,
    "GetTotemTimeLeft" : 0xfee1e0,
    "GetTotemCannotDismiss" : 0xfee2b0,
    "TargetTotem" : 0xfee340,
    "DestroyTotem" : 0xfee3d0,
    "GetNumDeclensionSets" : 0xfee4e0,
    "DeclineName" : 0xfee5a0,
    "AcceptLevelGrant" : 0xfee6f0,
    "DeclineLevelGrant" : 0xfee750,
    "GameMovieFinished" : 0xfee770,
    "IsDesaturateSupported" : 0xfee7d0,
    "GetThreatStatusColor" : 0xfee7f0,
    "IsThreatWarningEnabled" : 0xfee890,
    "GetItemUniqueness" : 0xff8330,
    "GetItemCreationContext" : 0xff85e0,
    "EndRefund" : 0xfee8b0,
    "EndBoundTradeable" : 0xfee910,
    "CanMapChangeDifficulty" : 0xfeea30,
    "ToggleAnimKitDisplay" : 0x16bf90,
    "ToggleDebugAIDisplay" : 0x16bf90,
    "DumpMovementCapture" : 0x16bf90,
    "GetAllowLowLevelRaid" : 0xfeeac0,
    "SetAllowLowLevelRaid" : 0xfeeb10,
    "GetAutoDeclineGuildInvites" : 0xfeeb70,
    "SetAutoDeclineGuildInvites" : 0xfeebc0,
    "GetCemeteryPreference" : 0xfeec10,
    "SetCemeteryPreference" : 0xfeec30,
    "IsCemeterySelectionAvailable" : 0xfeed20,
    "GetFileStreamingStatus" : 0xfeeda0,
    "GetBackgroundLoadingStatus" : 0xfeed40,
    "GetAvailableBandwidth" : 0xfeedd0,
    "GetDownloadedPercentage" : 0xfeee00,
    "MouseOverrideCinematicDisable" : 0xfeee30,
    "GetMaxSpellStartRecoveryOffset" : 0xfeee80,
    "GetSpellQueueWindow" : 0xfeee80,
    "GetRestrictedAccountData" : 0xff0000,
    "SendSoRByText" : 0xfeeec0,
    "CanSendSoRByText" : 0xfef0c0,
    "GetNumSoRRemaining" : 0xfef0e0,
    "CanChangePlayerDifficulty" : 0xfef100,
    "ShowAccountAchievements" : 0xfef180,
    "AreAccountAchievementsHidden" : 0xfef240,
    "GetSchoolString" : 0xfef280,
    "GetLootSpecialization" : 0xfef2f0,
    "SetLootSpecialization" : 0xfef340,
    "CanLootUnit" : 0xfef420,
    "Ambiguate" : 0xfef500,
    "GetFileIDFromPath" : 0xfef850,
    "GetUICameraInfo" : 0xfef8b0,
    "IsPlayerMoving" : 0xfefa00,
    "IsCharacterNewlyBoosted" : 0xfefa30,
    "IsRestrictedAccount" : 0xfefa70,
    "FlashClientIcon" : 0xfefa90,
    "IsReplacingUnit" : 0xfefac0,
    "GetServerTime" : 0xfefae0,
    "CanDualWield" : 0xfefb10,
    "HasIgnoreDualWieldWeapon" : 0xfefb30,
    "ToggleSelfHighlight" : 0xfefbc0,
    "GetGameMessageInfo" : 0xfefc00,
    "PlayVocalErrorSoundID" : 0xfefcb0,
    "SplashFrameCanBeShown" : 0xfefd00,
    "ShouldShowSpecialSplashScreen" : 0xfefd90,
    "ShouldShowIslandsWeeklyPOI" : 0xfefe00,
    "IsSplashFramePrimaryFeatureUnlocked" : 0xfee7d0,
    "ScriptsDisallowedForBeta" : 0x4b3790,
    "AreDangerousScriptsAllowed" : 0xfefe60,
    "SetAllowDangerousScripts" : 0xfefe90,
    "IsAccountSecured" : 0xfeffc0,
    "SpellIsTargeting" : 0x9d5560,
    "SpellCanTargetItem" : 0x9d55a0,
    "SpellTargetItem" : 0x9d55f0,
    "SpellCanTargetUnit" : 0x9d5960,
    "SpellTargetUnit" : 0x9d5a00,
    "GetEquipmentNameFromSpell" : 0x9d5b80,
    "GetFollowerTypeIDFromSpell" : 0x9d5e20,
    "SpellCanTargetGarrisonFollower" : 0x9d5e50,
    "SpellCanTargetGarrisonFollowerAbility" : 0x9d5ea0,
    "ItemCanTargetGarrisonFollowerAbility" : 0x9d5f30,
    "SpellCanTargetGarrisonMission" : 0x9d6020,
    "SpellCanTargetItemID" : 0x9d6070,
    "SpellCanTargetQuest" : 0x9d60c0,
    "IsQuestIDValidSpellTarget" : 0x9d6110,
    "SpellStopTargeting" : 0x9d6170,
    "SpellStopCasting" : 0x9d6240,
    "CancelUnitBuff" : 0x9d63a0,
    "CancelSpellByName" : 0x9d65b0,
    "CancelItemTempEnchantment" : 0x9d6710,
    "CannotBeResurrected" : 0x9d67d0,
    "SpellCancelQueuedSpell" : 0x9d6860,
    "SpellGetVisibilityInfo" : 0x9d6880,
    "SpellIsAlwaysShown" : 0x9d6a00,
    "SpellIsSelfBuff" : 0x9d6a70,
    "AcceptSpellConfirmationPrompt" : 0x9d6d00,
    "GetJournalInfoForSpellConfirmation" : 0x9d6eb0,
    "DeclineSpellConfirmationPrompt" : 0x9d7170,
    "GetSpellConfirmationPromptsInfo" : 0x9d7420,
    "GetSpellsForCharacterUpgradeTier" : 0x9d7b30,
    "CombatLogResetFilter" : 0xcfb3f0,
    "CombatLogAddFilter" : 0xcfb410,
    "CombatLogSetRetentionTime" : 0xcfb740,
    "CombatLogGetRetentionTime" : 0xcfb7a0,
    "CombatLogGetNumEntries" : 0xcfb7c0,
    "CombatLogSetCurrentEntry" : 0xcfb860,
    "CombatLogGetCurrentEntry" : 0xcfba10,
    "CombatLogAdvanceEntry" : 0xcfba50,
    "CombatLogClearEntries" : 0xcfbbc0,
    "CombatLog_Object_IsA" : 0xcfbc10,
    "CombatTextSetActiveUnit" : 0xcfb3b0,
    "DeathRecap_GetEvents" : 0xcfbc90,
    "DeathRecap_HasEvents" : 0xcfb2b0,
    "GetDeathRecapLink" : 0xcfb330,
    "GetCurrentCombatTextEventInfo" : 0xcfb390,
    "CombatLogGetCurrentEventInfo" : 0xcfba30,
    "GetAutoCompleteResults" : 0xfb7c90,
    "IsRecognizedName" : 0xfb7f70,
    "GetAutoCompletePresenceID" : 0xfb8030,
    "GetAutoCompleteRealms" : 0xfb80b0,
    "GetBarberShopStyleInfo" : 0xfbb7f0,
    "SetNextBarberShopStyle" : 0xfbb9b0,
    "GetBarberShopTotalCost" : 0xfbba30,
    "ApplyBarberShopStyle" : 0xfbba60,
    "CancelBarberShop" : 0xfbba70,
    "GetCustomizationDetails" : 0xfbba80,
    "BarberShopReset" : 0xfbbb40,
    "CanAlterSkin" : 0xfbbba0,
    "SetBarberShopAlternateFormFrame" : 0xfbbbc0,
    "HasAlternateForm" : 0xfbbd90,
    "IsBarberShopStyleValid" : 0xfbbe50,
    "SendChatMessage" : 0xfca670,
    "IsChatAFK" : 0xfcaee0,
    "IsChatDND" : 0xfcaf00,
    "SendSystemMessage" : 0xfcaf20,
    "GetNumLanguages" : 0xfcaf70,
    "GetLanguageByIndex" : 0xfcb120,
    "GetDefaultLanguage" : 0xfcb3a0,
    "GetAlternativeDefaultLanguage" : 0xfcb450,
    "DoEmote" : 0xfcb500,
    "CancelEmote" : 0xfcb810,
    "LoggingChat" : 0xfcb830,
    "LoggingCombat" : 0xfcb840,
    "JoinChannelByName" : 0xfcb920,
    "JoinTemporaryChannel" : 0xfcb920,
    "JoinPermanentChannel" : 0xfcb930,
    "DeclineChannelInvite" : 0xfcb940,
    "LeaveChannelByName" : 0xfcba50,
    "LeaveChannelByLocalID" : 0xfcb9d0,
    "ListChannelByName" : 0xfcbaa0,
    "ListChannels" : 0xfcbb30,
    "GetChannelList" : 0xfcbf80,
    "SetChannelPassword" : 0xfcc0c0,
    "SetChannelOwner" : 0xfcc170,
    "DisplayChannelOwner" : 0xfcc290,
    "GetChannelName" : 0xfcc320,
    "ChannelModerator" : 0xfcc4b0,
    "ChannelUnmoderator" : 0xfcc5d0,
    "ChannelInvite" : 0xfcc6f0,
    "ChannelKick" : 0xfcc810,
    "ChannelBan" : 0xfcc930,
    "ChannelUnban" : 0xfcca50,
    "ChannelToggleAnnouncements" : 0xfccb70,
    "ChannelSetPartyMemberSilent" : 0xfccc00,
    "ChannelSetAllSilent" : 0xfccd50,
    "ChangeChatColor" : 0xfcce40,
    "ResetChatColors" : 0xfcd060,
    "GetChatTypeIndex" : 0xfcd5c0,
    "GetChatWindowInfo" : 0xfcd6d0,
    "GetChatWindowSavedPosition" : 0xfcd840,
    "GetChatWindowSavedDimensions" : 0xfcd910,
    "GetChatWindowMessages" : 0xfcd9b0,
    "GetChatWindowChannels" : 0xfcda80,
    "AddChatWindowMessages" : 0xfcdb80,
    "RemoveChatWindowMessages" : 0xfcdd30,
    "AddChatWindowChannel" : 0xfcdee0,
    "RemoveChatWindowChannel" : 0xfce140,
    "SetChatWindowName" : 0xfce370,
    "SetChatWindowSize" : 0xfce440,
    "SetChatWindowColor" : 0xfce4e0,
    "SetChatWindowAlpha" : 0xfce600,
    "SetChatWindowLocked" : 0xfce6a0,
    "SetChatWindowDocked" : 0xfce7a0,
    "SetChatWindowUninteractable" : 0xfce720,
    "SetChatWindowShown" : 0xfce840,
    "SetChatWindowSavedPosition" : 0xfce8c0,
    "SetChatWindowSavedDimensions" : 0xfcea10,
    "EnumerateServerChannels" : 0xfceaf0,
    "ResetChatWindows" : 0xfcef40,
    "RedockChatWindows" : 0xfcfc00,
    "GetNumDisplayChannels" : 0xfcfd50,
    "GetNumGroupChannels" : 0xfcfd80,
    "GetChannelDisplayInfo" : 0xfcfdb0,
    "GetSelectedDisplayChannel" : 0xfd00c0,
    "SetSelectedDisplayChannel" : 0xfd0110,
    "GetNumChannelMembers" : 0xfd0210,
    "IsDisplayChannelOwner" : 0xfd0350,
    "IsDisplayChannelModerator" : 0xfd03c0,
    "SetChatColorNameByClass" : 0xfcd400,
    "IsChatChannelRaid" : 0xfcd530,
    "GetNumSubgroupMembers" : 0x10aa7f0,
    "GetNumGroupMembers" : 0x10aa870,
    "UnitIsGroupLeader" : 0x10aa8f0,
    "UnitLeadsAnyGroup" : 0x10aaa10,
    "UnitIsGroupAssistant" : 0x10aab20,
    "IsGUIDInGroup" : 0x10aac20,
    "IsInGroup" : 0x10aad30,
    "IsInGuildGroup" : 0x10aada0,
    "IsInRaid" : 0x10aae30,
    "ConvertToRaid" : 0x10aaec0,
    "ConvertToParty" : 0x10aaf50,
    "GetLootMethod" : 0x10aafe0,
    "SetLootMethod" : 0x10ab1d0,
    "GetLootThreshold" : 0x10ab4f0,
    "SetLootThreshold" : 0x10ab540,
    "LeaveParty" : 0x10ab670,
    "SetOptOutOfLoot" : 0x10ab6a0,
    "GetOptOutOfLoot" : 0x10ab720,
    "IsPartyLFG" : 0x10ab740,
    "GetPartyLFGID" : 0x10ab7d0,
    "IsPartyWorldPVP" : 0x10ab790,
    "HasLFGRestrictions" : 0x10ab860,
    "IsLFGComplete" : 0x10ab8b0,
    "InviteUnit" : 0x10ab940,
    "RequestInviteFromUnit" : 0x10aba40,
    "UninviteUnit" : 0x10abba0,
    "AcceptGroup" : 0x10abdd0,
    "DeclineGroup" : 0x10abe50,
    "SetPartyAssignment" : 0x10abe80,
    "ClearPartyAssignment" : 0x10abe90,
    "GetPartyAssignment" : 0x10abea0,
    "GetRaidRosterInfo" : 0x10abf70,
    "SetRaidSubgroup" : 0x10ac400,
    "SwapRaidSubgroup" : 0x10ac500,
    "PromoteToLeader" : 0x10ac630,
    "PromoteToAssistant" : 0x10ac710,
    "DemoteAssistant" : 0x10ac7f0,
    "RequestRaidInfo" : 0x10ac8d0,
    "SetEveryoneIsAssistant" : 0x10ac8f0,
    "IsEveryoneAssistant" : 0x10ac980,
    "DoReadyCheck" : 0x10ac9d0,
    "GetReadyCheckTimeLeft" : 0x10aca80,
    "ConfirmReadyCheck" : 0x10acb10,
    "GetReadyCheckStatus" : 0x10acbb0,
    "UnitInOtherParty" : 0x10accf0,
    "IsMasterLooter" : 0x10acea0,
    "GetHomePartyInfo" : 0x10acf60,
    "GetGroupMemberCounts" : 0x10ad100,
    "GroupHasOfflineMember" : 0x10ad3d0,
    "GetPendingInviteConfirmations" : 0x10ad4d0,
    "GetNextPendingInviteConfirmation" : 0x10ad580,
    "GetInviteConfirmationInfo" : 0x10ad5e0,
    "RespondToInviteConfirmation" : 0x10ad6f0,
    "CloseMail" : 0x10b3bd0,
    "ClearSendMail" : 0x10b3bf0,
    "ClickSendMailItemButton" : 0x10b3c10,
    "SetSendMailMoney" : 0x10b3e10,
    "GetSendMailMoney" : 0x10b3ec0,
    "SetSendMailCOD" : 0x10b3ef0,
    "GetSendMailCOD" : 0x10b3fa0,
    "HasSendMailItem" : 0x10b3fd0,
    "GetSendMailItem" : 0x10b4060,
    "GetSendMailItemLink" : 0x10b41e0,
    "GetSendMailPrice" : 0x10b42b0,
    "SendMail" : 0x10b4330,
    "CheckInbox" : 0x10b4570,
    "GetInboxNumItems" : 0x10b4600,
    "GetInboxHeaderInfo" : 0x10b4640,
    "GetInboxText" : 0x10b4b30,
    "GetInboxInvoiceInfo" : 0x10b4fb0,
    "HasInboxItem" : 0x10b5480,
    "GetInboxItem" : 0x10b5540,
    "GetInboxItemLink" : 0x10b56f0,
    "TakeInboxMoney" : 0x10b57b0,
    "TakeInboxItem" : 0x10b58c0,
    "TakeInboxTextItem" : 0x10b59f0,
    "ReturnInboxItem" : 0x10b5b00,
    "DeleteInboxItem" : 0x10b5bf0,
    "InboxItemCanDelete" : 0x10b5d30,
    "HasNewMail" : 0x10b5e00,
    "ComplainInboxItem" : 0x10b5e40,
    "CanComplainInboxItem" : 0x10b5e90,
    "GetLatestThreeSenders" : 0x10b5ef0,
    "SetSendMailShowing" : 0x10b3b80,
    "AutoLootMailItem" : 0x10b5fa0,
    "RespondMailLockSendItem" : 0x10b6090,
    "GetNumTrackingTypes" : 0x10cb230,
    "GetTrackingInfo" : 0x10cb260,
    "SetTracking" : 0x10cb4f0,
    "ClearAllTracking" : 0x10cb620,
    "CanTrackBattlePets" : 0x10cb760,
    "GetPOITextureCoords" : 0x10caff0,
    "GetObjectIconTextureCoords" : 0x10cb090,
    "GetNumQuestPOIWorldEffects" : 0x10cb7d0,
    "IsTrackingBattlePets" : 0x10cb790,
    "IsTrackingHiddenQuests" : 0x10cb470,
    "GetGossipText" : 0x10e2820,
    "GetNumGossipOptions" : 0x10e2840,
    "GetNumGossipAvailableQuests" : 0x10e2870,
    "GetNumGossipActiveQuests" : 0x10e28e0,
    "GetGossipOptions" : 0x10e2950,
    "GetGossipAvailableQuests" : 0x10e29e0,
    "GetGossipActiveQuests" : 0x10e2b60,
    "SelectGossipOption" : 0x10e2cf0,
    "SelectGossipAvailableQuest" : 0x10e2d80,
    "SelectGossipActiveQuest" : 0x10e2e60,
    "CloseGossip" : 0x10e2f40,
    "ForceGossip" : 0x10e2f70,
    "GetFriendshipReputation" : 0x10e2fd0,
    "GetFriendshipReputationRanks" : 0x10e3230,
    "IsActiveBattlefieldArena" : 0x10e6de0,
    "JoinBattlefield" : 0x10e6ea0,
    "JoinRatedBattlefield" : 0x10e7130,
    "JoinArena" : 0x10e7070,
    "IsArenaSkirmish" : 0x10e71b0,
    "JoinSkirmish" : 0x10e7230,
    "RequeueSkirmish" : 0x10e72d0,
    "AcceptBattlefieldPort" : 0x10e7330,
    "GetBattlefieldStatus" : 0x10e7550,
    "GetBattlefieldPortExpiration" : 0x10e7ca0,
    "GetBattlefieldInstanceExpiration" : 0x10e7d60,
    "GetBattlefieldInstanceRunTime" : 0x10e7dc0,
    "GetBattlefieldEstimatedWaitTime" : 0x10e7e10,
    "GetBattlefieldTimeWaited" : 0x10e7ec0,
    "RequestBattlefieldScoreData" : 0x10e7f70,
    "BattlefieldSetPendingReportTarget" : 0x10e8070,
    "GetNumBattlefieldScores" : 0x10e8000,
    "GetBattlefieldScore" : 0x10e8100,
    "GetBattlefieldWinner" : 0x10e8620,
    "SetBattlefieldScoreFaction" : 0x10e8660,
    "LeaveBattlefield" : 0x10e87a0,
    "SurrenderArena" : 0x10e8810,
    "CanSurrenderArena" : 0x10e8880,
    "GetBattlefieldStatData" : 0x10e86e0,
    "GetNumBattlefieldFlagPositions" : 0x10e88b0,
    "GetBattlefieldFlagPosition" : 0x10e88e0,
    "GetNumBattlefieldVehicles" : 0x10e8b40,
    "GetBattlefieldVehicleInfo" : 0x10e8b70,
    "CanJoinBattlefieldAsGroup" : 0x10e8de0,
    "GetBattlefieldMapIconScale" : 0x10e8e50,
    "GetBattlefieldTeamInfo" : 0x10e8ed0,
    "GetBattlefieldArenaFaction" : 0x10e8ff0,
    "SortBattlefieldScoreData" : 0x10e9020,
    "HearthAndResurrectFromArea" : 0x10e9320,
    "CanHearthAndResurrectFromArea" : 0x10e9340,
    "GetNumBattlegroundTypes" : 0x10e9460,
    "GetBattlegroundInfo" : 0x10e9480,
    "RequestBattlegroundInstanceInfo" : 0x10e9790,
    "RequestRandomBattlegroundInstanceInfo" : 0x10e98f0,
    "GetNumArenaOpponents" : 0x10e99e0,
    "BattlefieldMgrEntryInviteResponse" : 0x16bf90,
    "BattlefieldMgrQueueRequest" : 0x16bf90,
    "BattlefieldMgrQueueInviteResponse" : 0x16bf90,
    "BattlefieldMgrExitRequest" : 0x16bf90,
    "GetWorldPVPQueueStatus" : 0x10e9a10,
    "SortBGList" : 0x10e9bb0,
    "StartWarGame" : 0x10e9bf0,
    "StartWarGameByName" : 0x10e9d40,
    "StartSpectatorWarGame" : 0x10ea050,
    "CanInitiateWarGame" : 0x10ea650,
    "WarGameRespond" : 0x10ea7f0,
    "GetWarGameQueueStatus" : 0x10ea8a0,
    "RequestRatedInfo" : 0x10ea950,
    "GetRatedBattleGroundInfo" : 0x10ea9f0,
    "GetNumWorldPVPAreas" : 0x10e6a00,
    "GetWorldPVPAreaInfo" : 0x10e6a20,
    "GetPersonalRatedInfo" : 0x10eaa90,
    "IsWargame" : 0x10eac20,
    "RequestPVPOptionsEnabled" : 0x10eac50,
    "IsInActiveWorldPVP" : 0x10eacf0,
    "GetNumWarGameTypes" : 0x10eae10,
    "GetWarGameTypeInfo" : 0x10eae30,
    "CollapseWarGameHeader" : 0x10eb050,
    "ExpandWarGameHeader" : 0x10eb0d0,
    "UpdateWarGamesList" : 0x10eb150,
    "SetSelectedWarGameType" : 0x10eb170,
    "GetSelectedWarGameType" : 0x10eb1e0,
    "RequestPVPRewards" : 0x10eb240,
    "GetMaxBattlefieldID" : 0x10e7c20,
    "ClearBattlemaster" : 0x10eb2e0,
    "IsPlayerNeutral" : 0x10e7c50,
    "GetNumArenaOpponentSpecs" : 0x10eb330,
    "GetArenaOpponentSpec" : 0x10eb360,
    "GetBattlegroundPoints" : 0x10eb3f0,
    "SetPVPRoles" : 0x10eb480,
    "GetPVPRoles" : 0x10eb510,
    "GetCurrentArenaSeason" : 0x10eb590,
    "GetPreviousArenaSeason" : 0x10eb5b0,
    "KBSetup_BeginLoading" : 0x1117bf0,
    "KBSetup_IsLoaded" : 0x1117c40,
    "KBSetup_GetLanguageCount" : 0x1117c60,
    "KBSetup_GetLanguageData" : 0x1117ca0,
    "KBSetup_GetCategoryCount" : 0x1117ed0,
    "KBSetup_GetCategoryData" : 0x1117f10,
    "KBSetup_GetSubCategoryCount" : 0x1118010,
    "KBSetup_GetSubCategoryData" : 0x11180a0,
    "KBSetup_GetArticleHeaderCount" : 0x11181c0,
    "KBSetup_GetArticleHeaderData" : 0x1118200,
    "KBSetup_GetTotalArticleCount" : 0x11184d0,
    "KBQuery_BeginLoading" : 0x1118560,
    "KBQuery_IsLoaded" : 0x1118730,
    "KBQuery_GetArticleHeaderCount" : 0x1118750,
    "KBQuery_GetArticleHeaderData" : 0x1118790,
    "KBQuery_GetTotalArticleCount" : 0x1118a60,
    "KBArticle_BeginLoading" : 0x1118af0,
    "KBArticle_IsLoaded" : 0x1118d50,
    "KBArticle_GetData" : 0x1118d70,
    "KBSystem_GetMOTD" : 0x1119050,
    "KBSystem_GetServerStatus" : 0x1119070,
    "KBSystem_GetServerNotice" : 0x1119090,
    "GetCategoryList" : 0x112c830,
    "GetGuildCategoryList" : 0x112dea0,
    "GetStatisticsCategoryList" : 0x112ee20,
    "GetCategoryInfo" : 0x112fbc0,
    "GetCategoryNumAchievements" : 0x112fcb0,
    "GetCategoryAchievementPoints" : 0x112fd70,
    "GetComparisonCategoryNumAchievements" : 0x1130990,
    "GetAchievementInfo" : 0x1132850,
    "GetAchievementNumRewards" : 0x1132d20,
    "GetAchievementReward" : 0x1132db0,
    "GetAchievementNumCriteria" : 0x1132e90,
    "GetAchievementCriteriaInfo" : 0x1133410,
    "GetAchievementCriteriaInfoByID" : 0x11336a0,
    "SetAchievementComparisonUnit" : 0x1133870,
    "ClearAchievementComparisonUnit" : 0x1133980,
    "GetAchievementComparisonInfo" : 0x1133990,
    "GetPreviousAchievement" : 0x1132310,
    "GetNextAchievement" : 0x11323d0,
    "GetAchievementCategory" : 0x1132c60,
    "GetAchievementLink" : 0x11346c0,
    "GetNumCompletedAchievements" : 0x1131290,
    "GetNumComparisonCompletedAchievements" : 0x1131b00,
    "GetLatestCompletedAchievements" : 0x1133c00,
    "GetLatestUpdatedStats" : 0x1133cf0,
    "GetLatestCompletedComparisonAchievements" : 0x1133d80,
    "GetLatestUpdatedComparisonStats" : 0x1133e20,
    "GetTotalAchievementPoints" : 0x1133eb0,
    "IsAchievementEligible" : 0x1133060,
    "GetStatistic" : 0x1133170,
    "GetComparisonStatistic" : 0x1133aa0,
    "GetComparisonAchievementPoints" : 0x11343c0,
    "CanShowAchievementUI" : 0x1134b20,
    "GetTrackedAchievements" : 0x1134950,
    "AddTrackedAchievement" : 0x11349c0,
    "RemoveTrackedAchievement" : 0x1134a00,
    "IsTrackedAchievement" : 0x1134a40,
    "GetNumTrackedAchievements" : 0x1134ad0,
    "HasCompletedAnyAchievement" : 0x1134b40,
    "SetAchievementSearchString" : 0x1134b90,
    "ClearAchievementSearchString" : 0x1134ce0,
    "GetNumFilteredAchievements" : 0x1134d80,
    "GetFilteredAchievementID" : 0x1134da0,
    "SwitchAchievementSearchTab" : 0x1134e20,
    "GetAchievementSearchProgress" : 0x1134fe0,
    "GetAchievementSearchSize" : 0x1134fc0,
    "GetGuildAchievementMembers" : 0x1135010,
    "GetGuildAchievementNumMembers" : 0x11351a0,
    "GetGuildAchievementMemberInfo" : 0x1135280,
    "SetFocusedAchievement" : 0x11353d0,
    "GetAchievementGuildRep" : 0x1135470,
    "GetActionInfo" : 0x1159f70,
    "GetActionTexture" : 0x115a2f0,
    "GetActionCount" : 0x115a350,
    "GetActionCooldown" : 0x115a3d0,
    "GetActionCharges" : 0x115a5f0,
    "GetActionLossOfControlCooldown" : 0x115a710,
    "GetActionAutocast" : 0x115a8e0,
    "GetActionText" : 0x115a990,
    "HasAction" : 0x115aa90,
    "UseAction" : 0x115aaf0,
    "PickupAction" : 0x115aba0,
    "PlaceAction" : 0x115acc0,
    "IsAttackAction" : 0x115ad20,
    "IsCurrentAction" : 0x115ad80,
    "IsAutoRepeatAction" : 0x115ade0,
    "IsUsableAction" : 0x115ae40,
    "IsConsumableAction" : 0x115aee0,
    "IsStackableAction" : 0x115af40,
    "IsItemAction" : 0x115b070,
    "IsEquippedAction" : 0x115b0f0,
    "ActionHasRange" : 0x115b260,
    "IsActionInRange" : 0x115b3a0,
    "GetBonusBarOffset" : 0x115b530,
    "GetBonusBarIndex" : 0x115b570,
    "HasBonusActionBar" : 0x115b5a0,
    "GetOverrideBarIndex" : 0x115b5c0,
    "HasOverrideActionBar" : 0x115b5e0,
    "GetVehicleBarIndex" : 0x115b600,
    "HasVehicleActionBar" : 0x115b620,
    "GetTempShapeshiftBarIndex" : 0x115b640,
    "HasTempShapeshiftActionBar" : 0x115b660,
    "GetMultiCastBarIndex" : 0x115b680,
    "ChangeActionBarPage" : 0x115b6a0,
    "GetActionBarPage" : 0x115b720,
    "GetActionBarToggles" : 0x115b740,
    "SetActionBarToggles" : 0x115b7b0,
    "IsPossessBarVisible" : 0x115b830,
    "GetMultiCastTotemSpells" : 0x115b880,
    "SetMultiCastSpell" : 0x115b930,
    "GetOverrideBarSkin" : 0x115ba60,
    "HasExtraActionBar" : 0x115baf0,
    "GetExtraBarIndex" : 0x115bb10,
    "SetActionUIButton" : 0x115bb30,
    "GetCurrencyListSize" : 0x11a3820,
    "GetCurrencyListInfo" : 0x11a3850,
    "ExpandCurrencyList" : 0x11a3b60,
    "SetCurrencyUnused" : 0x11a3c50,
    "SetCurrencyBackpack" : 0x11a3d40,
    "GetBackpackCurrencyInfo" : 0x11a3e30,
    "PickupCurrency" : 0x11a3f70,
    "GetCurrencyInfo" : 0x11a4000,
    "GetCurrencyLink" : 0x11a4380,
    "GetCurrencyListLink" : 0x11a4410,
    "EJ_SelectTier" : 0x11ab160,
    "EJ_SelectInstance" : 0x11ab1d0,
    "EJ_SelectEncounter" : 0x11ab310,
    "EJ_GetNumTiers" : 0x11ab500,
    "EJ_GetCurrentTier" : 0x11ab520,
    "EJ_GetTierInfo" : 0x11ab3c0,
    "EJ_GetInstanceInfo" : 0x11ab540,
    "EJ_GetInstanceByIndex" : 0x11ab5d0,
    "EJ_GetEncounterInfo" : 0x11ab700,
    "EJ_GetEncounterInfoByIndex" : 0x11aca30,
    "EJ_GetCreatureInfo" : 0x11ab790,
    "EJ_SetLootFilter" : 0x11ab8e0,
    "EJ_ResetLootFilter" : 0x11acd60,
    "EJ_GetLootFilter" : 0x11ab960,
    "EJ_SetSlotFilter" : 0x11ab9e0,
    "EJ_ResetSlotFilter" : 0x11aba40,
    "EJ_GetSlotFilter" : 0x11aba60,
    "EJ_GetNumLoot" : 0x11aba80,
    "EJ_GetLootInfoByIndex" : 0x11abc50,
    "EJ_GetNumEncountersForLootByIndex" : 0x11abad0,
    "EJ_GetLootInfo" : 0x11abb70,
    "EJ_GetInvTypeSortOrder" : 0x11abbf0,
    "EJ_IsLootListOutOfDate" : 0x11abab0,
    "EJ_SetDifficulty" : 0x11abd80,
    "EJ_GetDifficulty" : 0x11abf30,
    "EJ_GetContentTuningID" : 0x11abf60,
    "EJ_InstanceIsRaid" : 0x11abf90,
    "EJ_IsValidInstanceDifficulty" : 0x11abe70,
    "EJ_SetSearch" : 0x11ac010,
    "EJ_ClearSearch" : 0x11ac260,
    "EJ_EndSearch" : 0x11ac300,
    "EJ_GetNumSearchResults" : 0x11ac310,
    "EJ_GetSearchResult" : 0x11ac330,
    "EJ_GetSearchProgress" : 0x11ac6e0,
    "EJ_GetSearchSize" : 0x11ac710,
    "EJ_IsSearchFinished" : 0x11ac730,
    "EJ_GetMapEncounter" : 0x11ac780,
    "EJ_GetInstanceForMap" : 0x11ac9d0,
    "EJ_HandleLinkPath" : 0x11acac0,
    "EJ_GetSectionPath" : 0x11acd10,
    "CloseSocketInfo" : 0x1212fd0,
    "GetSocketItemInfo" : 0x1213000,
    "GetNumSockets" : 0x1213130,
    "GetExistingSocketInfo" : 0x1213190,
    "GetExistingSocketLink" : 0x1213410,
    "GetNewSocketInfo" : 0x12135e0,
    "GetNewSocketLink" : 0x1213750,
    "ClickSocketButton" : 0x12137f0,
    "AcceptSockets" : 0x1213930,
    "GetSocketTypes" : 0x1213ad0,
    "GetSocketItemRefundable" : 0x1213be0,
    "GetSocketItemBoundTradeable" : 0x1213c60,
    "HasBoundGemProposed" : 0x1213cd0,
    "IsArtifactRelicItem" : 0x1213dd0,
    "SetItemUpgradeFromCursorItem" : 0x1215500,
    "ClearItemUpgrade" : 0x1215630,
    "UpgradeItem" : 0x1215660,
    "CloseItemUpgrade" : 0x1215750,
    "GetItemUpgradeItemInfo" : 0x1215780,
    "GetItemUpgradeStats" : 0x1215b20,
    "GetItemUpdateLevel" : 0x1216350,
    "GetItemLevelIncrement" : 0x12163b0,
    "GetNumItemUpgradeEffects" : 0x12163e0,
    "GetItemUpgradeEffect" : 0x12164f0,
    "GetNumBindings" : 0x1219ae0,
    "GetBinding" : 0x1219b00,
    "SetBinding" : 0x1219c10,
    "SetBindingSpell" : 0x1219cd0,
    "SetBindingItem" : 0x1219eb0,
    "SetBindingMacro" : 0x121a080,
    "SetBindingClick" : 0x121a260,
    "SetOverrideBinding" : 0x121a530,
    "SetOverrideBindingSpell" : 0x121a630,
    "SetOverrideBindingItem" : 0x121a820,
    "SetOverrideBindingMacro" : 0x121aa00,
    "SetOverrideBindingClick" : 0x121abf0,
    "ClearOverrideBindings" : 0x121aea0,
    "GetBindingKey" : 0x121af10,
    "GetBindingAction" : 0x121b150,
    "GetBindingByKey" : 0x121b350,
    "GetBindingText" : 0x121b410,
    "RunBinding" : 0x121b4b0,
    "GetCurrentBindingSet" : 0x121b590,
    "LoadBindings" : 0x121b5b0,
    "SaveBindings" : 0x121b600,
    "GetNumModifiedClickActions" : 0x121b670,
    "GetModifiedClickAction" : 0x121b690,
    "SetModifiedClick" : 0x121b750,
    "GetModifiedClick" : 0x121b800,
    "IsModifiedClick" : 0x121b8b0,
    "GetClickFrame" : 0x121b8f0,
    "SetLFGDungeon" : 0x1224df0,
    "ClearAllLFGDungeons" : 0x1224ee0,
    "GetLFGInfoServer" : 0x1224f80,
    "GetLFGQueuedList" : 0x12251b0,
    "SetLFGComment" : 0x1224f50,
    "LFGTeleport" : 0x1229210,
    "JoinLFG" : 0x1225700,
    "JoinSingleLFG" : 0x12257d0,
    "LeaveLFG" : 0x1225930,
    "LeaveSingleLFG" : 0x1225ab0,
    "RefreshLFGList" : 0x1224440,
    "SearchLFGJoin" : 0x1224470,
    "SearchLFGGetJoinedID" : 0x1224520,
    "SearchLFGLeave" : 0x16bf90,
    "SearchLFGGetNumResults" : 0x1224550,
    "SearchLFGGetResults" : 0x16bf90,
    "SearchLFGGetEncounterResults" : 0x12245c0,
    "SearchLFGGetPartyResults" : 0x16bf90,
    "SearchLFGSort" : 0x1224b80,
    "GetLFGTypes" : 0x1224830,
    "GetLFGRoleUpdate" : 0x1226020,
    "GetLFGRoleUpdateSlot" : 0x1226230,
    "GetLFGRoleUpdateMember" : 0x1226350,
    "GetLFGRoleUpdateBattlegroundInfo" : 0x1226130,
    "GetLFGReadyCheckUpdateBattlegroundInfo" : 0x12261b0,
    "GetLFGReadyCheckUpdate" : 0x12260e0,
    "GetLFGRoles" : 0x1224af0,
    "SetLFGRoles" : 0x12248a0,
    "CompleteLFGRoleCheck" : 0x1224950,
    "CompleteLFGReadyCheck" : 0x1224a60,
    "GetLFGProposal" : 0x1225d40,
    "GetLFGProposalMember" : 0x1225d50,
    "GetLFGProposalEncounter" : 0x1225e30,
    "AcceptProposal" : 0x1225f80,
    "RejectProposal" : 0x1226000,
    "GetLFGBootProposal" : 0x12266b0,
    "SetLFGBootVote" : 0x1226650,
    "GetLFGQueueStats" : 0x12253c0,
    "GetLFGDungeonInfo" : 0x12293e0,
    "GetLFGRandomDungeonInfo" : 0x1229430,
    "IsLFGDungeonJoinable" : 0x1229550,
    "SetLFGHeaderCollapsed" : 0x1228150,
    "SetLFGDungeonEnabled" : 0x1228240,
    "GetLFGCompletionReward" : 0x1229770,
    "GetLFGCompletionRewardItem" : 0x12298b0,
    "GetLFGCompletionRewardItemLink" : 0x1229b80,
    "IsInLFGDungeon" : 0x1229d00,
    "IsAllowedToUserTeleport" : 0x1229dc0,
    "IsServerControlledBackfill" : 0x1229e90,
    "CanPartyLFGBackfill" : 0x1229fb0,
    "GetPartyLFGBackfillInfo" : 0x1229fe0,
    "PartyLFGStartBackfill" : 0x122a0c0,
    "GetLFGRandomCooldownExpiration" : 0x122a1c0,
    "UnitHasLFGRandomCooldown" : 0x122a260,
    "GetLFGDeserterExpiration" : 0x122a3b0,
    "UnitHasLFGDeserter" : 0x122a450,
    "GetLFGDungeonNumEncounters" : 0x122b110,
    "GetLFGDungeonEncounterInfo" : 0x122b2a0,
    "GetLFGCategoryForID" : 0x122b3f0,
    "DungeonAppearsInRandomLFD" : 0x122b480,
    "GetLFGSuspendedPlayers" : 0x122b530,
    "GetLFGInviteRoleRestrictions" : 0x122b6a0,
    "GetLFGInviteRoleAvailability" : 0x122b6b0,
    "UnitGetAvailableRoles" : 0x12264e0,
    "GetLFDChoiceOrder" : 0x12267c0,
    "GetLFDChoiceCollapseState" : 0x1226c70,
    "GetLFDChoiceEnabledState" : 0x1226f70,
    "GetLFDChoiceLockedState" : 0x1227190,
    "GetLFDLockPlayerCount" : 0x12273d0,
    "GetLFDLockInfo" : 0x1227470,
    "GetLFDRoleLockInfo" : 0x1227a80,
    "GetLFDRoleRestrictions" : 0x1227c30,
    "RequestLFDPlayerLockInfo" : 0x1227ef0,
    "RequestLFDPartyLockInfo" : 0x1228020,
    "GetNumRandomDungeons" : 0x12282f0,
    "GetLFGDungeonRewards" : 0x1228350,
    "GetLFGDungeonRewardInfo" : 0x1228500,
    "GetLFGDungeonRewardCapBarInfo" : 0x1228850,
    "GetLFGDungeonRewardCapInfo" : 0x1228c10,
    "GetLFGDungeonRewardLink" : 0x1228de0,
    "GetLFGDungeonShortageRewardLink" : 0x1228fd0,
    "GetRandomDungeonBestChoice" : 0x12296f0,
    "GetLFGRoleShortageRewards" : 0x122a700,
    "GetLFGDungeonShortageRewardInfo" : 0x122aa20,
    "GetLFRChoiceOrder" : 0x1226ae0,
    "GetNumDungeonForRandomSlot" : 0x122a5c0,
    "GetDungeonForRandomSlot" : 0x122a630,
    "GetNumRFDungeons" : 0x122adc0,
    "GetRFDungeonInfo" : 0x122ae20,
    "GetBestRFChoice" : 0x122aea0,
    "GetNumFlexRaidDungeons" : 0x122af80,
    "GetFlexRaidDungeonInfo" : 0x122afb0,
    "GetBestFlexRaidChoice" : 0x122b030,
    "IsInScenarioGroup" : 0x1229f20,
    "GetNumScenarios" : 0x122adf0,
    "GetScenariosChoiceOrder" : 0x1226950,
    "GetNumRandomScenarios" : 0x1228320,
    "GetRandomScenarioInfo" : 0x12294c0,
    "GetRandomScenarioBestChoice" : 0x1229730,
    "CloseMerchant" : 0x1260120,
    "GetMerchantNumItems" : 0x1260130,
    "GetMerchantItemInfo" : 0x1260160,
    "GetMerchantItemCostInfo" : 0x12606a0,
    "GetMerchantItemCostItem" : 0x1260880,
    "GetMerchantCurrencies" : 0x1260c80,
    "GetBuybackItemInfo" : 0x1260ea0,
    "GetBuybackItemLink" : 0x12610f0,
    "GetMerchantItemLink" : 0x12611e0,
    "GetMerchantItemID" : 0x12613b0,
    "GetMerchantItemMaxStack" : 0x1261420,
    "PickupMerchantItem" : 0x12614f0,
    "BuyMerchantItem" : 0x1261610,
    "BuybackItem" : 0x1261720,
    "CanMerchantRepair" : 0x1261810,
    "CanAffordMerchantItem" : 0x1261880,
    "ShowBuybackSellCursor" : 0x1261c20,
    "ShowRepairCursor" : 0x1261d20,
    "HideRepairCursor" : 0x1261d90,
    "InRepairMode" : 0x1261dc0,
    "GetRepairAllCost" : 0x1261df0,
    "RepairAllItems" : 0x1261e80,
    "GetNumBuybackItems" : 0x1261f70,
    "GetMerchantFilter" : 0x1261fa0,
    "SetMerchantFilter" : 0x1261fc0,
    "ResetSetMerchantFilter" : 0x1262000,
    "GetInventorySlotInfo" : 0x12699c0,
    "GetInventoryItemsForSlot" : 0x1269e10,
    "GetInventoryItemTexture" : 0x126a580,
    "GetInventoryItemBroken" : 0x126a750,
    "GetInventoryItemEquippedUnusable" : 0x126a8d0,
    "GetInventoryItemCount" : 0x126aa40,
    "GetInventoryItemQuality" : 0x126ac00,
    "GetInventoryItemCooldown" : 0x126ae60,
    "GetInventoryItemDurability" : 0x126b020,
    "GetInventoryItemLink" : 0x126b100,
    "GetInventoryItemID" : 0x126b310,
    "IsInventoryItemAnUpgrade" : 0x126b490,
    "IsInventoryItemProfessionBag" : 0x126b590,
    "PickupInventoryItem" : 0x126b6b0,
    "UseInventoryItem" : 0x126b6e0,
    "SocketInventoryItem" : 0x126b7c0,
    "IsInventoryItemLocked" : 0x126b900,
    "PutItemInBag" : 0x126b9a0,
    "PutItemInBackpack" : 0x126ba00,
    "PickupBagFromSlot" : 0x126ba30,
    "CursorCanGoInSlot" : 0x1268ba0,
    "ShowInventorySellCursor" : 0x1268c20,
    "SetInventoryPortraitTexture" : 0x1268ca0,
    "GetGuildInfo" : 0x1268e20,
    "GetInventoryAlertStatus" : 0x1269010,
    "UpdateInventoryAlertStatus" : 0x1269080,
    "GetInspectHonorData" : 0x1269090,
    "ClearInspectPlayer" : 0x1269130,
    "GetWeaponEnchantInfo" : 0x1269190,
    "HasWandEquipped" : 0x1269330,
    "GetInspectGuildInfo" : 0x1269720,
    "GetAverageItemLevel" : 0x1269390,
    "GetItemLevelColor" : 0x1269410,
    "GetInspectRatedBGData" : 0x12694f0,
    "GetInspectArenaData" : 0x1269550,
    "GetInspectTalent" : 0x1269620,
    "HasArtifactEquipped" : 0x1269840,
    "PetHasActionBar" : 0x126f710,
    "PetUsesPetFrame" : 0x126f780,
    "PetHasSpellbook" : 0x126f710,
    "GetPetActionInfo" : 0x126f860,
    "GetPetActionCooldown" : 0x126fc70,
    "GetPetActionsUsable" : 0x126fdb0,
    "GetPetActionSlotUsable" : 0x126fde0,
    "IsPetAttackActive" : 0x126fe80,
    "PickupPetAction" : 0x126fee0,
    "PickupPetSpell" : 0x1270040,
    "TogglePetAutocast" : 0x1270120,
    "CastPetAction" : 0x12701d0,
    "PetPassiveMode" : 0x1270450,
    "PetDefensiveMode" : 0x1270490,
    "PetAggressiveMode" : 0x16bf90,
    "PetAssistMode" : 0x12704d0,
    "PetWait" : 0x1270510,
    "PetFollow" : 0x1270550,
    "PetMoveTo" : 0x1270590,
    "PetAttack" : 0x1270610,
    "PetStopAttack" : 0x1270700,
    "PetAbandon" : 0x1270770,
    "PetDismiss" : 0x1270860,
    "PetRename" : 0x1270870,
    "PetCanBeAbandoned" : 0x1270a90,
    "PetCanBeDismissed" : 0x1270b50,
    "PetCanBeRenamed" : 0x1270c20,
    "GetPetTimeRemaining" : 0x1270ce0,
    "HasPetUI" : 0x1270d50,
    "GetPetExperience" : 0x1270e10,
    "GetPetFoodTypes" : 0x1270ec0,
    "GetPetIcon" : 0x1271110,
    "GetPetTalentTree" : 0x12711e0,
    "GetPossessInfo" : 0x1271520,
    "CancelPetPossess" : 0x1271660,
    "IsPetAttackAction" : 0x1271720,
    "IsPetActive" : 0x126fea0,
    "SendQuestChoiceResponse" : 0x1277800,
    "GetQuestChoiceRewardInfo" : 0x12778a0,
    "GetQuestChoiceRewardItem" : 0x1277b00,
    "GetQuestChoiceRewardCurrency" : 0x1277d40,
    "GetQuestChoiceRewardFaction" : 0x1277eb0,
    "CloseQuestChoice" : 0x1277f90,
    "IsQuestFlaggedCompleted" : 0x127b7c0,
    "GetQuestsCompleted" : 0x127b820,
    "GetNumQuestLogEntries" : 0x127b970,
    "GetQuestTagInfo" : 0x127ba00,
    "IsQuestBounty" : 0x127bbe0,
    "IsQuestInvasion" : 0x127bcb0,
    "IsQuestCriteriaForBounty" : 0x127bd80,
    "GetQuestBountyInfoForMapID" : 0x127be10,
    "GetQuestLogTitle" : 0x127cb00,
    "SelectQuestLogEntry" : 0x127df20,
    "GetQuestLogSelection" : 0x127dfd0,
    "SetAbandonQuest" : 0x127e030,
    "GetAbandonQuestName" : 0x127e040,
    "GetAbandonQuestItems" : 0x127e0b0,
    "AbandonQuest" : 0x127e6e0,
    "CanAbandonQuest" : 0x127e7d0,
    "IsUnitOnQuest" : 0x127f1c0,
    "IsUnitOnQuestByQuestID" : 0x127f9a0,
    "GetQuestLogQuestText" : 0x127fc30,
    "GetNumQuestLeaderBoards" : 0x127fe30,
    "GetQuestLogLeaderBoard" : 0x127fed0,
    "GetQuestLogCriteriaSpell" : 0x12800c0,
    "GetNumQuestItemDrops" : 0x1280240,
    "GetQuestLogItemDrop" : 0x1280390,
    "GetQuestPOILeaderBoard" : 0x1280500,
    "GetQuestLogTimeLeft" : 0x1280670,
    "IsCurrentQuestFailed" : 0x1280760,
    "GetNumQuestLogRewards" : 0x1280870,
    "GetNumQuestLogChoices" : 0x1280c40,
    "GetNumQuestLogRewardCurrencies" : 0x1280a60,
    "GetQuestLogRewardInfo" : 0x1280e00,
    "QuestLogRewardHasTreasurePicker" : 0x1281180,
    "GetNumTreasurePickerItems" : 0x1281210,
    "GetTreasurePickerItemInfo" : 0x12812e0,
    "GetQuestLogRewardCurrencyInfo" : 0x1281620,
    "GetQuestLogChoiceInfo" : 0x12818e0,
    "GetQuestLogItemLink" : 0x1281ca0,
    "GetQuestLogSpellLink" : 0x12821a0,
    "GetQuestLogRewardMoney" : 0x1282350,
    "GetQuestLogRewardXP" : 0x12826e0,
    "GetQuestLogRewardArtifactXP" : 0x1282aa0,
    "GetNumQuestLogRewardSpells" : 0x1283140,
    "GetQuestLogRewardSpell" : 0x12832d0,
    "GetQuestLogRewardHonor" : 0x1282c10,
    "GetQuestLogRequiredMoney" : 0x1283730,
    "GetQuestLogPushable" : 0x12838d0,
    "QuestLogPushQuest" : 0x1283a60,
    "GetQuestTimers" : 0x1283c00,
    "GetQuestIndexForTimer" : 0x1283de0,
    "CollapseQuestHeader" : 0x1283f30,
    "ExpandQuestHeader" : 0x1283fa0,
    "GetQuestGreenRange" : 0x1284010,
    "GetScalingQuestGreenRange" : 0x1284090,
    "GetNumQuestWatches" : 0x12840e0,
    "IsQuestWatched" : 0x1284110,
    "IsQuestHardWatched" : 0x1284200,
    "AddQuestWatch" : 0x1284300,
    "RemoveQuestWatch" : 0x1284390,
    "GetNumWorldQuestWatches" : 0x1284400,
    "AddWorldQuestWatch" : 0x1284420,
    "GetWorldQuestWatchInfo" : 0x1284660,
    "RemoveWorldQuestWatch" : 0x12844a0,
    "IsWorldQuestWatched" : 0x1284500,
    "IsWorldQuestHardWatched" : 0x12845d0,
    "GetQuestIndexForWatch" : 0x1284720,
    "GetQuestLogGroupNum" : 0x1284820,
    "GetQuestResetTime" : 0x12848a0,
    "GetQuestLink" : 0x12849e0,
    "GetQuestLogRewardTitle" : 0x1282d60,
    "GetQuestLogRewardSkillPoints" : 0x1282f70,
    "GetQuestLogSpecialItemInfo" : 0x1284b90,
    "GetQuestLogSpecialItemCooldown" : 0x1284d90,
    "IsQuestLogSpecialItemInRange" : 0x1284e60,
    "UseQuestLogSpecialItem" : 0x1284f80,
    "ProcessQuestLogRewardFactions" : 0x1285160,
    "GetNumQuestLogRewardFactions" : 0x12852f0,
    "GetQuestLogRewardFactionInfo" : 0x1285320,
    "SortQuestWatches" : 0x1285f40,
    "GetQuestWatchIndex" : 0x1285fc0,
    "GetQuestLogIndexByID" : 0x12860b0,
    "GetQuestLogIsAutoComplete" : 0x1286130,
    "QuestLogShouldShowPortrait" : 0x12862d0,
    "GetQuestLogPortraitGiver" : 0x1286470,
    "GetQuestLogPortraitTurnIn" : 0x1286640,
    "GetQuestLogQuestType" : 0x1286b20,
    "IsQuestComplete" : 0x1286cb0,
    "IsStoryQuest" : 0x1286d80,
    "IsQuestSequenced" : 0x1286f00,
    "GetQuestWatchInfo" : 0x127d290,
    "HaveQuestData" : 0x127d740,
    "HaveQuestRewardData" : 0x127d7d0,
    "GetQuestFactionGroup" : 0x127db70,
    "IsBreadcrumbQuest" : 0x127dd40,
    "GetQuestExpansion" : 0x127dda0,
    "SortQuests" : 0x1285f80,
    "SortQuestSortTypes" : 0x1285f50,
    "QuestMapUpdateAllQuests" : 0x12853b0,
    "GetQuestSortIndex" : 0x12853f0,
    "GetQuestUiMapID" : 0x1285450,
    "QuestPOIUpdateIcons" : 0x12854b0,
    "QuestPOIGetIconInfo" : 0x12854c0,
    "QuestPOIGetSecondaryLocations" : 0x1285680,
    "QuestHasPOIInfo" : 0x1285920,
    "QuestPOIGetQuestIDByIndex" : 0x12859c0,
    "QuestPOIGetQuestIDByVisibleIndex" : 0x1285a40,
    "GetQuestLogCompletionText" : 0x1285af0,
    "SetPOIIconOverlapDistance" : 0x1285da0,
    "SetPOIIconOverlapPushDistance" : 0x1285df0,
    "GetDistanceSqToQuest" : 0x1285e50,
    "GetQuestPOIs" : 0x127e830,
    "GetTaskPOIs" : 0x127ed90,
    "GetNumQuestLogTasks" : 0x127eed0,
    "GetQuestLogTaskInfo" : 0x127ef20,
    "GetQuestPOIBlobCount" : 0x127f280,
    "IsQuestTask" : 0x127f3d0,
    "GetTasksTable" : 0x127f4c0,
    "GetTaskInfo" : 0x127f6d0,
    "GetQuestObjectiveInfo" : 0x127fa30,
    "GetQuestProgressBarPercent" : 0x127fbc0,
    "GetNumAutoQuestPopUps" : 0x1286800,
    "GetAutoQuestPopUp" : 0x1286820,
    "AddAutoQuestPopUp" : 0x1286900,
    "RemoveAutoQuestPopUp" : 0x12869f0,
    "SetSuperTrackedQuestID" : 0x1286a30,
    "GetSuperTrackedQuestID" : 0x1286b00,
    "CloseResearch" : 0x12abfb0,
    "GetArchaeologyInfo" : 0x12ab440,
    "GetNumArchaeologyRaces" : 0x12ab4c0,
    "GetArchaeologyRaceInfo" : 0x12ab4e0,
    "GetArchaeologyRaceInfoByID" : 0x12ab5b0,
    "GetNumArtifactsByRace" : 0x12ab660,
    "GetArtifactInfoByRace" : 0x12ab790,
    "SetSelectedArtifact" : 0x12ab880,
    "GetSelectedArtifactInfo" : 0x12ab950,
    "CanItemBeSocketedToArtifact" : 0x12ab960,
    "ItemAddedToArtifact" : 0x12aba30,
    "SocketItemToArtifact" : 0x12aba90,
    "RemoveItemFromArtifact" : 0x12abb80,
    "GetArtifactProgress" : 0x12abbb0,
    "CanSolveArtifact" : 0x12abc20,
    "SolveArtifact" : 0x12abc70,
    "GetActiveArtifactByRace" : 0x12abd30,
    "IsArtifactCompletionHistoryAvailable" : 0x12abda0,
    "RequestArtifactCompletionHistory" : 0x12abdc0,
    "CanScanResearchSite" : 0x12abfd0,
    "ArchaeologyMapUpdateAll" : 0x12abdf0,
    "ArcheologyGetVisibleBlobID" : 0x12abe50,
    "ArchaeologyGetIconInfo" : 0x12abeb0,
    "SetTaxiMap" : 0x12bc460,
    "GetTaxiMapID" : 0x12bc540,
    "NumTaxiNodes" : 0x12bc570,
    "TaxiNodeName" : 0x12bc5a0,
    "TaxiNodePosition" : 0x12bc680,
    "TaxiNodeCost" : 0x12bc720,
    "TakeTaxiNode" : 0x12bc7a0,
    "CloseTaxiMap" : 0x12bc810,
    "TaxiNodeGetType" : 0x12bc820,
    "TaxiGetNodeSlot" : 0x12bc910,
    "TaxiGetSrcX" : 0x12bca80,
    "TaxiGetSrcY" : 0x12bcb00,
    "TaxiGetDestX" : 0x12bcb80,
    "TaxiGetDestY" : 0x12bcc00,
    "GetNumRoutes" : 0x12bc9b0,
    "TaxiIsDirectFlight" : 0x12bca20,
    "AttachGlyphToSpell" : 0x1336f90,
    "HasPendingGlyphCast" : 0x13370a0,
    "HasAttachedGlyph" : 0x13370c0,
    "GetCurrentGlyphNameForSpell" : 0x13371c0,
    "GetPendingGlyphName" : 0x1337380,
    "IsSpellValidForPendingGlyph" : 0x1337460,
    "IsPendingGlyphRemoval" : 0x1337790,
    "IsCastingGlyph" : 0x13377b0,
    "UnitHasIncomingResurrection" : 0x133b010,
    "IsEncounterInProgress" : 0x133c570,
    "IsEncounterSuppressingRelease" : 0x133c520,
    "IsEncounterLimitingResurrections" : 0x133c590,
    "CloseTrade" : 0x13435a0,
    "ClickTradeButton" : 0x1343600,
    "ClickTargetTradeButton" : 0x13439f0,
    "GetTradeTargetItemInfo" : 0x1343a70,
    "GetTradeTargetItemLink" : 0x1343d60,
    "GetTradePlayerItemInfo" : 0x1343fe0,
    "GetTradePlayerItemLink" : 0x1344280,
    "AcceptTrade" : 0x1344320,
    "CancelTradeAccept" : 0x13443a0,
    "GetPlayerTradeMoney" : 0x13443f0,
    "GetTargetTradeMoney" : 0x1344430,
    "PickupTradeMoney" : 0x1344460,
    "AddTradeMoney" : 0x1344500,
    "SetTradeMoney" : 0x1344530,
    "SetTradeCurrency" : 0x1344620,
    "GetPlayerTradeCurrency" : 0x1344760,
    "GetTargetTradeCurrency" : 0x13447c0,
    "SecureCmdOptionParse" : 0x1346a00,
    "RunMacro" : 0x1346ac0,
    "RunMacroText" : 0x1346b10,
    "StopMacro" : 0x1346cf0,
    "CreateMacro" : 0x1346d20,
    "GetNumMacros" : 0x1346e90,
    "GetMacroInfo" : 0x1346ed0,
    "GetMacroBody" : 0x1346f40,
    "DeleteMacro" : 0x1346f80,
    "EditMacro" : 0x13470a0,
    "SetMacroItem" : 0x13471d0,
    "GetMacroItem" : 0x1347320,
    "SetMacroSpell" : 0x13474d0,
    "GetMacroSpell" : 0x1347630,
    "GetLooseMacroIcons" : 0x1347690,
    "GetLooseMacroItemIcons" : 0x1347cb0,
    "GetMacroItemIcons" : 0x1347a40,
    "GetMacroIcons" : 0x13477d0,
    "PickupMacro" : 0x1347df0,
    "GetMacroIndexByName" : 0x1347e30,
    "GetRunningMacro" : 0x1347ec0,
    "GetRunningMacroButton" : 0x1347f30,
    "OpenTrainer" : 0x1356f20,
    "CloseTrainer" : 0x1356f50,
    "GetNumTrainerServices" : 0x1356f80,
    "GetTrainerServiceInfo" : 0x1356fb0,
    "SelectTrainerService" : 0x1357270,
    "IsTradeskillTrainer" : 0x13572e0,
    "GetTrainerSelectionIndex" : 0x1357300,
    "GetTrainerGreetingText" : 0x13573a0,
    "GetTrainerServiceIcon" : 0x13573c0,
    "GetTrainerServiceSkillLine" : 0x1357540,
    "GetTrainerServiceCost" : 0x1357830,
    "GetTrainerServiceLevelReq" : 0x1357a10,
    "GetTrainerServiceSkillReq" : 0x1357a90,
    "GetTrainerServiceNumAbilityReq" : 0x1357c20,
    "GetTrainerServiceAbilityReq" : 0x1357cd0,
    "GetTrainerServiceDescription" : 0x1357f90,
    "BuyTrainerService" : 0x1358300,
    "SetTrainerServiceTypeFilter" : 0x1358420,
    "GetTrainerServiceTypeFilter" : 0x1358570,
    "GetTrainerServiceItemLink" : 0x1358600,
    "GetTrainerServiceStepIndex" : 0x13587e0,
    "GetTrainerTradeskillRankValues" : 0x1358810,
    "StartDuel" : 0x135b0c0,
    "AcceptDuel" : 0x135b160,
    "CancelDuel" : 0x135b1b0,
    "ForfeitDuel" : 0x135b200,
    "QueryGuildBankTab" : 0x135b9e0,
    "SetCurrentGuildBankTab" : 0x135ba80,
    "GetCurrentGuildBankTab" : 0x135bae0,
    "GetGuildBankItemInfo" : 0x135c010,
    "SetGuildBankTabInfo" : 0x135ce70,
    "GetGuildBankItemLink" : 0x135c3a0,
    "PickupGuildBankItem" : 0x135c490,
    "AutoStoreGuildBankItem" : 0x135c730,
    "SplitGuildBankItem" : 0x135c950,
    "GetNumGuildBankTabs" : 0x135cb80,
    "GetGuildBankTabInfo" : 0x135cba0,
    "GetGuildBankTabCost" : 0x135d070,
    "BuyGuildBankTab" : 0x135bb10,
    "DepositGuildBankMoney" : 0x135bba0,
    "WithdrawGuildBankMoney" : 0x135bd20,
    "CanWithdrawGuildBankMoney" : 0x135be70,
    "PickupGuildBankMoney" : 0x135b950,
    "GetGuildBankMoney" : 0x135bf80,
    "GetGuildBankBonusDepositMoney" : 0x135bfb0,
    "GetGuildBankWithdrawMoney" : 0x135bfe0,
    "CloseGuildBankFrame" : 0x135d0e0,
    "GetGuildTabardFiles" : 0x135d150,
    "GetGuildLogoInfo" : 0x135d2c0,
    "QueryGuildBankLog" : 0x135d440,
    "GetNumGuildBankTransactions" : 0x135d4b0,
    "GetGuildBankTransaction" : 0x135d530,
    "GetNumGuildBankMoneyTransactions" : 0x135da20,
    "GetGuildBankMoneyTransaction" : 0x135da40,
    "QueryGuildBankText" : 0x135dc80,
    "GetGuildBankText" : 0x135dd20,
    "SetGuildBankText" : 0x135de00,
    "CanEditGuildBankTabInfo" : 0x135bf20,
    "ItemTextGetItem" : 0x1377210,
    "ItemTextGetCreator" : 0x1377270,
    "ItemTextGetMaterial" : 0x1377300,
    "ItemTextGetPage" : 0x1377430,
    "ItemTextGetText" : 0x1377460,
    "ItemTextHasNextPage" : 0x1377480,
    "ItemTextPrevPage" : 0x13774d0,
    "ItemTextNextPage" : 0x1377520,
    "ItemTextIsFullPage" : 0x1377570,
    "CloseItemText" : 0x13775e0,
    "CloseAuctionHouse" : 0x1386c30,
    "GetAuctionHouseDepositRate" : 0x1386c40,
    "GetAuctionDeposit" : 0x1386cd0,
    "CalculateAuctionDeposit" : 0x1386cc0,
    "ClickAuctionSellItemButton" : 0x1386fe0,
    "GetAuctionSellItemInfo" : 0x13870e0,
    "PostAuction" : 0x1387510,
    "StartAuction" : 0x1386cc0,
    "QueryAuctionItems" : 0x1387ad0,
    "GetOwnerAuctionItems" : 0x1387fe0,
    "GetBidderAuctionItems" : 0x1388040,
    "GetNumAuctionItems" : 0x13880c0,
    "GetAuctionItemInfo" : 0x13881c0,
    "GetAuctionItemLink" : 0x1388a00,
    "GetAuctionItemBattlePetInfo" : 0x1388d00,
    "GetAuctionItemTimeLeft" : 0x1388f60,
    "PlaceAuctionBid" : 0x1389130,
    "GetAuctionItemSubClasses" : 0x13894c0,
    "CanSendAuctionQuery" : 0x1389c80,
    "SortAuctionItems" : 0x1389d70,
    "SetSelectedAuctionItem" : 0x1389fd0,
    "GetSelectedAuctionItem" : 0x138a150,
    "IsAuctionSortReversed" : 0x138a2d0,
    "CancelAuction" : 0x138a540,
    "CanCancelAuction" : 0x138a490,
    "GetAuctionSort" : 0x138a670,
    "SortAuctionClearSort" : 0x138a880,
    "SortAuctionSetSort" : 0x138aa00,
    "SortAuctionApplySort" : 0x138ab40,
    "CancelSell" : 0x138abe0,
    "SetAuctionsTabShowing" : 0x138ac50,
    "CloseGuildRegistrar" : 0x13baa20,
    "GetGuildCharterCost" : 0x13baa80,
    "BuyGuildCharter" : 0x13baab0,
    "TurnInGuildCharter" : 0x13bac10,
    "GetTabardInfo" : 0x13bac30,
    "GetNumGuildMembers" : 0x13fa420,
    "GetGuildRosterMOTD" : 0x13fa480,
    "GetGuildRosterInfo" : 0x13fa4d0,
    "GuildRosterSendSoR" : 0x13fa9d0,
    "GetGuildRosterLastOnline" : 0x13fab60,
    "GetGuildRosterLargestAchievementPoints" : 0x13f9d20,
    "GuildRosterSetPublicNote" : 0x13facf0,
    "GuildRosterSetOfficerNote" : 0x13fae40,
    "SetGuildRosterSelection" : 0x13faf90,
    "GetGuildRosterSelection" : 0x13fb020,
    "CanGuildPromote" : 0x13fb090,
    "CanGuildDemote" : 0x13fb160,
    "CanGuildInvite" : 0x13fb230,
    "CanGuildRemove" : 0x13fb2f0,
    "CanEditMOTD" : 0x13fb3b0,
    "CanEditPublicNote" : 0x13fb480,
    "CanEditGuildInfo" : 0x13fb550,
    "CanGuildBankRepair" : 0x13fb620,
    "IsInAuthenticatedRank" : 0x13fb6f0,
    "GetNumMembersInRank" : 0x13fb7b0,
    "CanEditGuildTabInfo" : 0x13fb810,
    "CanEditGuildEvent" : 0x13fb8d0,
    "SortGuildRoster" : 0x13fb9c0,
    "SetGuildRosterShowOffline" : 0x13fbba0,
    "GetGuildRosterShowOffline" : 0x13fbbe0,
    "GuildControlGetNumRanks" : 0x13fbc00,
    "GuildControlGetRankName" : 0x13fbc30,
    "GuildControlSetRank" : 0x13fbd60,
    "GuildControlSetRankFlag" : 0x13fbf20,
    "GuildControlSaveRank" : 0x13fc380,
    "GuildControlAddRank" : 0x13fc940,
    "GuildControlDelRank" : 0x13fc9f0,
    "GuildControlShiftRankUp" : 0x13fcad0,
    "GuildControlShiftRankDown" : 0x13fcb80,
    "GuildControlGetAllowedShifts" : 0x13fcc30,
    "GetPromotionRank" : 0x13fcd20,
    "GetDemotionRank" : 0x13fce70,
    "IsGuildRankAssignmentAllowed" : 0x13fcfc0,
    "SetGuildMemberRank" : 0x13fd0b0,
    "SetGuildBankTabPermissions" : 0x13fd190,
    "GetGuildBankTabPermissions" : 0x13fd3c0,
    "SetGuildBankWithdrawGoldLimit" : 0x13fd470,
    "GetGuildBankWithdrawGoldLimit" : 0x13fd530,
    "SetGuildBankTabItemWithdraw" : 0x13fd5b0,
    "CloseGuildRoster" : 0x16bf90,
    "GetGuildInfoText" : 0x13fd7c0,
    "SetGuildInfoText" : 0x13fd810,
    "QueryGuildEventLog" : 0x13fd920,
    "GetNumGuildEvents" : 0x13fd960,
    "GetGuildEventInfo" : 0x13fd980,
    "GetGuildFactionGroup" : 0x13fde50,
    "GetNumGuildPerks" : 0x13fde90,
    "GetGuildPerkInfo" : 0x13f8230,
    "GetGuildMemberRecipes" : 0x13f84a0,
    "QueryGuildRecipes" : 0x13f8630,
    "ViewGuildRecipes" : 0x13f8660,
    "CanViewGuildRecipes" : 0x13f86c0,
    "QueryGuildMembersForRecipe" : 0x13f8720,
    "GetGuildRecipeInfoPostQuery" : 0x13f8890,
    "GetGuildRecipeMember" : 0x13f88f0,
    "GetNumGuildTradeSkill" : 0x13f89c0,
    "GetGuildTradeSkillInfo" : 0x13f8a30,
    "SortGuildTradeSkill" : 0x13f8f00,
    "SetGuildTradeSkillItemNameFilter" : 0x13f9020,
    "SetGuildTradeSkillCategoryFilter" : 0x13f90f0,
    "CollapseGuildTradeSkillHeader" : 0x13f9210,
    "ExpandGuildTradeSkillHeader" : 0x13f9260,
    "GetNumGuildNews" : 0x13f92b0,
    "GetGuildNewsMemberName" : 0x13f92d0,
    "QueryGuildNews" : 0x13f93c0,
    "GuildNewsSetSticky" : 0x13f9410,
    "SetGuildNewsFilter" : 0x13f9530,
    "GetGuildNewsFilters" : 0x13f9600,
    "GuildNewsSort" : 0x13f9660,
    "RequestGuildPartyState" : 0x13f96e0,
    "InGuildParty" : 0x13f9d40,
    "RequestGuildRewards" : 0x13f96b0,
    "GetNumGuildRewards" : 0x13f9740,
    "GetGuildRewardInfo" : 0x13f9770,
    "GetGuildNewsSort" : 0x13f9720,
    "RequestGuildChallengeInfo" : 0x13f9da0,
    "GetNumGuildChallenges" : 0x13f9dc0,
    "GetGuildChallengeInfo" : 0x13f9e30,
    "ReplaceGuildMaster" : 0x13f9f50,
    "CanReplaceGuildMaster" : 0x13fa090,
    "GuildMasterAbsent" : 0x13fa0c0,
    "GetGuildRenameRequired" : 0x13f9f90,
    "SubmitRequiredGuildRename" : 0x13f9fb0,
    "GuildInfo" : 0x13fa1b0,
    "IsGuildMember" : 0x13fa320,
    "JumpOrAscendStart" : 0x1437900,
    "AscendStop" : 0x1437ac0,
    "DescendStop" : 0x1437b30,
    "ToggleRun" : 0x1437ba0,
    "ToggleAutoRun" : 0x1437c60,
    "StartAutoRun" : 0x1437d00,
    "StopAutoRun" : 0x1437d70,
    "MoveForwardStart" : 0x1437de0,
    "MoveForwardStop" : 0x1437e50,
    "MoveBackwardStart" : 0x1437ec0,
    "MoveBackwardStop" : 0x1437f30,
    "TurnLeftStart" : 0x1437fa0,
    "TurnLeftStop" : 0x1438010,
    "TurnRightStart" : 0x1438080,
    "TurnRightStop" : 0x14380f0,
    "StrafeLeftStart" : 0x1438160,
    "StrafeLeftStop" : 0x14381d0,
    "StrafeRightStart" : 0x1438240,
    "StrafeRightStop" : 0x14382b0,
    "PitchUpStart" : 0x1438320,
    "PitchUpStop" : 0x1438390,
    "PitchDownStart" : 0x1438400,
    "PitchDownStop" : 0x1438470,
    "TurnOrActionStart" : 0x14384e0,
    "TurnOrActionStop" : 0x1438570,
    "CameraOrSelectOrMoveStart" : 0x14385e0,
    "CameraOrSelectOrMoveStop" : 0x1438670,
    "MoveAndSteerStart" : 0x1438700,
    "MoveAndSteerStop" : 0x14387f0,
    "SetMouselookOverrideBinding" : 0x1438890,
    "MouselookStart" : 0x1438a00,
    "MouselookStop" : 0x1438ad0,
    "IsMouselooking" : 0x1438b40,
    "TaxiRequestEarlyLanding" : 0x1438b70,
    "VehicleExit" : 0x1438b90,
    "VehiclePrevSeat" : 0x1438c30,
    "VehicleNextSeat" : 0x1438c90,
    "VehicleAimUpStart" : 0x1438320,
    "VehicleAimUpStop" : 0x1438390,
    "VehicleAimDownStart" : 0x1438400,
    "VehicleAimDownStop" : 0x1438470,
    "VehicleAimIncrement" : 0x1438cf0,
    "VehicleAimDecrement" : 0x1438d60,
    "VehicleAimRequestAngle" : 0x1438dd0,
    "VehicleAimGetAngle" : 0x1438e80,
    "VehicleAimRequestNormAngle" : 0x1438ed0,
    "VehicleAimGetNormAngle" : 0x1438fe0,
    "VehicleAimSetNormPower" : 0x14390d0,
    "VehicleAimGetNormPower" : 0x1439150,
    "IsUsingVehicleControls" : 0x1439170,
    "CanExitVehicle" : 0x14391a0,
    "CanCancelScene" : 0x1439210,
    "IsInCinematicScene" : 0x1439270,
    "CancelScene" : 0x14392b0,
    "CanSwitchVehicleSeats" : 0x14392f0,
    "IsVehicleAimAngleAdjustable" : 0x1439320,
    "IsVehicleAimPowerAdjustable" : 0x1439380,
    "DetectWowMouse" : 0x14393e0,
    "ToggleWindowed" : 0x1439460,
    "SetMoveEnabled" : 0x1439470,
    "SetTurnEnabled" : 0x14394d0,
    "CameraZoomIn" : 0x1444d40,
    "CameraZoomOut" : 0x1444dc0,
    "GetCameraZoom" : 0x1444e60,
    "MoveViewInStart" : 0x1444e90,
    "MoveViewInStop" : 0x1444ea0,
    "MoveViewOutStart" : 0x1444ed0,
    "MoveViewOutStop" : 0x1444ee0,
    "MoveViewLeftStart" : 0x1444f50,
    "MoveViewLeftStop" : 0x1444f60,
    "MoveViewRightStart" : 0x1444f10,
    "MoveViewRightStop" : 0x1444f20,
    "MoveViewUpStart" : 0x1444fa0,
    "MoveViewUpStop" : 0x1444fb0,
    "MoveViewDownStart" : 0x1444ff0,
    "MoveViewDownStop" : 0x1445000,
    "SetView" : 0x1445040,
    "SaveView" : 0x14450b0,
    "ResetView" : 0x1445220,
    "NextView" : 0x1445280,
    "PrevView" : 0x14452c0,
    "FlipCameraYaw" : 0x1445300,
    "VehicleCameraZoomIn" : 0x1444d40,
    "VehicleCameraZoomOut" : 0x1444dc0,
    "UnitExists" : 0x1465430,
    "UnitIsVisible" : 0x1465520,
    "UnitIsUnit" : 0x1465560,
    "UnitIsPlayer" : 0x1465670,
    "UnitIsInMyGuild" : 0x1465870,
    "UnitIsCorpse" : 0x1465a10,
    "UnitGroupRolesAssigned" : 0x1465a70,
    "UnitIsRaidOfficer" : 0x1465b00,
    "UnitInParty" : 0x1465b80,
    "UnitInSubgroup" : 0x1465c20,
    "UnitPlayerOrPetInParty" : 0x1465cc0,
    "UnitInRaid" : 0x1465d70,
    "UnitInAnyGroup" : 0x1465e30,
    "UnitPlayerOrPetInRaid" : 0x1466040,
    "UnitPlayerControlled" : 0x1466100,
    "UnitIsAFK" : 0x1466160,
    "UnitIsDND" : 0x1466270,
    "UnitIsPVP" : 0x1466320,
    "UnitIsPVPSanctuary" : 0x1466400,
    "UnitIsPVPFreeForAll" : 0x1466460,
    "UnitFactionGroup" : 0x1466520,
    "UnitReaction" : 0x1466f10,
    "UnitIsEnemy" : 0x14670f0,
    "UnitIsFriend" : 0x1467290,
    "UnitCanCooperate" : 0x14674e0,
    "UnitCanAssist" : 0x1467690,
    "UnitCanAttack" : 0x1467750,
    "UnitCanPetBattle" : 0x1467810,
    "UnitIsCharmed" : 0x14678d0,
    "UnitIsPossessed" : 0x1467930,
    "PlayerCanTeleport" : 0x1467990,
    "UnitClassification" : 0x14679e0,
    "UnitIsQuestBoss" : 0x1467af0,
    "UnitSelectionColor" : 0x1467b90,
    "UnitSelectionType" : 0x1467cb0,
    "UnitGUID" : 0x1468ac0,
    "UnitName" : 0x1468b80,
    "UnitFullName" : 0x1468f70,
    "UnitRealmRelationship" : 0x1469040,
    "UnitPVPName" : 0x1469100,
    "UnitXP" : 0x14691c0,
    "UnitXPMax" : 0x1469260,
    "UnitTrialXP" : 0x1469300,
    "UnitTrialBankedLevels" : 0x14693a0,
    "UnitHonorLevel" : 0x14694c0,
    "UnitHonor" : 0x1469540,
    "UnitHonorMax" : 0x14695e0,
    "UnitHealth" : 0x1469680,
    "UnitHealthMax" : 0x14697b0,
    "UnitPowerType" : 0x14699f0,
    "UnitStagger" : 0x14698b0,
    "UnitAlternatePowerInfo" : 0x1469e00,
    "UnitAlternatePowerCounterInfo" : 0x1469ea0,
    "GetAlternatePowerInfoByID" : 0x1469fb0,
    "UnitAlternatePowerTextureInfo" : 0x146a000,
    "UnitPowerBarTimerInfo" : 0x146a2c0,
    "UnitNumPowerBarTimers" : 0x146a4c0,
    "UnitOnTaxi" : 0x146a630,
    "UnitIsFeignDeath" : 0x146a6c0,
    "UnitIsDead" : 0x146a750,
    "UnitIsGhost" : 0x146a880,
    "UnitIsDeadOrGhost" : 0x146a970,
    "UnitAffectingCombat" : 0x146aa80,
    "UnitLevel" : 0x146ab10,
    "UnitEffectiveLevel" : 0x146ab20,
    "UnitInPhase" : 0x146ab30,
    "GetMoney" : 0x146acb0,
    "UnitRace" : 0x146ad90,
    "UnitIsMercenary" : 0x146ad00,
    "ResistancePercent" : 0x146afc0,
    "UnitStat" : 0x146b170,
    "UnitDamage" : 0x146b4f0,
    "UnitRangedDamage" : 0x146b2d0,
    "UnitAttackSpeed" : 0x146b690,
    "UnitAttackPower" : 0x146b8b0,
    "UnitRangedAttackPower" : 0x146b9d0,
    "UnitWeaponAttackPower" : 0x146baf0,
    "PlayerEffectiveAttackPower" : 0x146bbc0,
    "UnitSpellHaste" : 0x146bc70,
    "UnitArmor" : 0x146bd10,
    "UnitBuff" : 0x146bde0,
    "UnitDebuff" : 0x146be30,
    "UnitAura" : 0x146be80,
    "UnitIsTapDenied" : 0x146bed0,
    "UnitIsTrivial" : 0x146bf60,
    "UnitHasRelicSlot" : 0xff5a50,
    "HasFullControl" : 0x146c010,
    "GetComboPoints" : 0x146c070,
    "IsInGuild" : 0x1467d40,
    "IsGuildLeader" : 0x1467d90,
    "IsArenaTeamCaptain" : 0x1467de0,
    "IsInArenaTeam" : 0x4b3790,
    "IsResting" : 0x1467e20,
    "GetCombatRating" : 0x1467e70,
    "GetCombatRatingBonus" : 0x1467f10,
    "GetCombatRatingBonusForCombatRatingValue" : 0x1467fc0,
    "GetPvpPowerDamage" : 0x14680b0,
    "GetPvpPowerHealing" : 0x1468100,
    "GetMaxCombatRatingBonus" : 0x1468150,
    "GetDodgeChance" : 0x14681d0,
    "GetDodgeChanceFromAttribute" : 0x1468220,
    "GetBlockChance" : 0x1468270,
    "GetShieldBlock" : 0x14682c0,
    "GetParryChance" : 0x1468300,
    "GetParryChanceFromAttribute" : 0x1468350,
    "IsDualWielding" : 0x14683a0,
    "HasDualWieldPenalty" : 0x1468420,
    "IsRangedWeapon" : 0x1468470,
    "GetCritChance" : 0x14684c0,
    "GetRangedCritChance" : 0x1468510,
    "GetSpellCritChance" : 0x1468560,
    "GetSpellBonusDamage" : 0x14685b0,
    "GetSpellBonusHealing" : 0x1468660,
    "GetPetSpellBonusDamage" : 0x14686b0,
    "GetSpellPenetration" : 0x1468700,
    "GetAttackPowerForStat" : 0x1468750,
    "GetMeleeHaste" : 0x1468820,
    "GetRangedHaste" : 0x1468890,
    "GetPetMeleeHaste" : 0x1468900,
    "GetHaste" : 0x1468970,
    "GetOverrideSpellPowerByAP" : 0x14689e0,
    "GetOverrideAPBySpellPower" : 0x1468a30,
    "GetModResilienceDamageReduction" : 0x1468a80,
    "UnitCreatureType" : 0x146c1c0,
    "UnitCreatureFamily" : 0x146c280,
    "GetResSicknessDuration" : 0x146c340,
    "GetPVPSessionStats" : 0x146c500,
    "GetPVPYesterdayStats" : 0x146c550,
    "GetPVPLifetimeStats" : 0x146c5a0,
    "UnitCastingInfo" : 0x146c620,
    "UnitChannelInfo" : 0x146c990,
    "IsLoggedIn" : 0x146cba0,
    "IsFlyableArea" : 0x146cbd0,
    "IsIndoors" : 0x146cc10,
    "IsOutdoors" : 0x146cc60,
    "IsOutOfBounds" : 0x146ccb0,
    "IsFalling" : 0x146cd00,
    "IsSwimming" : 0x146cd90,
    "IsSubmerged" : 0x146ce10,
    "IsFlying" : 0x146cea0,
    "IsMounted" : 0x146cf60,
    "IsStealthed" : 0x146cfc0,
    "UnitIsSameServer" : 0x146d010,
    "GetUnitHealthModifier" : 0x146d130,
    "GetUnitMaxHealthModifier" : 0x146d1d0,
    "GetUnitPowerModifier" : 0x146d280,
    "GetManaRegen" : 0x146d320,
    "GetPowerRegen" : 0x146d3c0,
    "GetPowerRegenForPowerType" : 0x146d470,
    "GetRuneCooldown" : 0x146e0e0,
    "GetRuneCount" : 0x146e1f0,
    "ReportPlayerIsPVPAFK" : 0x146da10,
    "PlayerIsPVPInactive" : 0x146dad0,
    "GetExpertise" : 0x146d540,
    "GetMastery" : 0x146d5e0,
    "GetMasteryEffect" : 0x146d630,
    "GetSpeed" : 0x146d850,
    "GetLifesteal" : 0x146d8a0,
    "GetAvoidance" : 0x146d8f0,
    "GetSturdiness" : 0x146d940,
    "GetVersatilityBonus" : 0x146d990,
    "UnitInBattleground" : 0x1465f80,
    "UnitInRange" : 0x146dc40,
    "UnitDistanceSquared" : 0x146df10,
    "GetUnitSpeed" : 0x146e290,
    "UnitInVehicle" : 0x146e3b0,
    "UnitUsingVehicle" : 0x146e460,
    "UnitControllingVehicle" : 0x146e510,
    "UnitInVehicleControlSeat" : 0x146e590,
    "UnitHasVehicleUI" : 0x146e5d0,
    "UnitHasVehiclePlayerFrameUI" : 0x146e610,
    "UnitTargetsVehicleInRaidUI" : 0x146e6b0,
    "UnitVehicleSkin" : 0x146e720,
    "UnitVehicleSeatCount" : 0x146e760,
    "UnitVehicleSeatInfo" : 0x146e7e0,
    "UnitSwitchToVehicleSeat" : 0x146e8e0,
    "CanSwitchVehicleSeat" : 0x146e980,
    "GetVehicleUIIndicator" : 0x146e9c0,
    "GetVehicleUIIndicatorSeat" : 0x146ea80,
    "UnitThreatSituation" : 0x146ed80,
    "UnitDetailedThreatSituation" : 0x146eea0,
    "UnitThreatPercentageOfLead" : 0x146eff0,
    "UnitIsControlling" : 0x146f0e0,
    "EjectPassengerFromSeat" : 0x146f280,
    "CanEjectPassengerFromSeat" : 0x146f160,
    "RespondInstanceLock" : 0x146f340,
    "GetPlayerFacing" : 0x146f380,
    "GetPlayerInfoByGUID" : 0x146f420,
    "GetItemStats" : 0x146f670,
    "GetItemStatDelta" : 0x146f7a0,
    "GetSetBonusesForSpecializationByItemID" : 0x146f980,
    "IsXPUserDisabled" : 0x146fd40,
    "FillLocalizedClassList" : 0x146fb60,
    "UnitGetIncomingHeals" : 0x146fd80,
    "UnitGetTotalAbsorbs" : 0x146fe60,
    "UnitGetTotalHealAbsorbs" : 0x146fed0,
    "UnitSetRole" : 0x146ff40,
    "InitiateRolePoll" : 0x1470160,
    "GetHitModifier" : 0x1470260,
    "GetSpellHitModifier" : 0x14702a0,
    "UnitHPPerStamina" : 0x14702e0,
    "GetMaxPlayerLevel" : 0x14703b0,
    "LoadURLIndex" : 0x14703d0,
    "UnitIsWildBattlePet" : 0x1466a80,
    "UnitIsBattlePetCompanion" : 0x1466990,
    "UnitBattlePetType" : 0x1466d50,
    "UnitBattlePetLevel" : 0x1466e50,
    "UnitInVehicleHidesPetFrame" : 0x146e670,
    "UnitIsOtherPlayersPet" : 0x14657d0,
    "UnitIsOtherPlayersBattlePet" : 0x1465740,
    "UnitIsBattlePet" : 0x1466bb0,
    "UnitBattlePetSpeciesID" : 0x1466c80,
    "UnitIsUnconscious" : 0x14706a0,
    "SelectedRealmName" : 0xff6770,
    "GetZoneAbilitySpellInfo" : 0x1470760,
    "GetCritChanceProvidesParryEffect" : 0x14708d0,
    "GetPVPGearStatRules" : 0x1470910,
    "HasAPEffectsSpellPower" : 0x146b0b0,
    "HasSPEffectsAttackPower" : 0x146b100,
    "UnitPosition" : 0x1470950,
    "UnitShouldDisplayName" : 0x1470a40,
    "ClosestUnitPosition" : 0x1470ad0,
    "ClosestGameObjectPosition" : 0x1470bd0,
    "ShowBossFrameWhenUninteractable" : 0x1470cd0,
    "CaseAccentInsensitiveParse" : 0x1470d40,
    "IsInsane" : 0x1470e60,
    Misc offsets
    Code:
    "ObjMgrPtr" : 0x26c78a0,
    "LastHardwareAction" : 0x263cf18,
    "LocalPlayerGUID" : 0x25d9cc0,
    "MouseOverGUID" : 0x2790fa8,
    "CameraBase" : 0x2792948,
    "CameraOffset" : 0x3440,
    "ActionBarFirstSlot" : 0x27ab5d0,
    "InGameFlag" : 0x2790fa4,
    "IsLoadingOrConnecting" : 0x25d6140,
    "RuneReady" : 0x27ba35c,
    "CurrentGroundTargetSpell" : 0x26513f0,
    "PlayerName" : 0x25d9cd8,
    "Date" : 0x1f35440,
    "Version" : 0x1f35434,
    "Build" : 0x1f25de0,

    Looking through past threads, the descriptor/objectfield change seems to be partially mapped out, did we ever get to the bottom of which ones moved and which ones are just the old data mapped directly into the object?
    I've been going through and comparing my old descriptors and the functions I have logged that use them, and for the most part it seems like the data is largely in the same format, but it'd be nice to have more of it confirmed.

    If there's not a compiled list of the new general format of them it might be worthwhile to go through them all and verify/check as a community effort.
    Last edited by h42; 07-27-2019 at 01:18 PM. Reason: Added camera stuff

    [WoW] 8.2.0.31229
  2. Thanks NessK (1 members gave Thanks to h42 for this useful post)
  3. #2
    charles420's Avatar Elite User
    Reputation
    335
    Join Date
    Jun 2009
    Posts
    337
    Thanks G/R
    25/123
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Cvars Rebased 0x0

    Code:
    s_Cvar_accountList
     0x25B03C8
    s_Cvar_g_accountUsesToken
     0x25B03D0
    s_Cvar_playIntroMovie
     0x25B03D8
    s_Cvar_raidOrBattleCount
     0x25B0460
    s_Cvar_lastAddonVersion
     0x25B03E0
    s_Cvar_mouseSpeed
     0x25B0608
    s_Cvar_Errors
     0x25B0618
    s_Cvar_seenExpansionTrialPopup
     0x25B03F8
    s_Cvar_seenConfigurationWarnings
     0x25B0400
    s_Cvar_skipStartGear
     0x25B03C0
    s_Cvar_timingTestError
     0x25B0480
    s_Cvar_launchAgent
     0x25B0478
    s_Cvar_M2UseThreads
     0x25B0640
    s_Cvar_M2UseInstancing
     0x25B0648
    s_Cvar_M2UseLOD
     0x25B0658
    s_Cvar_auroraClientRequestSuffix
     0x25B4440
    s_Cvar_hwDetect
     0x25CBDE8
    s_Cvar_videoOptionsVersion
     0x25CBE00
    s_Cvar_maxFPSBk
     0x25CBE10
    s_Cvar_gxAdapter
     0x25CBE10
    s_Cvar_gxMaximize
     0x25CBDF8
    s_Cvar_gxFullscreenResolution
     0x25CBDB8
    s_Cvar_gxWindowedResolution
     0x25CBDC0
    s_Cvar_gxNewResolution
     0x25CBDC0
    s_Cvar_gxAftermathEnabled
     0x25CBE18
    s_Cvar_graphicsQuality
     0x25CBE08
    s_Cvar_RAIDgraphicsQuality
     0x25CBE20
    s_Cvar_ffxAntiAliasingMode
     0x2616E80
    s_Cvar_WorldTextScreenY
     0x261BE80
    s_Cvar_WorldTextCritScreenY
     0x261BEB0
    s_Cvar_WorldTextRandomXY
     0x261BEB8
    s_Cvar_WorldTextRandomZMin
     0x261BEC0
    s_Cvar_WorldTextRandomZMax
     0x261BEC8
    s_Cvar_WorldTextNonRandomZ
     0x261BED0
    s_Cvar_WorldTextRampPow
     0x261BE88
    s_Cvar_WorldTextRampPowCrit
     0x261BE90
    s_Cvar_WorldTextRampDuration
     0x261BE98
    s_Cvar_WorldTextScale
     0x261BEA0
    s_Cvar_gameTip
     0x261E9A0
    s_Cvar_PreemptiveCastEnable
     0x2638518
    s_Cvar_animFrameSkipLOD
     0x2638A88
    s_Cvar_hotReloadModels
     0x2638A90
    s_Cvar_forceLODCheck
     0x2638A98
    s_Cvar_animFrameSkipLOD
     0x2638A88
    s_Cvar_hotReloadModels
     0x2638A90
    s_Cvar_forceLODCheck
     0x2638A98
    s_Cvar_disableServerNagle
     0x2638EE0
    s_Cvar_ObjectSelectionCircle
     0x263CB68
    s_Cvar_outlineMouseOverFadeDuration
     0x263CB68
    s_Cvar_outlineSelectionFadeDuration
     0x263CB58
    s_Cvar_pathSmoothing
     0x263CD80
    s_Cvar_flightAngleLookAhead
     0x263CD88
    s_Cvar_cloakFixEnabled
     0x263CD90
    s_Cvar_DebugTorsoTwist
     0x263CD98
    s_Cvar_SplineOpt
     0x263E868
    s_Cvar_persistMoveLogOnTransfer
     0x263E870
    s_Cvar_movementMaxEventLateTime
     0x263E878
    s_Cvar_movementMaxEventEarlyTime
     0x263E880
    s_Cvar_smoothUnitPhasingDistThreshold
     0x266C348
    s_Cvar_smoothUnitPhasingUnseenPurgatoryTimeMs
     0x266C350
    s_Cvar_smoothUnitPhasingDestroyedPurgatoryTimeMs
     0x266C358
    s_Cvar_smoothUnitPhasingActorPurgatoryTimeMs
     0x266C360
    s_Cvar_smoothUnitPhasingEnableAlive
     0x266C368
    s_Cvar_smoothUnitPhasingAliveTimeoutMs
     0x266C370
    s_Cvar_spellClutter
     0x2674420
    s_Cvar_ImpactModelCollisionRanged
     0x2674430
    s_Cvar_ImpactModelCollisionMissile
     0x2674438
    s_Cvar_bodyQuota
     0x2674AE8
    s_Cvar_streamingCameraMaxRadius
     0x26A7088
    s_Cvar_streamingCameraLookAheadTime
     0x26A7090
    s_Cvar_SoundPerf_VariationCap
     0x26E0AB8
    s_Cvar_Sound_AmbienceHighpassDSPCutoff
     0x26E0F40
    s_Cvar_Sound_AllyPlayerHighpassDSPCutoff
     0x26E0F48
    s_Cvar_Sound_EnemyPlayerHighpassDSPCutoff
     0x26E0F50
    s_Cvar_Sound_NPCHighpassDSPCutoff
     0x26E0F58
    s_Cvar_Sound_NumChannels
     0x26E16B0
    s_Cvar_Sound_OutputDriverName
     0x26E16C0
    s_Cvar_Sound_VoiceChatInputDriverIndex
     0x26E16C8
    s_Cvar_Sound_VoiceChatInputDriverName
     0x26E17B0
    s_Cvar_Sound_VoiceChatOutputDriverIndex
     0x26E17B8
    s_Cvar_Sound_VoiceChatOutputDriverName
     0x26E17C0
    s_Cvar_Sound_DSPBufferSize
     0x26E17C8
    s_Cvar_Sound_OutputSampleRate
     0x26E16D0
    s_Cvar_Sound_EnableMixMode2
     0x26E16E0
    s_Cvar_Sound_ListenerAtCharacter
     0x26E1740
    s_Cvar_Sound_EnableEmoteSounds
     0x26E1748
    s_Cvar_Sound_ZoneMusicNoDelay
     0x26E1750
    s_Cvar_Sound_EnableArmorFoleySoundForSelf
     0x26E1758
    s_Cvar_Sound_EnableArmorFoleySoundForOthers
     0x26E1760
    s_Cvar_Sound_EnablePetSounds
     0x26E1770
    s_Cvar_FootstepSounds
     0x26E1788
    s_Cvar_Sound_AlternateListener
     0x26E1790
    s_Cvar_scriptProfile
     0x276BB10
    s_Cvar_uiScale
     0x276BCF0
    s_Cvar_useHighResolutionUITextures
     0x276BA70
    s_Cvar_chatClassColorOverride
     0x276BCE8
    s_Cvar_deselectOnClick
     0x276BB28
    s_Cvar_autoStand
     0x276BB30
    s_Cvar_autoDismount
     0x276BB38
    s_Cvar_autoDismountFlying
     0x276BB40
    s_Cvar_autoUnshift
     0x276BB48
    s_Cvar_autoClearAFK
     0x276BB50
    s_Cvar_blockTrades
     0x276BB58
    s_Cvar_blockChannelInvites
     0x276BB60
    s_Cvar_autoLootDefault
     0x276BB68
    s_Cvar_autoLootRate
     0x276BB70
    s_Cvar_autoOpenLootHistory
     0x276BA60
    s_Cvar_superTrackerDist
     0x276BE60
    s_Cvar_spellBookSort
     0x276BE68
    s_Cvar_interactOnLeftClick
     0x276BE70
    s_Cvar_assistAttack
     0x276BB78
    s_Cvar_autoSelfCast
     0x276BB80
    s_Cvar_stopAutoAttackOnTargetChange
     0x276BB88
    s_Cvar_showTargetOfTarget
     0x276BB90
    s_Cvar_showTargetCastbar
     0x276BB98
    s_Cvar_showVKeyCastbar
     0x276BBA0
    s_Cvar_showVKeyCastbarOnlyOnTarget
     0x276BBA8
    s_Cvar_showVKeyCastbarSpellName
     0x276BBB0
    s_Cvar_displaySpellActivationOverlays
     0x276BBB8
    s_Cvar_lossOfControlFull
     0x276BBD0
    s_Cvar_minimapInsideZoom
     0x276BBE0
    s_Cvar_minimapAltitudeHintMode
     0x276BBE8
    s_Cvar_scriptErrors
     0x276BBF0
    s_Cvar_scriptWarnings
     0x276BB18
    s_Cvar_displayFreeBagSlots
     0x276BBF8
    s_Cvar_displayWorldPVPObjectives
     0x276BC00
    s_Cvar_allowCompareWithToggle
     0x276BC10
    s_Cvar_showHonorAsExperience
     0x276BEC8
    s_Cvar_mapAnimMinAlpha
     0x276BE10
    s_Cvar_spamFilter
     0x276BC18
    s_Cvar_chatBubbles
     0x276BC20
    s_Cvar_removeChatDelay
     0x276BC30
    s_Cvar_communitiesShowOffline
     0x276BC38
    s_Cvar_guildMemberNotify
     0x276BC40
    s_Cvar_guildRewardsUsable
     0x276BC48
    s_Cvar_guildRewardsCategory
     0x276BC50
    s_Cvar_twitterGetConfigTime
     0x276BEE8
    s_Cvar_twitterShortUrlLength
     0x276BF00
    s_Cvar_twitterShortUrlLengthHttps
     0x276BEF0
    s_Cvar_showBuilderFeedback
     0x276BEF8
    s_Cvar_findYourselfMode
     0x276BAC0
    s_Cvar_findYourselfInBGOnlyInCombat
     0x276BAC8
    s_Cvar_findYourselfAnywhereOnlyInCombat
     0x276BAD0
    s_Cvar_findYourselfInRaid
     0x276BAD8
    s_Cvar_findYourselfInBG
     0x276BAE0
    s_Cvar_findYourselfAnywhere
     0x276BAE8
    s_Cvar_comboPointLocation
     0x276BAF0
    s_Cvar_nameplateTargetRadialPosition
     0x276BAF8
    s_Cvar_lockActionBars
     0x276BB00
    s_Cvar_multiBarRightVerticalLayout
     0x276BC60
    s_Cvar_floatingCombatTextCombatDamage
     0x276BC68
    s_Cvar_floatingCombatTextCombatDamageAllAutos
     0x276BA68
    s_Cvar_floatingCombatTextCombatDamageDirectionalOffset
     0x276BC70
    s_Cvar_floatingCombatTextCombatDamageDirectionalScale
     0x276BC78
    s_Cvar_floatingCombatTextCombatLogPeriodicSpells
     0x276BC80
    s_Cvar_floatingCombatTextPetMeleeDamage
     0x276BC88
    s_Cvar_floatingCombatTextPetSpellDamage
     0x276BC90
    s_Cvar_floatingCombatTextCombatHealingAbsorbTarget
     0x276BCA0
    s_Cvar_floatingCombatTextCombatHealingAbsorbSelf
     0x276BCA8
    s_Cvar_enableFloatingCombatText
     0x276BCB0
    s_Cvar_showDispelDebuffs
     0x276BBC8
    s_Cvar_showToastOffline
     0x276BE30
    s_Cvar_showToastBroadcast
     0x276BE38
    s_Cvar_showToastFriendRequest
     0x276BE40
    s_Cvar_showToastClubInvitation
     0x276BE48
    s_Cvar_showToastWindow
     0x276BA90
    s_Cvar_raidOptionSortMode
     0x276BE58
    s_Cvar_calendarShowDarkmoon
     0x276BCC0
    s_Cvar_calendarShowBattlegrounds
     0x276BCC8
    s_Cvar_calendarShowLockouts
     0x276BCD0
    s_Cvar_nameplateShowEnemyMinions
     0x276BD00
    s_Cvar_nameplateShowFriendlyMinions
     0x276BD38
    s_Cvar_nameplateShowFriendlyPets
     0x276BD48
    s_Cvar_nameplateShowDebuffsOnFriendly
     0x276BD68
    s_Cvar_enablePVPNotifyAFK
     0x276BD78
    s_Cvar_showBattlefieldMinimap
     0x276BD80
    s_Cvar_auctionDisplayOnCharacter
     0x276BD70
    s_Cvar_currencyTokensUnused1
     0x276BD88
    s_Cvar_currencyTokensUnused2
     0x276BD90
    s_Cvar_currencyTokensBackpack1
     0x276BD98
    s_Cvar_currencyTokensBackpack2
     0x276BDA0
    s_Cvar_currencyCategoriesCollapsed
     0x276BDA8
    s_Cvar_predictedHealth
     0x276BDB0
    s_Cvar_threatShowNumeric
     0x276BDC0
    s_Cvar_threatPlaySounds
     0x276BDC8
    s_Cvar_lfdCollapsedHeaders
     0x276BDE0
    s_Cvar_lfdSelectedDungeons
     0x276BDE8
    s_Cvar_pvpSelectedRoles
     0x276BDF0
    s_Cvar_lastTalkedToGM
     0x276BE00
    s_Cvar_minimapTrackedInfov2
     0x276BE18
    s_Cvar_showDungeonEntrancesOnMap
     0x276BE20
    s_Cvar_petJournalTypeFilters
     0x276BE78
    s_Cvar_petJournalSourceFilters
     0x276BE80
    s_Cvar_petJournalSort
     0x276BE88
    s_Cvar_mountJournalGeneralFilters
     0x276BE90
    s_Cvar_mountJournalSourcesFilter
     0x276BE98
    s_Cvar_heirloomSourceFilters
     0x276BEA8
    s_Cvar_transmogrifySourceFilters
     0x276BEB0
    s_Cvar_wardrobeSourceFilters
     0x276BEB8
    s_Cvar_EmitterCombatRange
     0x276BED0
    s_Cvar_NonEmitterCombatRange
     0x276BED8
    s_Cvar_otherRolesAzeriteEssencesHidden
     0x276BAB8
    s_Cvar_showSpectatorTeamCircles
     0x276BAA8
    s_Cvar_flashErrorMessageRepeats
     0x276BAB0
    s_Cvar_garrisonCompleteTalent
     0x276BF08
    s_Cvar_garrisonCompleteTalentType
     0x276BF10
    s_Cvar_ShowQuestUnitCircles
     0x276BF18
    s_Cvar_AllowDangerousScripts
     0x276BF20
    s_Cvar_EnableBlinkApplicationIcon
     0x276BF28
    s_Cvar_fstack_showhidden
     0x276BF40
    s_Cvar_fstack_showregions
     0x276BF40
    s_Cvar_fstack_showanchors
     0x276BF48
    s_Cvar_fstack_showhighlight
     0x276BF50
    s_Cvar_fstack_preferParentKeys
     0x276BF58
    s_Cvar_nameplateMaxDistance
     0x276D148
    s_Cvar_nameplateMotion
     0x276D150
    s_Cvar_nameplateMotionSpeed
     0x276D158
    s_Cvar_nameplateOverlapH
     0x276D160
    s_Cvar_nameplateOverlapV
     0x276D168
    s_Cvar_nameplateMinScale
     0x276D178
    s_Cvar_nameplateMaxScale
     0x276D188
    s_Cvar_nameplateLargerScale
     0x276D190
    s_Cvar_nameplateMinScaleDistance
     0x276D180
    s_Cvar_nameplateMaxScaleDistance
     0x276D198
    s_Cvar_nameplateMinAlpha
     0x276D1A0
    s_Cvar_nameplateMaxAlpha
     0x276D1A8
    s_Cvar_nameplateMinAlphaDistance
     0x276D1B8
    s_Cvar_nameplateMaxAlphaDistance
     0x276D1C0
    s_Cvar_nameplateSelectedScale
     0x276D1C8
    s_Cvar_nameplateSelectedAlpha
     0x276D1D0
    s_Cvar_nameplateSelfScale
     0x276D1D8
    s_Cvar_nameplateSelfAlpha
     0x276D1E0
    s_Cvar_nameplateSelfTopInset
     0x276D1F0
    s_Cvar_nameplateOtherBottomInset
     0x276D1F8
    s_Cvar_nameplateOtherTopInset
     0x276D200
    s_Cvar_nameplateLargeBottomInset
     0x276D208
    s_Cvar_nameplateLargeTopInset
     0x276D210
    s_Cvar_nameplateClassResourceTopInset
     0x276D218
    s_Cvar_NameplatePersonalShowInCombat
     0x276D220
    s_Cvar_NameplatePersonalHideDelaySeconds
     0x276D230
    s_Cvar_NameplatePersonalHideDelayAlpha
     0x276D238
    s_Cvar_TargetPriorityAllowAnyOnScreen
     0x276DD30
    s_Cvar_TargetPriorityHoldHighlightDelay
     0x276DD38
    s_Cvar_TargetPriorityCombatLock
     0x276DD40
    s_Cvar_TargetPriorityCombatLockHighlight
     0x276DD48
    s_Cvar_TargetPriorityCombatLockContextualRelaxation
     0x276DD50
    s_Cvar_TargetPriorityPvp
     0x276DD58
    s_Cvar_TargetPriorityPvpLock
     0x276DD60
    s_Cvar_TargetPriorityPvpLockHighlight
     0x276DD68
    s_Cvar_TargetPriorityValueBank
     0x276DD70
    s_Cvar_TargetPriorityContinueFromManualTarget
     0x276DD78
    s_Cvar_TargetPriorityAutoTargetIgnoreWindow
     0x276DD80
    s_Cvar_TargetPriorityFrustumPullInSides
     0x276DD88
    s_Cvar_TargetPriorityFrustumPullInTop
     0x276DD90
    s_Cvar_clubFinderCachePendingExpiry
     0x2787190
    s_Cvar_clubFinderPlayerSettings
     0x2787198
    s_Cvar_incompleteQuestPriorityThresholdDelta
     0x278A958
    s_Cvar_runeSpentFadeTime
     0x2795300
    s_Cvar_autojoinBGVoice
     0x27B4330
    s_Cvar_PushToTalkSound
     0x27B4338
    s_Cvar_VoiceOutputVolume
     0x27B4348
    s_Cvar_VoiceInputVolume
     0x27B4368
    s_Cvar_VoiceVADSensitivity
     0x27B4358
    s_Cvar_VoiceOutputDevice
     0x27B4350
    s_Cvar_VoiceEnableWhenGameIsInBG
     0x27B4360
    s_Cvar_VoicePushToTalkKeybind
     0x27B4378
    s_Cvar_VoiceSelfDeafened
     0x27B4380
    s_Cvar_VoiceSelfMuted
     0x27B4388
    s_Cvar_VoiceChatMasterVolumeScale
     0x27B4390
    s_Cvar_enableWowMouse
     0x27BE300
    s_Cvar_cameraSavedVehicleDistance
     0x27C0880
    s_Cvar_cameraSavedPetBattleDistance
     0x27C0890
    s_Cvar_cameraBobbing
     0x27C08D0
    s_Cvar_test_cameraHeadMovementStrength
     0x27C08E0
    s_Cvar_test_cameraHeadMovementRangeScale
     0x27C08F0
    s_Cvar_test_cameraHeadMovementMovingStrength
     0x27C0920
    s_Cvar_test_cameraHeadMovementStandingStrength
     0x27C0900
    s_Cvar_test_cameraHeadMovementMovingDampRate
     0x27C0910
    s_Cvar_test_cameraHeadMovementStandingDampRate
     0x27C0930
    s_Cvar_test_cameraHeadMovementFirstPersonDampRate
     0x27C0940
    s_Cvar_test_cameraHeadMovementDeadZone
     0x27C0950
    s_Cvar_test_cameraDynamicPitch
     0x27C0960
    s_Cvar_test_cameraDynamicPitchBaseFovPad
     0x27C0970
    s_Cvar_test_cameraDynamicPitchBaseFovPadDownScale
     0x27C0990
    s_Cvar_test_cameraDynamicPitchSmartPivotCutoffDist
     0x27C09A0
    s_Cvar_test_cameraOverShoulder
     0x27C09B0
    s_Cvar_test_cameraTargetFocusEnemyEnable
     0x27C09C0
    s_Cvar_test_cameraTargetFocusEnemyStrengthPitch
     0x27C09D0
    s_Cvar_test_cameraTargetFocusEnemyStrengthYaw
     0x27C09E0
    s_Cvar_test_cameraTargetFocusInteractStrengthPitch
     0x27C0A00
    s_Cvar_test_cameraTargetFocusInteractStrengthYaw
     0x27C0A10
    s_Cvar_cameraSmoothPitch
     0x27C0CC0
    s_Cvar_cameraSmoothYaw
     0x27C0CD0
    s_Cvar_cameraSmoothStyle
     0x27C0CF0
    s_Cvar_cameraSmoothTrackingStyle
     0x27C0D00
    s_Cvar_cameraCustomViewSmoothing
     0x27C0CE0
    s_Cvar_cameraTerrainTilt
     0x27C1360
    s_Cvar_cameraTerrainTiltTimeMin
     0x27C1370
    s_Cvar_cameraTerrainTiltTimeMax
     0x27C1CE0
    s_Cvar_cameraWaterCollision
     0x27C1CF0
    s_Cvar_cameraHeightIgnoreStandState
     0x27C1D00
    s_Cvar_cameraPivot
     0x27C1D10
    s_Cvar_cameraPivotDYMin
     0x27C1D30
    s_Cvar_cameraDive
     0x27C1D40
    s_Cvar_cameraSurfacePitch
     0x27C1D50
    s_Cvar_cameraSubmergePitch
     0x27C1D60
    s_Cvar_cameraPitchSmoothMin
     0x27C1D80
    s_Cvar_cameraYawSmoothMin
     0x27C1DA0
    s_Cvar_cameraYawSmoothMax
     0x27C1DB0
    s_Cvar_cameraSmoothTimeMin
     0x27C1DC0
    s_Cvar_cameraSmoothTimeMax
     0x27C1DD0
    s_Cvar_gxMTDisable
     0x2809A10
    s_Cvar_preloadStreamingDistTerrain
     0x28099B0
    s_Cvar_preloadStreamingDistObject
     0x2809A88
    s_Cvar_preloadLoadingDistTerrain
     0x2809A90
    s_Cvar_preloadLoadingDistObject
     0x2809A98
    s_Cvar_minimapPortalMax
     0x2809B58
    s_Cvar_lodObjectCullSize
     0x2809B28
    s_Cvar_lodObjectMinSize
     0x2809B38
    s_Cvar_lodObjectFadeScale
     0x2809B40
    s_Cvar_RAIDsettingsEnabled
     0x2809B48
    s_Cvar_RAIDlodObjectCullSize
     0x2809BB0
    s_Cvar_RAIDlodObjectCullDist
     0x28098F8
    s_Cvar_RAIDlodObjectMinSize
     0x2809900
    s_Cvar_graphicsTextureFiltering
     0x2809C60
    s_Cvar_graphicsProjectedTextures
     0x2809C68
    s_Cvar_graphicsViewDistance
     0x2809C70
    s_Cvar_graphicsEnvironmentDetail
     0x2809C78
    s_Cvar_graphicsGroundClutter
     0x2809C80
    s_Cvar_graphicsLiquidDetail
     0x2809C90
    s_Cvar_graphicsSunshafts
     0x2809C98
    s_Cvar_graphicsParticleDensity
     0x2809CA0
    s_Cvar_graphicsSSAO
     0x2809CA8
    s_Cvar_graphicsDepthEffects
     0x2809CB0
    s_Cvar_graphicsOutlineMode
     0x2809CB8
    s_Cvar_raidGraphicsTextureResolution
     0x2809CC0
    s_Cvar_raidGraphicsTextureFiltering
     0x2809CC8
    s_Cvar_raidGraphicsProjectedTextures
     0x2809CD0
    s_Cvar_raidGraphicsViewDistance
     0x2809CD8
    s_Cvar_raidGraphicsEnvironmentDetail
     0x2809CE0
    s_Cvar_raidGraphicsGroundClutter
     0x2809CE8
    s_Cvar_raidGraphicsShadowQuality
     0x2809CF0
    s_Cvar_raidGraphicsLiquidDetail
     0x2809CF8
    s_Cvar_raidGraphicsParticleDensity
     0x2809D08
    s_Cvar_raidGraphicsSSAO
     0x2809D10
    s_Cvar_raidGraphicsDepthEffects
     0x2809D18
    s_Cvar_raidGraphicsOutlineMode
     0x2809D20
    s_Cvar_shadowScissor
     0x28141B0
    s_Cvar_shadowInstancing
     0x28141B8
    s_Cvar_disableAutoRealmSelect
     0x2820ED0
    s_Cvar_initialRealmListTimeout
     0x2820ED8
    s_Cvar_webChallengeURLTimeout
     0x2820EE0
    s_Cvar_sceneOcclusionEnable
     0x28B9F80
    s_Cvar_assaoRadius
     0x28BA008
    s_Cvar_assaoShadowMult
     0x28BA010
    s_Cvar_assaoShadowPower
     0x28BA018
    s_Cvar_assaoShadowClamp
     0x28BA020
    s_Cvar_assaoHorizonAngleThresh
     0x28BA028
    s_Cvar_assaoFadeOutFrom
     0x28BA030
    s_Cvar_assaoAdaptiveQualityLimit
     0x28BA040
    s_Cvar_assaoBlurPassCount
     0x28BA048
    s_Cvar_assaoSharpness
     0x28BA050
    s_Cvar_assaoTemporalSSAngleOffset
     0x28BA058
    s_Cvar_assaoTemporalSSRadiusOffset
     0x28BA060
    s_Cvar_assaoDetailShadowStrength
     0x28BA068
    s_Cvar_ssaoMagicThresholdLow
     0x28BA078
    s_Cvar_ssaoMagicThresholdHigh
     0x28BA080

  4. #3
    shauren's Avatar Established Member
    Reputation
    65
    Join Date
    Feb 2009
    Posts
    60
    Thanks G/R
    2/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by h42 View Post

    Looking through past threads, the descriptor/objectfield change seems to be partially mapped out, did we ever get to the bottom of which ones moved and which ones are just the old data mapped directly into the object?
    I've been going through and comparing my old descriptors and the functions I have logged that use them, and for the most part it seems like the data is largely in the same format, but it'd be nice to have more of it confirmed.

    If there's not a compiled list of the new general format of them it might be worthwhile to go through them all and verify/check as a community effort.
    All of them are just old data with some new field types and a tiny bit of reordering
    And basically this changed
    Code:
    class CGUnit_C {
        CGUnitData* m_data;
    };
    to
    Code:
    class CGUnit_C {
        CGUnitData m_data; // direct embed
    };

  5. Thanks h42 (1 members gave Thanks to shauren for this useful post)

Similar Threads

  1. Nude WoW Pics!
    By janzi9 in forum Community Chat
    Replies: 34
    Last Post: 01-12-2007, 04:41 PM
  2. Get your first mount in WoW easily
    By Matt in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-03-2006, 09:46 PM
  3. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
  4. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
  5. Free WoW Glider 0.5.3 Loader
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 03-12-2006, 01:00 PM
All times are GMT -5. The time now is 04:13 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search