[WoW] 8.2.0.31478 menu

User Tag List

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

    [WoW] 8.2.0.31478

    Misc offsets:
    Code:
    "ObjMgrPtr" : 0x26bb860,
    "LastHardwareAction" : 0x2630f08,
    "LocalPlayerGUID" : 0x25cdcc0,
    "MouseOverGUID" : 0x2784f78,
    "CameraBase" : 0x2786908,
    "CameraOffset" : 0x3440,
    "ActionBarFirstSlot" : 0x279f5b0,
    "InGameFlag" : 0x2784f74,
    "IsLoadingOrConnecting" : 0x25ca140,
    "RuneReady" : 0x27ae33c,
    "CurrentGroundTargetSpell" : 0x26453d0,
    "PlayerName" : 0x25cdcd8,
    "Date" : 0x1f14510,
    "Version" : 0x1f14504,
    "Build" : 0x1f04e50,
    Lua api: (looks like my dump-script needs updating for a lot of the object/unit functions in both retail and classic, hmm)
    Code:
    ------- Widget API -------
    "ColorSelect:GetColorWheelTexture" : 0x1c3f140,
    "ColorSelect:SetColorWheelTexture" : 0x1c3f170,
    "ColorSelect:GetColorWheelThumbTexture" : 0x1c3f220,
    "ColorSelect:SetColorWheelThumbTexture" : 0x1c3f250,
    "ColorSelect:GetColorValueTexture" : 0x1c3f330,
    "ColorSelect:SetColorValueTexture" : 0x1c3f360,
    "ColorSelect:GetColorValueThumbTexture" : 0x1c3f410,
    "ColorSelect:SetColorValueThumbTexture" : 0x1c3f440,
    "ColorSelect:SetColorHSV" : 0x1c3f520,
    "ColorSelect:GetColorHSV" : 0x1c3f5d0,
    "ColorSelect:SetColorRGB" : 0x1c3f640,
    "ColorSelect:GetColorRGB" : 0x1c3f6b0,
    "Frame:CreateTexture" : 0x41d520,
    "Frame:CreateMaskTexture" : 0x41d530,
    "Frame:CreateLine" : 0x41d540,
    "Frame:CreateFontString" : 0x41d550,
    "Frame:GetBoundsRect" : 0x41d890,
    "Frame:GetNumRegions" : 0x41d980,
    "Frame:GetRegions" : 0x41da10,
    "Frame:GetNumChildren" : 0x41db40,
    "Frame:GetChildren" : 0x41dbc0,
    "Frame:GetFrameStrata" : 0x41dce0,
    "Frame:SetFrameStrata" : 0x41dd20,
    "Frame:GetFrameLevel" : 0x41de40,
    "Frame:SetFrameLevel" : 0x41de80,
    "Frame:HasScript" : 0x41df90,
    "Frame:GetScript" : 0x41e040,
    "Frame:SetScript" : 0x41e070,
    "Frame:HookScript" : 0x41e0a0,
    "Frame:RegisterEvent" : 0x41e0d0,
    "Frame:RegisterUnitEvent" : 0x41e1a0,
    "Frame:UnregisterEvent" : 0x41e350,
    "Frame:RegisterAllEvents" : 0x41e420,
    "Frame:UnregisterAllEvents" : 0x41e440,
    "Frame:IsEventRegistered" : 0x41e460,
    "Frame:CanChangeAttribute" : 0x41e570,
    "Frame:GetAttribute" : 0x41e6e0,
    "Frame:SetAttribute" : 0x41ea60,
    "Frame:ExecuteAttribute" : 0x41e5a0,
    "Frame:GetEffectiveScale" : 0x41ec40,
    "Frame:GetScale" : 0x41ec70,
    "Frame:SetScale" : 0x41eca0,
    "Frame:GetEffectiveAlpha" : 0x41ed80,
    "Frame:GetAlpha" : 0x41ede0,
    "Frame:SetAlpha" : 0x41ee20,
    "Frame:GetID" : 0x41eed0,
    "Frame:SetID" : 0x41ef00,
    "Frame:SetToplevel" : 0x41efb0,
    "Frame:IsToplevel" : 0x41f040,
    "Frame:EnableDrawLayer" : 0x41f070,
    "Frame:DisableDrawLayer" : 0x41f0e0,
    "Frame:Show" : 0x41f150,
    "Frame:Hide" : 0x41f1a0,
    "Frame:SetShown" : 0x41f1f0,
    "Frame:IsVisible" : 0x41f270,
    "Frame:IsShown" : 0x41f2a0,
    "Frame:Raise" : 0x41f2d0,
    "Frame:Lower" : 0x41f320,
    "Frame:GetHitRectInsets" : 0x41f370,
    "Frame:SetHitRectInsets" : 0x41f3d0,
    "Frame:GetClampRectInsets" : 0x41f4b0,
    "Frame:SetClampRectInsets" : 0x41f510,
    "Frame:GetMinResize" : 0x41f5c0,
    "Frame:SetMinResize" : 0x41f650,
    "Frame:GetMaxResize" : 0x41f790,
    "Frame:SetMaxResize" : 0x41f820,
    "Frame:SetMovable" : 0x41f960,
    "Frame:IsMovable" : 0x41f9b0,
    "Frame:SetDontSavePosition" : 0x41f9e0,
    "Frame:GetDontSavePosition" : 0x41fa30,
    "Frame:SetResizable" : 0x41fa60,
    "Frame:IsResizable" : 0x41fab0,
    "Frame:StartMoving" : 0x41fae0,
    "Frame:StartSizing" : 0x41fba0,
    "Frame:StopMovingOrSizing" : 0x41fca0,
    "Frame:SetUserPlaced" : 0x41fcd0,
    "Frame:IsUserPlaced" : 0x41fd60,
    "Frame:SetClampedToScreen" : 0x41fd90,
    "Frame:IsClampedToScreen" : 0x41fe00,
    "Frame:RegisterForDrag" : 0x41fe30,
    "Frame:EnableKeyboard" : 0x41fec0,
    "Frame:IsKeyboardEnabled" : 0x41ff60,
    "Frame:EnableMouse" : 0x41ffa0,
    "Frame:IsMouseEnabled" : 0x420060,
    "Frame:SetMouseClickEnabled" : 0x4200b0,
    "Frame:IsMouseClickEnabled" : 0x420140,
    "Frame:SetMouseMotionEnabled" : 0x420170,
    "Frame:IsMouseMotionEnabled" : 0x420200,
    "Frame:EnableMouseWheel" : 0x420230,
    "Frame:IsMouseWheelEnabled" : 0x4202c0,
    "Frame:EnableJoystick" : 0x4202f0,
    "Frame:IsJoystickEnabled" : 0x420380,
    "Frame:GetBackdrop" : 0x4203b0,
    "Frame:SetBackdrop" : 0x420790,
    "Frame:GetBackdropColor" : 0x420dc0,
    "Frame:SetBackdropColor" : 0x420e90,
    "Frame:GetBackdropBorderColor" : 0x420ef0,
    "Frame:SetBackdropBorderColor" : 0x420fc0,
    "Frame:SetDepth" : 0x421020,
    "Frame:GetDepth" : 0x4210b0,
    "Frame:GetEffectiveDepth" : 0x421100,
    "Frame:IgnoreDepth" : 0x421150,
    "Frame:IsIgnoringDepth" : 0x4211a0,
    "Frame:SetPropagateKeyboardInput" : 0x4211d0,
    "Frame:GetPropagateKeyboardInput" : 0x421220,
    "Frame:SetFlattensRenderLayers" : 0x421280,
    "Frame:GetFlattensRenderLayers" : 0x4212c0,
    "Frame:GetEffectivelyFlattensRenderLayers" : 0x4212f0,
    "Frame:SetHyperlinksEnabled" : 0x421320,
    "Frame:GetHyperlinksEnabled" : 0x421360,
    "Frame:SetClipsChildren" : 0x421390,
    "Frame:DoesClipChildren" : 0x4213f0,
    "Frame:SetIgnoreParentAlpha" : 0x421420,
    "Frame:IsIgnoringParentAlpha" : 0x421460,
    "Frame:SetIgnoreParentScale" : 0x421490,
    "Frame:IsIgnoringParentScale" : 0x4214d0,
    "Frame:DesaturateHierarchy" : 0x421500,
    "Frame:IsObjectLoaded" : 0x421570,
    "Slider:GetThumbTexture" : 0x1c446b0,
    "Slider:SetThumbTexture" : 0x1c446e0,
    "Slider:GetOrientation" : 0x1c448a0,
    "Slider:SetOrientation" : 0x1c448e0,
    "Slider:GetMinMaxValues" : 0x1c449d0,
    "Slider:SetMinMaxValues" : 0x1c44a30,
    "Slider:GetValue" : 0x1c44af0,
    "Slider:SetValue" : 0x1c44b20,
    "Slider:GetValueStep" : 0x1c44bd0,
    "Slider:SetValueStep" : 0x1c44c00,
    "Slider:GetStepsPerPage" : 0x1c44c90,
    "Slider:SetStepsPerPage" : 0x1c44cd0,
    "Slider:GetObeyStepOnDrag" : 0x1c44d50,
    "Slider:SetObeyStepOnDrag" : 0x1c44d80,
    "Slider:Enable" : 0x1c44dd0,
    "Slider:Disable" : 0x1c44e10,
    "Slider:SetEnabled" : 0x1c44e50,
    "Slider:IsEnabled" : 0x1c44ec0,
    "Slider:IsDraggingThumb" : 0x1c44f00,
    "Cooldown:SetCooldown" : 0x138e670,
    "Cooldown:SetCooldownUNIX" : 0x138e7c0,
    "Cooldown:SetCooldownDuration" : 0x138e900,
    "Cooldown:SetReverse" : 0x138ea30,
    "Cooldown:GetReverse" : 0x138eab0,
    "Cooldown:SetDrawSwipe" : 0x138eb20,
    "Cooldown:GetDrawSwipe" : 0x138ebc0,
    "Cooldown:SetDrawEdge" : 0x138ec40,
    "Cooldown:GetDrawEdge" : 0x138ece0,
    "Cooldown:SetDrawBling" : 0x138ed60,
    "Cooldown:GetDrawBling" : 0x138ee00,
    "Cooldown:GetCooldownDuration" : 0x138ee80,
    "Cooldown:GetCooldownDisplayDuration" : 0x138ef10,
    "Cooldown:GetCooldownTimes" : 0x138ef90,
    "Cooldown:SetSwipeTexture" : 0x138f030,
    "Cooldown:SetSwipeColor" : 0x138f260,
    "Cooldown:SetEdgeTexture" : 0x138f370,
    "Cooldown:SetBlingTexture" : 0x138f5a0,
    "Cooldown:SetHideCountdownNumbers" : 0x138f7d0,
    "Cooldown:Clear" : 0x138f890,
    "Cooldown:SetEdgeScale" : 0x138f900,
    "Cooldown:GetEdgeScale" : 0x138f9d0,
    "Cooldown:SetUseCircularEdge" : 0x138fa40,
    "Cooldown:SetRotation" : 0x138fae0,
    "Cooldown:GetRotation" : 0x138fba0,
    "Cooldown:Pause" : 0x138fc10,
    "Cooldown:Resume" : 0x138fca0,
    "Cooldown:IsPaused" : 0x138fd00,
    "MessageFrame:SetFontObject" : 0x1c42e50,
    "MessageFrame:GetFontObject" : 0x1c42ea0,
    "MessageFrame:SetFont" : 0x1c42ef0,
    "MessageFrame:GetFont" : 0x1c42f50,
    "MessageFrame:SetTextColor" : 0x1c42fa0,
    "MessageFrame:GetTextColor" : 0x1c42ff0,
    "MessageFrame:SetShadowColor" : 0x1c43040,
    "MessageFrame:GetShadowColor" : 0x1c43090,
    "MessageFrame:SetShadowOffset" : 0x1c430e0,
    "MessageFrame:GetShadowOffset" : 0x1c43130,
    "MessageFrame:SetSpacing" : 0x1c43180,
    "MessageFrame:GetSpacing" : 0x1c431d0,
    "MessageFrame:SetJustifyH" : 0x1c43220,
    "MessageFrame:GetJustifyH" : 0x1c43270,
    "MessageFrame:SetJustifyV" : 0x1c432c0,
    "MessageFrame:GetJustifyV" : 0x1c43310,
    "MessageFrame:SetInsertMode" : 0x1c43360,
    "MessageFrame:GetInsertMode" : 0x1c43440,
    "MessageFrame:SetIndentedWordWrap" : 0x1c43490,
    "MessageFrame:GetIndentedWordWrap" : 0x1c434e0,
    "MessageFrame:SetFading" : 0x1c43530,
    "MessageFrame:GetFading" : 0x1c43570,
    "MessageFrame:SetTimeVisible" : 0x1c435a0,
    "MessageFrame:GetTimeVisible" : 0x1c43630,
    "MessageFrame:SetFadeDuration" : 0x1c43660,
    "MessageFrame:GetFadeDuration" : 0x1c436f0,
    "MessageFrame:SetFadePower" : 0x1c43720,
    "MessageFrame:GetFadePower" : 0x1c437b0,
    "MessageFrame:AddMessage" : 0x1c437e0,
    "MessageFrame:HasMessageByID" : 0x1c438d0,
    "MessageFrame:ResetMessageFadeByID" : 0x1c43940,
    "MessageFrame:GetFontStringByID" : 0x1c439c0,
    "MessageFrame:Clear" : 0x1c43a50,
    "AnimationGroup:Play" : 0x446250,
    "AnimationGroup:Pause" : 0x4462c0,
    "AnimationGroup:Stop" : 0x4462e0,
    "AnimationGroup:Restart" : 0x446300,
    "AnimationGroup:Finish" : 0x446370,
    "AnimationGroup:GetProgress" : 0x446390,
    "AnimationGroup:IsDone" : 0x4463c0,
    "AnimationGroup:SetPlaying" : 0x4461b0,
    "AnimationGroup:IsPlaying" : 0x4463f0,
    "AnimationGroup:IsPaused" : 0x446440,
    "AnimationGroup:IsPendingFinish" : 0x446470,
    "AnimationGroup:SetToFinalAlpha" : 0x4464a0,
    "AnimationGroup:IsSetToFinalAlpha" : 0x446500,
    "AnimationGroup:GetDuration" : 0x446530,
    "AnimationGroup:SetLooping" : 0x446560,
    "AnimationGroup:GetLooping" : 0x446610,
    "AnimationGroup:GetLoopState" : 0x446640,
    "AnimationGroup:GetAnimations" : 0x446670,
    "AnimationGroup:CreateAnimation" : 0x4467b0,
    "AnimationGroup:HasScript" : 0x446cb0,
    "AnimationGroup:GetScript" : 0x446d60,
    "AnimationGroup:SetScript" : 0x446d90,
    "AnimationGroup:HookScript" : 0x446dc0,
    "QuestPOIFrame:UpdateMouseOverTooltip" : 0x13a09f0,
    "QuestPOIFrame:GetTooltipIndex" : 0x13a0ad0,
    "QuestPOIFrame:GetNumTooltips" : 0x13a0b50,
    "SimpleHTML:SetFontObject" : 0x1c422c0,
    "SimpleHTML:GetFontObject" : 0x1c42330,
    "SimpleHTML:SetFont" : 0x1c423a0,
    "SimpleHTML:GetFont" : 0x1c42410,
    "SimpleHTML:SetTextColor" : 0x1c42480,
    "SimpleHTML:GetTextColor" : 0x1c424f0,
    "SimpleHTML:SetShadowColor" : 0x1c42560,
    "SimpleHTML:GetShadowColor" : 0x1c425d0,
    "SimpleHTML:SetShadowOffset" : 0x1c42640,
    "SimpleHTML:GetShadowOffset" : 0x1c426b0,
    "SimpleHTML:SetSpacing" : 0x1c42720,
    "SimpleHTML:GetSpacing" : 0x1c42790,
    "SimpleHTML:SetJustifyH" : 0x1c42800,
    "SimpleHTML:GetJustifyH" : 0x1c42870,
    "SimpleHTML:SetJustifyV" : 0x1c428e0,
    "SimpleHTML:GetJustifyV" : 0x1c42950,
    "SimpleHTML:SetIndentedWordWrap" : 0x1c429c0,
    "SimpleHTML:GetIndentedWordWrap" : 0x1c42a30,
    "SimpleHTML:SetText" : 0x1c42aa0,
    "SimpleHTML:SetHyperlinkFormat" : 0x1c42b60,
    "SimpleHTML:GetHyperlinkFormat" : 0x1c42bf0,
    "SimpleHTML:GetContentHeight" : 0x1c42c20,
    "Texture:IsObjectType" : 0x42c060,
    "Texture:GetObjectType" : 0x42bff0,
    "Texture:GetDrawLayer" : 0x42c140,
    "Texture:SetDrawLayer" : 0x42c1d0,
    "Texture:GetBlendMode" : 0x42c330,
    "Texture:SetBlendMode" : 0x42c3b0,
    "Texture:GetVertexColor" : 0x42c490,
    "Texture:SetVertexColor" : 0x42c590,
    "Texture:SetGradient" : 0x42c650,
    "Texture:SetGradientAlpha" : 0x42c760,
    "Texture:SetAlpha" : 0x42c870,
    "Texture:GetAlpha" : 0x42c980,
    "Texture:Show" : 0x42ca10,
    "Texture:Hide" : 0x42ca80,
    "Texture:SetShown" : 0x42caf0,
    "Texture:IsVisible" : 0x42cba0,
    "Texture:IsShown" : 0x42cc10,
    "Texture:GetTexture" : 0x42cc80,
    "Texture:SetTexture" : 0x42ce80,
    "Texture:SetColorTexture" : 0x42d0a0,
    "Texture:GetTexCoord" : 0x42d1a0,
    "Texture:SetTexCoord" : 0x42d270,
    "Texture:SetRotation" : 0x42d4b0,
    "Texture:GetRotation" : 0x42d5d0,
    "Texture:SetTexelSnappingBias" : 0x42d670,
    "Texture:GetTexelSnappingBias" : 0x42d730,
    "Texture:SetSnapToPixelGrid" : 0x42d7a0,
    "Texture:IsSnappingToPixelGrid" : 0x42d820,
    "Texture:SetDesaturation" : 0x42d890,
    "Texture:GetDesaturation" : 0x42d910,
    "Texture:SetDesaturated" : 0x42d980,
    "Texture:IsDesaturated" : 0x42da20,
    "Texture:SetNonBlocking" : 0x42da90,
    "Texture:GetNonBlocking" : 0x42db20,
    "Texture:SetHorizTile" : 0x42db90,
    "Texture:GetHorizTile" : 0x42dc10,
    "Texture:SetVertTile" : 0x42dc80,
    "Texture:GetVertTile" : 0x42dd00,
    "Texture:SetAtlas" : 0x42dd70,
    "Texture:GetAtlas" : 0x42df80,
    "Texture:SetMask" : 0x42e020,
    "Texture:GetVertexOffset" : 0x42e420,
    "Texture:SetVertexOffset" : 0x42e570,
    "Texture:GetTextureFileID" : 0x42cd40,
    "Texture:GetTextureFilePath" : 0x42cdd0,
    "Texture:AddMaskTexture" : 0x42e0f0,
    "Texture:RemoveMaskTexture" : 0x42e1c0,
    "Texture:GetNumMaskTextures" : 0x42e290,
    "Texture:GetMaskTexture" : 0x42e320,
    "LayeredRegion:IsObjectType" : 0x42e7b0,
    "LayeredRegion:GetObjectType" : 0x42e780,
    "LayeredRegion:GetDrawLayer" : 0x42e850,
    "LayeredRegion:SetDrawLayer" : 0x42e890,
    "LayeredRegion:SetVertexColor" : 0x42e960,
    "LayeredRegion:GetAlpha" : 0x42e9f0,
    "LayeredRegion:SetAlpha" : 0x42ea40,
    "LayeredRegion:SetAlphaGradient" : 0x42eb00,
    "LayeredRegion:Show" : 0x42ec00,
    "LayeredRegion:Hide" : 0x42ec30,
    "LayeredRegion:SetShown" : 0x42ec60,
    "LayeredRegion:IsVisible" : 0x42ecd0,
    "LayeredRegion:IsShown" : 0x42ed00,
    "LayeredRegion:GetFontObject" : 0x42ed30,
    "LayeredRegion:SetFontObject" : 0x42ed60,
    "LayeredRegion:GetFont" : 0x42ef20,
    "LayeredRegion:SetFont" : 0x42eff0,
    "LayeredRegion:GetText" : 0x42f360,
    "LayeredRegion:GetFieldSize" : 0x42f3a0,
    "LayeredRegion:SetText" : 0x42f3c0,
    "LayeredRegion:SetFormattedText" : 0x42f440,
    "LayeredRegion:GetTextColor" : 0x42f4e0,
    "LayeredRegion:SetTextColor" : 0x42f5b0,
    "LayeredRegion:GetShadowColor" : 0x42f610,
    "LayeredRegion:SetShadowColor" : 0x42f6c0,
    "LayeredRegion:GetShadowOffset" : 0x42f720,
    "LayeredRegion:SetShadowOffset" : 0x42f770,
    "LayeredRegion:GetSpacing" : 0x42f840,
    "LayeredRegion:SetSpacing" : 0x42f890,
    "LayeredRegion:SetTextHeight" : 0x42f940,
    "LayeredRegion:GetStringWidth" : 0x42fa40,
    "LayeredRegion:GetUnboundedStringWidth" : 0x42faa0,
    "LayeredRegion:GetWrappedWidth" : 0x42fb20,
    "LayeredRegion:GetNumLines" : 0x42fb80,
    "LayeredRegion:IsTruncated" : 0x42fbc0,
    "LayeredRegion:GetStringHeight" : 0x42fc10,
    "LayeredRegion:GetJustifyH" : 0x42fc70,
    "LayeredRegion:SetJustifyH" : 0x42fcb0,
    "LayeredRegion:GetJustifyV" : 0x42fd80,
    "LayeredRegion:SetJustifyV" : 0x42fdc0,
    "LayeredRegion:CanNonSpaceWrap" : 0x42ff00,
    "LayeredRegion:SetNonSpaceWrap" : 0x42fe90,
    "LayeredRegion:CanWordWrap" : 0x42ffa0,
    "LayeredRegion:SetWordWrap" : 0x42ff30,
    "LayeredRegion:GetIndentedWordWrap" : 0x430050,
    "LayeredRegion:SetIndentedWordWrap" : 0x42ffe0,
    "LayeredRegion:GetMaxLines" : 0x4300e0,
    "LayeredRegion:SetMaxLines" : 0x430080,
    "LayeredRegion:GetLineHeight" : 0x430120,
    "LayeredRegion:FindCharacterIndexAtCoordinate" : 0x430180,
    "LayeredRegion:CalculateScreenAreaFromCharacterSpan" : 0x430290,
    "Checkout:SetFocus" : 0x110a210,
    "Checkout:ClearFocus" : 0x110a280,
    "Checkout:OpenCheckout" : 0x110a2f0,
    "Checkout:CloseCheckout" : 0x110a3c0,
    "Checkout:CancelOpenCheckout" : 0x110a430,
    "Checkout:SetZoom" : 0x110a4d0,
    "Checkout:CopyExternalLink" : 0x110a590,
    "Checkout:OpenExternalLink" : 0x110a600,
    "Button:Enable" : 0x1c3d860,
    "Button:Disable" : 0x1c3d8c0,
    "Button:SetEnabled" : 0x1c3d920,
    "Button:IsEnabled" : 0x1c3d9b0,
    "Button:GetButtonState" : 0x1c3d9f0,
    "Button:SetButtonState" : 0x1c3da90,
    "Button:SetNormalFontObject" : 0x1c3dbb0,
    "Button:GetNormalFontObject" : 0x1c3dcc0,
    "Button:SetDisabledFontObject" : 0x1c3dd20,
    "Button:GetDisabledFontObject" : 0x1c3de30,
    "Button:SetHighlightFontObject" : 0x1c3de90,
    "Button:GetHighlightFontObject" : 0x1c3dfa0,
    "Button:SetFontString" : 0x1c3e000,
    "Button:GetFontString" : 0x1c3e130,
    "Button:SetText" : 0x1c3e160,
    "Button:SetFormattedText" : 0x1c3e1a0,
    "Button:GetText" : 0x1c3e200,
    "Button:SetNormalTexture" : 0x1c3e250,
    "Button:GetNormalTexture" : 0x1c3e270,
    "Button:SetPushedTexture" : 0x1c3e2a0,
    "Button:GetPushedTexture" : 0x1c3e2c0,
    "Button:SetDisabledTexture" : 0x1c3e2f0,
    "Button:GetDisabledTexture" : 0x1c3e300,
    "Button:SetHighlightTexture" : 0x1c3e330,
    "Button:GetHighlightTexture" : 0x1c3e480,
    "Button:SetPushedTextOffset" : 0x1c3e5f0,
    "Button:GetPushedTextOffset" : 0x1c3e710,
    "Button:SetNormalAtlas" : 0x1c3e4b0,
    "Button:SetPushedAtlas" : 0x1c3e4d0,
    "Button:SetDisabledAtlas" : 0x1c3e4f0,
    "Button:SetHighlightAtlas" : 0x1c3e500,
    "Button:SetPushedTextOffset" : 0x1c3e5f0,
    "Button:GetPushedTextOffset" : 0x1c3e710,
    "Button:GetTextWidth" : 0x1c3e790,
    "Button:GetTextHeight" : 0x1c3e7f0,
    "Button:RegisterForClicks" : 0x1c3e860,
    "Button:Click" : 0x1c3e8f0,
    "Button:LockHighlight" : 0x1c3e9a0,
    "Button:UnlockHighlight" : 0x1c3e9d0,
    "Button:GetMotionScriptsWhileDisabled" : 0x1c3ea00,
    "Button:SetMotionScriptsWhileDisabled" : 0x1c3ea40,
    "MovieFrame:StartMovie" : 0x404b90,
    "MovieFrame:StopMovie" : 0x404ce0,
    "MovieFrame:EnableSubtitles" : 0x404de0,
    "ModelScene:SetLightVisible" : 0x13a8df0,
    "ModelScene:IsLightVisible" : 0x13a8e40,
    "ModelScene:SetLightType" : 0x13a8e70,
    "ModelScene:GetLightType" : 0x13a8f20,
    "ModelScene:SetLightPosition" : 0x13a8f80,
    "ModelScene:GetLightPosition" : 0x13a9040,
    "ModelScene:SetLightDirection" : 0x13a90a0,
    "ModelScene:GetLightDirection" : 0x13a9160,
    "ModelScene:SetLightAmbientColor" : 0x13a91d0,
    "ModelScene:GetLightAmbientColor" : 0x13a92a0,
    "ModelScene:SetLightDiffuseColor" : 0x13a9310,
    "ModelScene:GetLightDiffuseColor" : 0x13a93e0,
    "ModelScene:SetFogColor" : 0x13a9440,
    "ModelScene:GetFogColor" : 0x13a9510,
    "ModelScene:SetFogNear" : 0x13a95c0,
    "ModelScene:GetFogNear" : 0x13a9650,
    "ModelScene:SetFogFar" : 0x13a9680,
    "ModelScene:GetFogFar" : 0x13a9700,
    "ModelScene:ClearFog" : 0x13a9730,
    "ModelScene:GetCameraFieldOfView" : 0x13a9760,
    "ModelScene:SetCameraFieldOfView" : 0x13a9790,
    "ModelScene:GetCameraNearClip" : 0x13a9850,
    "ModelScene:SetCameraNearClip" : 0x13a9880,
    "ModelScene:GetCameraFarClip" : 0x13a9910,
    "ModelScene:SetCameraFarClip" : 0x13a9940,
    "ModelScene:GetCameraPosition" : 0x13a99d0,
    "ModelScene:SetCameraPosition" : 0x13a9a30,
    "ModelScene:SetCameraOrientationByYawPitchRoll" : 0x13a9b00,
    "ModelScene:SetCameraOrientationByAxisVectors" : 0x13a9c70,
    "ModelScene:GetCameraForward" : 0x13aa090,
    "ModelScene:GetCameraUp" : 0x13aa0f0,
    "ModelScene:GetCameraRight" : 0x13aa150,
    "ModelScene:GetDrawLayer" : 0x13aa1b0,
    "ModelScene:SetDrawLayer" : 0x13aa1f0,
    "ModelScene:CreateActor" : 0x13aa2b0,
    "ModelScene:GetNumActors" : 0x13aa460,
    "ModelScene:GetActorAtIndex" : 0x13aa490,
    "ModelScene:TakeActor" : 0x13aa540,
    "ModelScene:GetViewTranslation" : 0x13aa620,
    "ModelScene:SetViewTranslation" : 0x13aa6a0,
    "ModelScene:GetViewInsets" : 0x13aa7c0,
    "ModelScene:SetViewInsets" : 0x13aa7f0,
    "ModelScene:Project3DPointTo2D" : 0x13aa870,
    "UnitPositionFrame:AddUnit" : 0x13a3170,
    "UnitPositionFrame:AddUnitFileID" : 0x13a32b0,
    "UnitPositionFrame:AddUnitAtlas" : 0x13a33f0,
    "UnitPositionFrame:SetUnitColor" : 0x13a3530,
    "UnitPositionFrame:ClearUnits" : 0x13a36a0,
    "UnitPositionFrame:FinalizeUnits" : 0x13a3710,
    "UnitPositionFrame:SetPlayerPingTexture" : 0x13a3790,
    "UnitPositionFrame:StartPlayerPing" : 0x13a3ae0,
    "UnitPositionFrame:StopPlayerPing" : 0x13a3a30,
    "UnitPositionFrame:SetPlayerPingScale" : 0x13a3c40,
    "UnitPositionFrame:GetPlayerPingScale" : 0x13a3d20,
    "UnitPositionFrame:GetMouseOverUnits" : 0x13a3d90,
    "UnitPositionFrame:SetUiMapID" : 0x13a3eb0,
    "UnitPositionFrame:GetUiMapID" : 0x13a3f70,
    "Path:SetCurve" : 0x445b20,
    "Path:GetCurve" : 0x445bd0,
    "Path:GetControlPoints" : 0x445c10,
    "Path:CreateControlPoint" : 0x445d10,
    "Path:GetMaxOrder" : 0x445fd0,
    "UIObject:GetObjectType" : 0x447920,
    "UIObject:IsObjectType" : 0x447960,
    "UIObject:GetName" : 0x447a10,
    "UIObject:GetParent" : 0x447a70,
    "UIObject:IsForbidden" : 0x447ad0,
    "UIObject:SetForbidden" : 0x447b30,
    "UIObject:GetDebugName" : 0x447ba0,
    "ScenarioPOIFrame:UpdateMouseOverTooltip" : 0x13a1160,
    "ScenarioPOIFrame:GetScenarioTooltipText" : 0x13a1230,
    "ScrollFrame:SetScrollChild" : 0x1c44040,
    "ScrollFrame:GetScrollChild" : 0x1c44250,
    "ScrollFrame:SetHorizontalScroll" : 0x1c44280,
    "ScrollFrame:SetVerticalScroll" : 0x1c44370,
    "ScrollFrame:GetHorizontalScroll" : 0x1c44460,
    "ScrollFrame:GetVerticalScroll" : 0x1c444b0,
    "ScrollFrame:GetHorizontalScrollRange" : 0x1c44500,
    "ScrollFrame:GetVerticalScrollRange" : 0x1c44550,
    "ScrollFrame:UpdateScrollChildRect" : 0x1c445a0,
    "POIFrame:SetFillTexture" : 0x137a270,
    "POIFrame:SetFillAlpha" : 0x137a2f0,
    "POIFrame:SetBorderTexture" : 0x137a380,
    "POIFrame:SetBorderAlpha" : 0x137a4d0,
    "POIFrame:SetBorderScalar" : 0x137a560,
    "POIFrame:DrawBlob" : 0x137a600,
    "POIFrame:DrawNone" : 0x137a6a0,
    "POIFrame:DrawAll" : 0x137a710,
    "POIFrame:EnableSmoothing" : 0x137a780,
    "POIFrame:EnableMerging" : 0x137a800,
    "POIFrame:SetMergeThreshold" : 0x137a880,
    "POIFrame:SetNumSplinePoints" : 0x137a920,
    "POIFrame:SetMapID" : 0x137a9a0,
    "POIFrame:GetMapID" : 0x137aa10,
    "ControlPoint:SetParent" : 0x445630,
    "ControlPoint:SetOffset" : 0x4458a0,
    "ControlPoint:GetOffset" : 0x4459d0,
    "ControlPoint:SetOrder" : 0x445a60,
    "ControlPoint:GetOrder" : 0x445af0,
    "Scale:SetOrigin" : 0x445190,
    "Scale:GetOrigin" : 0x445260,
    "Scale:SetScale" : 0x4452d0,
    "Scale:GetScale" : 0x4453a0,
    "Scale:SetFromScale" : 0x4453f0,
    "Scale:GetFromScale" : 0x4454c0,
    "Scale:SetToScale" : 0x445510,
    "Scale:GetToScale" : 0x4455e0,
    "Rotation:SetOrigin" : 0x444ec0,
    "Rotation:GetOrigin" : 0x444f90,
    "Rotation:SetDegrees" : 0x445000,
    "Rotation:GetDegrees" : 0x445090,
    "Rotation:SetRadians" : 0x4450d0,
    "Rotation:GetRadians" : 0x445160,
    "StatusBar:GetOrientation" : 0x1c45020,
    "StatusBar:SetOrientation" : 0x1c45060,
    "StatusBar:GetMinMaxValues" : 0x1c45150,
    "StatusBar:SetMinMaxValues" : 0x1c451a0,
    "StatusBar:GetValue" : 0x1c452e0,
    "StatusBar:SetValue" : 0x1c45310,
    "StatusBar:GetStatusBarTexture" : 0x1c453a0,
    "StatusBar:SetStatusBarTexture" : 0x1c453d0,
    "StatusBar:GetStatusBarAtlas" : 0x1c457a0,
    "StatusBar:SetStatusBarAtlas" : 0x1c45690,
    "StatusBar:GetStatusBarColor" : 0x1c45810,
    "StatusBar:SetStatusBarColor" : 0x1c458f0,
    "StatusBar:GetRotatesTexture" : 0x1c45940,
    "StatusBar:SetRotatesTexture" : 0x1c45970,
    "StatusBar:GetReverseFill" : 0x1c459b0,
    "StatusBar:SetReverseFill" : 0x1c459f0,
    "StatusBar:GetFillStyle" : 0x1c45a30,
    "StatusBar:SetFillStyle" : 0x1c45a70,
    "GameTooltip:AddFontStrings" : 0x1459770,
    "GameTooltip:SetMinimumWidth" : 0x1459910,
    "GameTooltip:GetMinimumWidth" : 0x1459a00,
    "GameTooltip:SetPadding" : 0x1459a90,
    "GameTooltip:GetPadding" : 0x1459c50,
    "GameTooltip:IsOwned" : 0x1459d50,
    "GameTooltip:GetOwner" : 0x1459e60,
    "GameTooltip:SetOwner" : 0x1459ed0,
    "GameTooltip:GetAnchorType" : 0x145a300,
    "GameTooltip:SetAnchorType" : 0x145a130,
    "GameTooltip:ClearLines" : 0x145a430,
    "GameTooltip:AddLine" : 0x145a4a0,
    "GameTooltip:AddDoubleLine" : 0x145a5d0,
    "GameTooltip:AddTexture" : 0x145a710,
    "GameTooltip:SetText" : 0x145b070,
    "GameTooltip:AppendText" : 0x145b1b0,
    "GameTooltip:FadeOut" : 0x145b360,
    "GameTooltip:SetHyperlink" : 0x145b440,
    "GameTooltip:SetAction" : 0x145c470,
    "GameTooltip:SetPetAction" : 0x145c7e0,
    "GameTooltip:SetShapeshift" : 0x145c8f0,
    "GameTooltip:SetPossession" : 0x145cac0,
    "GameTooltip:SetSpellBookItem" : 0x145cc70,
    "GameTooltip:SetSpellByID" : 0x145d030,
    "GameTooltip:AddSpellByID" : 0x145d2a0,
    "GameTooltip:SetAzeriteEssence" : 0x145d480,
    "GameTooltip:SetAzeriteEssenceSlot" : 0x145d590,
    "GameTooltip:SetMountBySpellID" : 0x145d660,
    "GameTooltip:SetCompanionPet" : 0x145d710,
    "GameTooltip:SetInventoryItem" : 0x145d7b0,
    "GameTooltip:SetLootItem" : 0x145de90,
    "GameTooltip:SetLootCurrency" : 0x145e010,
    "GameTooltip:SetQuestItem" : 0x145e130,
    "GameTooltip:SetQuestLogItem" : 0x145e370,
    "GameTooltip:SetQuestCurrency" : 0x145e5d0,
    "GameTooltip:SetQuestLogCurrency" : 0x145e780,
    "GameTooltip:SetTrainerService" : 0x145e950,
    "GameTooltip:SetRecipeRankInfo" : 0x145ec40,
    "GameTooltip:SetRecipeResultItem" : 0x145ed10,
    "GameTooltip:SetRecipeReagentItem" : 0x145f030,
    "GameTooltip:SetMerchantItem" : 0x145f220,
    "GameTooltip:SetMerchantCostItem" : 0x145f3f0,
    "GameTooltip:SetTradePlayerItem" : 0x145f6f0,
    "GameTooltip:SetTradeTargetItem" : 0x145fa90,
    "GameTooltip:SetBagItem" : 0x145fe80,
    "GameTooltip:SetBagItemChild" : 0x1460230,
    "GameTooltip:SetInventoryItemByID" : 0x1460440,
    "GameTooltip:SetUnit" : 0x1460560,
    "GameTooltip:SetUnitBuff" : 0x1460750,
    "GameTooltip:SetUnitDebuff" : 0x1460810,
    "GameTooltip:SetUnitAura" : 0x14606a0,
    "GameTooltip:SetTalent" : 0x14608d0,
    "GameTooltip:SetPvpTalent" : 0x1460a20,
    "GameTooltip:SetPvpBrawl" : 0x1460bc0,
    "GameTooltip:SetSendMailItem" : 0x1460c30,
    "GameTooltip:SetInboxItem" : 0x1460f80,
    "GameTooltip:SetAuctionSellItem" : 0x14614f0,
    "GameTooltip:SetAuctionItem" : 0x1461810,
    "GameTooltip:NumLines" : 0x1461d80,
    "GameTooltip:SetQuestRewardSpell" : 0x1461e00,
    "GameTooltip:SetQuestLogRewardSpell" : 0x1461f10,
    "GameTooltip:AdvanceSecondaryCompareItem" : 0x14621d0,
    "GameTooltip:SetCompareItem" : 0x1462550,
    "GameTooltip:ResetSecondaryCompareItem" : 0x1462150,
    "GameTooltip:SetBuybackItem" : 0x1462670,
    "GameTooltip:SetLootRollItem" : 0x14627e0,
    "GameTooltip:SetSocketedItem" : 0x1462920,
    "GameTooltip:SetArtifactItem" : 0x1462a70,
    "GameTooltip:SetSocketGem" : 0x1462d00,
    "GameTooltip:SetExistingSocketGem" : 0x1462e30,
    "GameTooltip:SetGuildBankItem" : 0x1463040,
    "GameTooltip:IsUnit" : 0x14633f0,
    "GameTooltip:GetUnit" : 0x14634f0,
    "GameTooltip:GetItem" : 0x1463630,
    "GameTooltip:GetSpell" : 0x1463830,
    "GameTooltip:GetAzeritePowerID" : 0x1463900,
    "GameTooltip:SetTotem" : 0x1463ae0,
    "GameTooltip:SetCurrencyToken" : 0x1463d90,
    "GameTooltip:SetCurrencyTokenByID" : 0x1463ec0,
    "GameTooltip:SetBackpackToken" : 0x1463fc0,
    "GameTooltip:IsEquippedItem" : 0x14640d0,
    "GameTooltip:SetQuestLogSpecialItem" : 0x1464190,
    "GameTooltip:SetEquipmentSet" : 0x14642a0,
    "GameTooltip:SetFrameStack" : 0x14643a0,
    "GameTooltip:SetLFGDungeonReward" : 0x14644a0,
    "GameTooltip:SetLFGDungeonShortageReward" : 0x14645d0,
    "GameTooltip:SetUpgradeItem" : 0x1464750,
    "GameTooltip:SetInstanceLockEncountersComplete" : 0x1464880,
    "GameTooltip:SetCurrencyByID" : 0x1464960,
    "GameTooltip:SetItemByID" : 0x1464a60,
    "GameTooltip:SetOwnedItemByID" : 0x1464bd0,
    "GameTooltip:SetToyByItemID" : 0x1464cb0,
    "GameTooltip:SetHeirloomByItemID" : 0x1464d80,
    "GameTooltip:SetTransmogrifyItem" : 0x1462bb0,
    "GameTooltip:SetVoidItem" : 0x1465090,
    "GameTooltip:SetVoidDepositItem" : 0x1465220,
    "GameTooltip:SetVoidWithdrawalItem" : 0x14653c0,
    "GameTooltip:SetAchievementByID" : 0x1465550,
    "GameTooltip:SetArtifactPowerByID" : 0x1465700,
    "GameTooltip:SetSocketedRelic" : 0x1465790,
    "GameTooltip:SetAzeritePower" : 0x14659a0,
    "GameTooltip:SetCompareAzeritePower" : 0x14659b0,
    "GameTooltip:CopyTooltip" : 0x169cc0,
    "EditBox:SetFontObject" : 0x1c407b0,
    "EditBox:GetFontObject" : 0x1c40800,
    "EditBox:SetFont" : 0x1c40850,
    "EditBox:GetFont" : 0x1c408a0,
    "EditBox:SetTextColor" : 0x1c408f0,
    "EditBox:GetTextColor" : 0x1c40940,
    "EditBox:SetHighlightColor" : 0x1c40ad0,
    "EditBox:GetHighlightColor" : 0x1c40b20,
    "EditBox:SetShadowColor" : 0x1c40990,
    "EditBox:GetShadowColor" : 0x1c409e0,
    "EditBox:SetShadowOffset" : 0x1c40a30,
    "EditBox:GetShadowOffset" : 0x1c40a80,
    "EditBox:SetSpacing" : 0x1c40bd0,
    "EditBox:GetSpacing" : 0x1c40c20,
    "EditBox:SetJustifyH" : 0x1c40c70,
    "EditBox:GetJustifyH" : 0x1c40cc0,
    "EditBox:SetJustifyV" : 0x1c40d10,
    "EditBox:GetJustifyV" : 0x1c40d60,
    "EditBox:SetIndentedWordWrap" : 0x1c40db0,
    "EditBox:GetIndentedWordWrap" : 0x1c40e00,
    "EditBox:SetAutoFocus" : 0x1c40e50,
    "EditBox:IsAutoFocus" : 0x1c40e90,
    "EditBox:SetCountInvisibleLetters" : 0x1c40ec0,
    "EditBox:IsCountInvisibleLetters" : 0x1c40f00,
    "EditBox:SetMultiLine" : 0x1c40f30,
    "EditBox:IsMultiLine" : 0x1c40f70,
    "EditBox:SetNumeric" : 0x1c40fa0,
    "EditBox:IsNumeric" : 0x1c40fe0,
    "EditBox:SetPassword" : 0x1c41010,
    "EditBox:IsPassword" : 0x1c41050,
    "EditBox:SetSecureText" : 0x1c41080,
    "EditBox:IsSecureText" : 0x1c410d0,
    "EditBox:SetBlinkSpeed" : 0x1c41100,
    "EditBox:GetBlinkSpeed" : 0x1c41190,
    "EditBox:Insert" : 0x1c411c0,
    "EditBox:SetText" : 0x1c41280,
    "EditBox:GetText" : 0x1c41360,
    "EditBox:GetDisplayText" : 0x1c41410,
    "EditBox:SetNumber" : 0x1c41510,
    "EditBox:GetNumber" : 0x1c415f0,
    "EditBox:HighlightText" : 0x1c41680,
    "EditBox:AddHistoryLine" : 0x1c41710,
    "EditBox:ClearHistory" : 0x1c417b0,
    "EditBox:SetTextInsets" : 0x1c417d0,
    "EditBox:GetTextInsets" : 0x1c419c0,
    "EditBox:SetFocus" : 0x1c41ab0,
    "EditBox:ClearFocus" : 0x1c41ad0,
    "EditBox:HasFocus" : 0x1c41af0,
    "EditBox:SetMaxBytes" : 0x1c41b20,
    "EditBox:GetMaxBytes" : 0x1c41bc0,
    "EditBox:SetVisibleTextByteLimit" : 0x1c41c00,
    "EditBox:GetVisibleTextByteLimit" : 0x1c41c80,
    "EditBox:SetMaxLetters" : 0x1c41cb0,
    "EditBox:GetMaxLetters" : 0x1c41d30,
    "EditBox:GetNumLetters" : 0x1c41d60,
    "EditBox:GetHistoryLines" : 0x1c41de0,
    "EditBox:SetHistoryLines" : 0x1c41e10,
    "EditBox:GetInputLanguage" : 0x1c41ea0,
    "EditBox:ToggleInputLanguage" : 0x1c41ed0,
    "EditBox:SetAltArrowKeyMode" : 0x1c41ef0,
    "EditBox:GetAltArrowKeyMode" : 0x1c41f30,
    "EditBox:IsInIMECompositionMode" : 0x1c41f60,
    "EditBox:SetCursorPosition" : 0x1c41f90,
    "EditBox:GetCursorPosition" : 0x1c42020,
    "EditBox:GetUTF8CursorPosition" : 0x1c42050,
    "EditBox:Enable" : 0x1c42090,
    "EditBox:Disable" : 0x1c420c0,
    "EditBox:SetEnabled" : 0x1c420f0,
    "EditBox:IsEnabled" : 0x1c42150,
    "EditBox:SetSecurityDisableSetText" : 0x1c42190,
    "EditBox:SetSecurityDisablePaste" : 0x1c421b0,
    "CinematicModel:SetCreatureData" : 0x138bf00,
    "CinematicModel:SetFacingLeft" : 0x138c0f0,
    "CinematicModel:SetTargetDistance" : 0x138c1c0,
    "CinematicModel:SetPanDistance" : 0x138c290,
    "CinematicModel:InitializeCamera" : 0x138c360,
    "CinematicModel:InitializePanCamera" : 0x138c3f0,
    "CinematicModel:StartPan" : 0x138c480,
    "CinematicModel:StopPan" : 0x138c670,
    "CinematicModel:SetCameraTarget" : 0x138c6e0,
    "CinematicModel:SetCameraPosition" : 0x138c850,
    "CinematicModel:SetSpellVisualKit" : 0x138c9c0,
    "CinematicModel:SetHeightFactor" : 0x138caa0,
    "CinematicModel:SetFadeTimes" : 0x138cb50,
    "CinematicModel:SetAnimOffset" : 0x138cc30,
    "CinematicModel:SetJumpInfo" : 0x138cce0,
    "CinematicModel:EquipItem" : 0x138cdc0,
    "CinematicModel:UnequipItems" : 0x138ce80,
    "CinematicModel:RefreshCamera" : 0x138cf10,
    "Line:SetStartPoint" : 0x430530,
    "Line:GetStartPoint" : 0x430570,
    "Line:SetEndPoint" : 0x4305a0,
    "Line:GetEndPoint" : 0x4305e0,
    "Line:SetThickness" : 0x430610,
    "Line:GetThickness" : 0x4306b0,
    "Line:ClearAllPoints" : 0x430510,
    "PlayerModel:SetUnit" : 0x10f5400,
    "PlayerModel:SetCreature" : 0x10f56f0,
    "PlayerModel:SetItem" : 0x10f59d0,
    "PlayerModel:SetItemAppearance" : 0x10f5b70,
    "PlayerModel:SetDisplayInfo" : 0x10f5d00,
    "PlayerModel:GetDisplayInfo" : 0x10f6e20,
    "PlayerModel:SetPortraitZoom" : 0x10f5ea0,
    "PlayerModel:SetCamDistanceScale" : 0x10f5f60,
    "PlayerModel:RefreshUnit" : 0x10f6050,
    "PlayerModel:RefreshCamera" : 0x10f60e0,
    "PlayerModel:SetRotation" : 0x10f6150,
    "PlayerModel:SetBarberShopAlternateForm" : 0x10f5520,
    "PlayerModel:SetCustomRace" : 0x10f5590,
    "PlayerModel:SetAnimation" : 0x10f6340,
    "PlayerModel:FreezeAnimation" : 0x10f64e0,
    "PlayerModel:HasAnimation" : 0x10f66b0,
    "PlayerModel:SetDoBlend" : 0x10f67e0,
    "PlayerModel:GetDoBlend" : 0x10f6850,
    "PlayerModel:PlayAnimKit" : 0x10f68c0,
    "PlayerModel:StopAnimKit" : 0x10f6a30,
    "PlayerModel:ApplySpellVisualKit" : 0x10f6aa0,
    "PlayerModel:CanSetUnit" : 0x10f6b90,
    "PlayerModel:SetKeepModelOnHide" : 0x10f6cd0,
    "PlayerModel:GetKeepModelOnHide" : 0x10f6db0,
    "OffScreenFrame:TakeSnapshot" : 0x1c43b60,
    "OffScreenFrame:ApplySnapshot" : 0x1c43bc0,
    "OffScreenFrame:Flush" : 0x1c43d30,
    "OffScreenFrame:SetMaxSnapshots" : 0x1c43d70,
    "OffScreenFrame:GetMaxSnapshots" : 0x1c43e10,
    "OffScreenFrame:IsSnapshotValid" : 0x1c43e60,
    "OffScreenFrame:UsesNPOT" : 0x1c43f10,
    "Alpha:SetFromAlpha" : 0x446010,
    "Alpha:GetFromAlpha" : 0x4460a0,
    "Alpha:SetToAlpha" : 0x4460e0,
    "Alpha:GetToAlpha" : 0x446170,
    "Model:ResetLights" : 0x4d1cd0,
    "Model:AddLight" : 0x4d1d30,
    "Model:AddCharacterLight" : 0x4d1e90,
    "Model:AddPetLight" : 0x4d1ff0,
    "Model:SetModel" : 0x1c37a70,
    "Model:GetModelFileID" : 0x1c37b90,
    "Model:ClearModel" : 0x1c37bd0,
    "Model:SetPosition" : 0x1c37c00,
    "Model:SetFacing" : 0x1c37c60,
    "Model:SetPitch" : 0x1c37cf0,
    "Model:SetRoll" : 0x1c37d80,
    "Model:SetModelScale" : 0x1c37e10,
    "Model:UseModelCenterToTransform" : 0x1c37ea0,
    "Model:IsUsingModelCenterToTransform" : 0x1c37f00,
    "Model:SetSequence" : 0x1c37f30,
    "Model:SetSequenceTime" : 0x1c38000,
    "Model:SetCamera" : 0x1c380c0,
    "Model:SetLight" : 0x1c38150,
    "Model:GetLight" : 0x1c38200,
    "Model:GetPosition" : 0x1c38410,
    "Model:GetFacing" : 0x1c38480,
    "Model:GetPitch" : 0x1c384b0,
    "Model:GetRoll" : 0x1c384e0,
    "Model:GetModelScale" : 0x1c38510,
    "Model:AdvanceTime" : 0x1c38540,
    "Model:ReplaceIconTexture" : 0x1c38560,
    "Model:SetFogColor" : 0x1c38620,
    "Model:GetFogColor" : 0x1c38690,
    "Model:SetFogNear" : 0x1c38740,
    "Model:GetFogNear" : 0x1c387d0,
    "Model:SetFogFar" : 0x1c38800,
    "Model:GetFogFar" : 0x1c38890,
    "Model:ClearFog" : 0x1c388c0,
    "Model:SetGlow" : 0x1c388e0,
    "Model:SetTransform" : 0x1c390c0,
    "Model:ClearTransform" : 0x1c39290,
    "Model:SetModelAlpha" : 0x1c392b0,
    "Model:GetModelAlpha" : 0x1c39340,
    "Model:SetDesaturation" : 0x1c39390,
    "Model:GetDesaturation" : 0x1c39460,
    "Model:SetShadowEffect" : 0x1c394c0,
    "Model:GetShadowEffect" : 0x1c39590,
    "Model:SetModelDrawLayer" : 0x1c39770,
    "Model:GetModelDrawLayer" : 0x1c39730,
    "Model:GetViewTranslation" : 0x1c39820,
    "Model:SetViewTranslation" : 0x1c398a0,
    "Model:GetViewInsets" : 0x1c399c0,
    "Model:SetViewInsets" : 0x1c399f0,
    "Model:HasAttachmentPoints" : 0x1c39a70,
    "Model:SetPaused" : 0x1c39aa0,
    "Model:GetPaused" : 0x1c39b40,
    "Model:SetParticlesEnabled" : 0x1c39ba0,
    "Model:SetCustomCamera" : 0x1c38980,
    "Model:MakeCurrentCameraCustom" : 0x1c38a10,
    "Model:HasCustomCamera" : 0x1c38bf0,
    "Model:SetCameraFacing" : 0x1c38a30,
    "Model:GetCameraFacing" : 0x1c38bb0,
    "Model:SetCameraRoll" : 0x1c38b10,
    "Model:GetCameraRoll" : 0x1c38ad0,
    "Model:SetCameraTarget" : 0x1c38e70,
    "Model:GetCameraTarget" : 0x1c38de0,
    "Model:SetCameraPosition" : 0x1c38cb0,
    "Model:GetCameraPosition" : 0x1c38c20,
    "Model:SetCameraDistance" : 0x1c38fa0,
    "Model:GetCameraDistance" : 0x1c39040,
    "Model:GetWorldScale" : 0x1c39070,
    "Model:TransformCameraSpaceToModelSpace" : 0x1c395f0,
    "Model:SetModelByPath" : 0x13aab10,
    "Model:GetModelPath" : 0x13aabc0,
    "Model:SetModelByFileID" : 0x13aac00,
    "Model:SetModelByUnit" : 0x13aacb0,
    "Model:SetModelByCreatureDisplayID" : 0x13aad70,
    "Model:GetModelFileID" : 0x13aae20,
    "Model:GetModelUnitGUID" : 0x13aae50,
    "Model:ClearModel" : 0x13aaeb0,
    "Model:SetPosition" : 0x13aaed0,
    "Model:SetYaw" : 0x13aaf90,
    "Model:SetPitch" : 0x13ab020,
    "Model:SetRoll" : 0x13ab0b0,
    "Model:SetScale" : 0x13ab140,
    "Model:GetPosition" : 0x13ab1d0,
    "Model:GetYaw" : 0x13ab230,
    "Model:GetPitch" : 0x13ab260,
    "Model:GetRoll" : 0x13ab290,
    "Model:GetScale" : 0x13ab2c0,
    "Model:SetAnimation" : 0x13ab2f0,
    "Model:GetAnimation" : 0x13ab410,
    "Model:GetAnimationVariation" : 0x13ab440,
    "Model:SetAnimationBlendOperation" : 0x13ab470,
    "Model:GetAnimationBlendOperation" : 0x13ab510,
    "Model:SetAlpha" : 0x13ab550,
    "Model:GetAlpha" : 0x13ab5d0,
    "Model:SetDesaturation" : 0x13ab600,
    "Model:GetDesaturation" : 0x13ab680,
    "Model:GetActiveBoundingBox" : 0x13ab6b0,
    "Model:GetMaxBoundingBox" : 0x13ab750,
    "Model:SetSpellVisualKit" : 0x13ab7f0,
    "Model:GetSpellVisualKit" : 0x13ab8c0,
    "Model:Show" : 0x13ab8f0,
    "Model:Hide" : 0x13ab910,
    "Model:SetShown" : 0x13ab930,
    "Model:IsVisible" : 0x13ab980,
    "Model:IsShown" : 0x13ab9e0,
    "Model:IsUsingCenterForOrigin" : 0x13abaa0,
    "Model:SetUseCenterForOrigin" : 0x13aba10,
    "Model:IsLoaded" : 0x13abb10,
    "Model:PlayAnimationKit" : 0x13abb40,
    "Model:StopAnimationKit" : 0x13abbe0,
    "Region:SetIgnoreParentAlpha" : 0x42bb80,
    "Region:IsIgnoringParentAlpha" : 0x42bc20,
    "Region:SetIgnoreParentScale" : 0x42bc90,
    "Region:IsIgnoringParentScale" : 0x42bd10,
    "Region:IsObjectLoaded" : 0x42bd90,
    "Region:SetScale" : 0x42be10,
    "Region:GetScale" : 0x42bf10,
    "Region:GetEffectiveScale" : 0x42bf80,
    "Region:IsProtected" : 0x4415b0,
    "Region:CanChangeProtectedState" : 0x441640,
    "Region:SetParent" : 0x4416d0,
    "Region:IsRectValid" : 0x441a90,
    "Region:GetRect" : 0x441ac0,
    "Region:GetScaledRect" : 0x441c80,
    "Region:GetCenter" : 0x441e00,
    "Region:GetLeft" : 0x441f80,
    "Region:GetRight" : 0x442090,
    "Region:GetTop" : 0x4421a0,
    "Region:GetBottom" : 0x4422b0,
    "Region:GetWidth" : 0x4423c0,
    "Region:GetHeight" : 0x4425c0,
    "Region:GetSize" : 0x4427c0,
    "Region:IsDragging" : 0x4434e0,
    "Region:IsMouseOver" : 0x443560,
    "Region:SetSize" : 0x4428b0,
    "Region:GetNumPoints" : 0x442a20,
    "Region:GetPoint" : 0x442b50,
    "Region:SetPoint" : 0x442d70,
    "Region:SetAllPoints" : 0x443210,
    "Region:ClearAllPoints" : 0x443490,
    "Region:SetHeight" : 0x4426c0,
    "Region:SetWidth" : 0x4424c0,
    "Animation:Play" : 0x443e10,
    "Animation:Pause" : 0x443e30,
    "Animation:Stop" : 0x443e50,
    "Animation:Restart" : 0x443e70,
    "Animation:IsDone" : 0x443ea0,
    "Animation:SetPlaying" : 0x443ed0,
    "Animation:IsPlaying" : 0x443f70,
    "Animation:IsPaused" : 0x443fa0,
    "Animation:IsStopped" : 0x443fd0,
    "Animation:IsDelaying" : 0x444000,
    "Animation:GetElapsed" : 0x444360,
    "Animation:SetStartDelay" : 0x444030,
    "Animation:GetStartDelay" : 0x4440c0,
    "Animation:SetEndDelay" : 0x4440f0,
    "Animation:GetEndDelay" : 0x444180,
    "Animation:SetDuration" : 0x4441b0,
    "Animation:GetDuration" : 0x444240,
    "Animation:GetSmoothProgress" : 0x444270,
    "Animation:SetSmoothProgress" : 0x4442a0,
    "Animation:GetProgress" : 0x444330,
    "Animation:SetOrder" : 0x444390,
    "Animation:GetOrder" : 0x444430,
    "Animation:SetSmoothing" : 0x444460,
    "Animation:GetSmoothing" : 0x444510,
    "Animation:SetParent" : 0x444560,
    "Animation:GetRegionParent" : 0x444a30,
    "Animation:SetTarget" : 0x4447a0,
    "Animation:SetTargetKey" : 0x444900,
    "Animation:SetChildKey" : 0x444970,
    "Animation:GetTarget" : 0x4449e0,
    "Animation:HasScript" : 0x444a90,
    "Animation:GetScript" : 0x444b40,
    "Animation:SetScript" : 0x444b70,
    "Animation:HookScript" : 0x444ba0,
    "CheckButton:SetChecked" : 0x1c3edc0,
    "CheckButton:GetChecked" : 0x1c3ee00,
    "CheckButton:GetCheckedTexture" : 0x1c3ee30,
    "CheckButton:SetCheckedTexture" : 0x1c3ee60,
    "CheckButton:GetDisabledCheckedTexture" : 0x1c3ef40,
    "CheckButton:SetDisabledCheckedTexture" : 0x1c3ef70,
    "FogOfWarFrame:SetFogOfWarBackgroundTexture" : 0x13c7d90,
    "FogOfWarFrame:GetFogOfWarBackgroundTexture" : 0x13c7ea0,
    "FogOfWarFrame:SetFogOfWarBackgroundAtlas" : 0x13c7ef0,
    "FogOfWarFrame:GetFogOfWarBackgroundAtlas" : 0x13c7fa0,
    "FogOfWarFrame:SetFogOfWarMaskTexture" : 0x13c7ff0,
    "FogOfWarFrame:GetFogOfWarMaskTexture" : 0x13c8080,
    "FogOfWarFrame:SetFogOfWarMaskAtlas" : 0x13c80d0,
    "FogOfWarFrame:GetFogOfWarMaskAtlas" : 0x13c8180,
    "FogOfWarFrame:GetUiMapID" : 0x13c8260,
    "FogOfWarFrame:SetUiMapID" : 0x13c81d0,
    "FogOfWarFrame:SetMaskScalar" : 0x13c82a0,
    "FogOfWarFrame:GetMaskScalar" : 0x13c8330,
    ------- Lua Namespaces -------
    "C_StorePublic:DoesGroupHavePurchaseableProducts" : 0x8cd5a0,
    "C_StorePublic:IsDisabledByParentalControls" : 0x8cd740,
    "C_StorePublic:IsEnabled" : 0x8cd7a0,
    "C_FogOfWar:GetFogOfWarForMap" : 0x807e20,
    "C_FogOfWar:GetFogOfWarInfo" : 0x807ef0,
    "C_CampaignInfo:GetCampaignChapterInfo" : 0x957af0,
    "C_CampaignInfo:GetCampaignInfo" : 0x957bc0,
    "C_CampaignInfo:GetCurrentCampaignChapterID" : 0x957cc0,
    "C_CampaignInfo:GetCurrentCampaignID" : 0x957d90,
    "C_CampaignInfo:IsCampaignQuest" : 0x957e60,
    "C_IncomingSummon:HasIncomingSummon" : 0x82ed00,
    "C_IncomingSummon:IncomingSummonStatus" : 0x82ee20,
    "C_ArtifactUI:AddPower" : 0x73dc00,
    "C_ArtifactUI:ApplyCursorRelicToSlot" : 0x73dce0,
    "C_ArtifactUI:CanApplyArtifactRelic" : 0x73ddb0,
    "C_ArtifactUI:CanApplyCursorRelicToSlot" : 0x73dee0,
    "C_ArtifactUI:CanApplyRelicItemIDToEquippedArtifactSlot" : 0x73dfd0,
    "C_ArtifactUI:CanApplyRelicItemIDToSlot" : 0x73e130,
    "C_ArtifactUI:CheckRespecNPC" : 0x73e290,
    "C_ArtifactUI:Clear" : 0x73e2f0,
    "C_ArtifactUI:ClearForgeCamera" : 0x73e300,
    "C_ArtifactUI:ConfirmRespec" : 0x73e310,
    "C_ArtifactUI:DoesEquippedArtifactHaveAnyRelicsSlotted" : 0x73e320,
    "C_ArtifactUI:GetAppearanceInfo" : 0x73e380,
    "C_ArtifactUI:GetAppearanceInfoByID" : 0x73e4f0,
    "C_ArtifactUI:GetAppearanceSetInfo" : 0x73e660,
    "C_ArtifactUI:GetArtifactArtInfo" : 0x73e7f0,
    "C_ArtifactUI:GetArtifactInfo" : 0x73e930,
    "C_ArtifactUI:GetArtifactItemID" : 0x73ea90,
    "C_ArtifactUI:GetArtifactTier" : 0x73eb10,
    "C_ArtifactUI:GetArtifactXPRewardTargetInfo" : 0x73ebe0,
    "C_ArtifactUI:GetCostForPointAtRank" : 0x73ed00,
    "C_ArtifactUI:GetEquippedArtifactArtInfo" : 0x73ee20,
    "C_ArtifactUI:GetEquippedArtifactInfo" : 0x73ef60,
    "C_ArtifactUI:GetEquippedArtifactItemID" : 0x73f0c0,
    "C_ArtifactUI:GetEquippedArtifactNumRelicSlots" : 0x73f140,
    "C_ArtifactUI:GetEquippedArtifactRelicInfo" : 0x73f1f0,
    "C_ArtifactUI:GetEquippedRelicLockedReason" : 0x73f380,
    "C_ArtifactUI:GetForgeRotation" : 0x73f470,
    "C_ArtifactUI:GetItemLevelIncreaseProvidedByRelic" : 0x73f4f0,
    "C_ArtifactUI:GetMetaPowerInfo" : 0x73f5e0,
    "C_ArtifactUI:GetNumAppearanceSets" : 0x73f6e0,
    "C_ArtifactUI:GetNumObtainedArtifacts" : 0x73f740,
    "C_ArtifactUI:GetNumRelicSlots" : 0x73f7a0,
    "C_ArtifactUI:GetPointsRemaining" : 0x73f850,
    "C_ArtifactUI:GetPowerHyperlink" : 0x73f8b0,
    "C_ArtifactUI:GetPowerInfo" : 0x73f990,
    "C_ArtifactUI:GetPowerLinks" : 0x73fa90,
    "C_ArtifactUI:GetPowers" : 0x73fb90,
    "C_ArtifactUI:GetPowersAffectedByRelic" : 0x73fc90,
    "C_ArtifactUI:GetPowersAffectedByRelicItemLink" : 0x73fd90,
    "C_ArtifactUI:GetPreviewAppearance" : 0x73fec0,
    "C_ArtifactUI:GetRelicInfo" : 0x73ff90,
    "C_ArtifactUI:GetRelicInfoByItemID" : 0x740120,
    "C_ArtifactUI:GetRelicLockedReason" : 0x7402b0,
    "C_ArtifactUI:GetRelicSlotType" : 0x7403a0,
    "C_ArtifactUI:GetRespecArtifactArtInfo" : 0x7404a0,
    "C_ArtifactUI:GetRespecArtifactInfo" : 0x7405e0,
    "C_ArtifactUI:GetRespecCost" : 0x740740,
    "C_ArtifactUI:GetTotalPowerCost" : 0x7407a0,
    "C_ArtifactUI:GetTotalPurchasedRanks" : 0x740940,
    "C_ArtifactUI:IsArtifactDisabled" : 0x7409a0,
    "C_ArtifactUI:IsAtForge" : 0x740a00,
    "C_ArtifactUI:IsEquippedArtifactDisabled" : 0x740a60,
    "C_ArtifactUI:IsEquippedArtifactMaxed" : 0x740ac0,
    "C_ArtifactUI:IsMaxedByRulesOrEffect" : 0x740b20,
    "C_ArtifactUI:IsPowerKnown" : 0x740b80,
    "C_ArtifactUI:IsViewedArtifactEquipped" : 0x740c60,
    "C_ArtifactUI:SetAppearance" : 0x740cc0,
    "C_ArtifactUI:SetForgeCamera" : 0x740d10,
    "C_ArtifactUI:SetForgeRotation" : 0x740d20,
    "C_ArtifactUI:SetPreviewAppearance" : 0x740ec0,
    "C_ArtifactUI:ShouldSuppressForgeRotation" : 0x740f10,
    "C_VideoOptions:GetGxAdapterInfo" : 0x93e900,
    "C_AzeriteEssence:ActivateEssence" : 0x74b7d0,
    "C_AzeriteEssence:CanActivateEssence" : 0x74b850,
    "C_AzeriteEssence:CanDeactivateEssence" : 0x74b900,
    "C_AzeriteEssence:CanOpenUI" : 0x74b990,
    "C_AzeriteEssence:ClearPendingActivationEssence" : 0x74b9f0,
    "C_AzeriteEssence:CloseForge" : 0x74ba00,
    "C_AzeriteEssence:GetEssenceHyperlink" : 0x74ba10,
    "C_AzeriteEssence:GetEssenceInfo" : 0x74bac0,
    "C_AzeriteEssence:GetEssences" : 0x74bb50,
    "C_AzeriteEssence:GetMilestoneEssence" : 0x74bc50,
    "C_AzeriteEssence:GetMilestoneInfo" : 0x74bd00,
    "C_AzeriteEssence:GetMilestoneSpell" : 0x74bdd0,
    "C_AzeriteEssence:GetMilestones" : 0x74be80,
    "C_AzeriteEssence:GetNumUnlockedEssences" : 0x74bfb0,
    "C_AzeriteEssence:GetPendingActivationEssence" : 0x74c010,
    "C_AzeriteEssence:HasNeverActivatedAnyEssences" : 0x74c070,
    "C_AzeriteEssence:HasPendingActivationEssence" : 0x74c0d0,
    "C_AzeriteEssence:IsAtForge" : 0x74c130,
    "C_AzeriteEssence:SetPendingActivationEssence" : 0x74c190,
    "C_AzeriteEssence:UnlockMilestone" : 0x74c1f0,
    "C_AchievementInfo:GetRewardItemID" : 0x726980,
    "C_AchievementInfo:GetSupercedingAchievements" : 0x726a50,
    "C_AchievementInfo:SetPortraitTexture" : 0x726b60,
    "C_DeathInfo:GetCorpseMapPosition" : 0x7f0460,
    "C_DeathInfo:GetDeathReleasePosition" : 0x7f0530,
    "C_DeathInfo:GetGraveyardsForMap" : 0x7f0600,
    "C_DeathInfo:GetSelfResurrectOptions" : 0x7f0720,
    "C_DeathInfo:UseSelfResurrectOption" : 0x7f0800,
    "C_Calendar:AddEvent" : 0x7693d0,
    "C_Calendar:AreNamesReady" : 0x7693f0,
    "C_Calendar:CanAddEvent" : 0x769450,
    "C_Calendar:CanSendInvite" : 0x7694b0,
    "C_Calendar:CloseEvent" : 0x769510,
    "C_Calendar:ContextMenuEventCanComplain" : 0x769520,
    "C_Calendar:ContextMenuEventCanEdit" : 0x769700,
    "C_Calendar:ContextMenuEventCanRemove" : 0x7698e0,
    "C_Calendar:ContextMenuEventClipboard" : 0x769ac0,
    "C_Calendar:ContextMenuEventComplain" : 0x769b20,
    "C_Calendar:ContextMenuEventCopy" : 0x769b30,
    "C_Calendar:ContextMenuEventGetCalendarType" : 0x769b40,
    "C_Calendar:ContextMenuEventPaste" : 0x769c30,
    "C_Calendar:ContextMenuEventRemove" : 0x769d50,
    "C_Calendar:ContextMenuEventSignUp" : 0x769d60,
    "C_Calendar:ContextMenuGetEventIndex" : 0x769d70,
    "C_Calendar:ContextMenuInviteAvailable" : 0x769db0,
    "C_Calendar:ContextMenuInviteDecline" : 0x769dc0,
    "C_Calendar:ContextMenuInviteRemove" : 0x769dd0,
    "C_Calendar:ContextMenuInviteTentative" : 0x769de0,
    "C_Calendar:ContextMenuSelectEvent" : 0x769df0,
    "C_Calendar:CreateCommunitySignUpEvent" : 0x769f90,
    "C_Calendar:CreateGuildAnnouncementEvent" : 0x769fa0,
    "C_Calendar:CreateGuildSignUpEvent" : 0x769fb0,
    "C_Calendar:CreatePlayerEvent" : 0x769fc0,
    "C_Calendar:EventAvailable" : 0x769fd0,
    "C_Calendar:EventCanEdit" : 0x769fe0,
    "C_Calendar:EventClearAutoApprove" : 0x76a040,
    "C_Calendar:EventClearLocked" : 0x76a050,
    "C_Calendar:EventClearModerator" : 0x76a060,
    "C_Calendar:EventDecline" : 0x76a130,
    "C_Calendar:EventGetCalendarType" : 0x76a140,
    "C_Calendar:EventGetClubId" : 0x76a230,
    "C_Calendar:EventGetInvite" : 0x76a300,
    "C_Calendar:EventGetInviteResponseTime" : 0x76a460,
    "C_Calendar:EventGetInviteSortCriterion" : 0x76a530,
    "C_Calendar:EventGetSelectedInvite" : 0x76a650,
    "C_Calendar:EventGetStatusOptions" : 0x76a720,
    "C_Calendar:EventGetTextures" : 0x76a800,
    "C_Calendar:EventGetTypes" : 0x76a8e0,
    "C_Calendar:EventGetTypesDisplayOrdered" : 0x76a9e0,
    "C_Calendar:EventHasPendingInvite" : 0x76aae0,
    "C_Calendar:EventHaveSettingsChanged" : 0x76ab40,
    "C_Calendar:EventInvite" : 0x76aba0,
    "C_Calendar:EventRemoveInvite" : 0x76acd0,
    "C_Calendar:EventSelectInvite" : 0x76ada0,
    "C_Calendar:EventSetAutoApprove" : 0x76ae70,
    "C_Calendar:EventSetClubId" : 0x76ae80,
    "C_Calendar:EventSetDate" : 0x76af50,
    "C_Calendar:EventSetDescription" : 0x76b0a0,
    "C_Calendar:EventSetInviteStatus" : 0x76b1d0,
    "C_Calendar:EventSetLocked" : 0x76b2f0,
    "C_Calendar:EventSetModerator" : 0x76b300,
    "C_Calendar:EventSetTextureID" : 0x76b3d0,
    "C_Calendar:EventSetTime" : 0x76b4a0,
    "C_Calendar:EventSetTitle" : 0x76b510,
    "C_Calendar:EventSetType" : 0x76b640,
    "C_Calendar:EventSignUp" : 0x76b780,
    "C_Calendar:EventSortInvites" : 0x76b790,
    "C_Calendar:EventTentative" : 0x76b930,
    "C_Calendar:GetClubCalendarEvents" : 0x76b940,
    "C_Calendar:GetDayEvent" : 0x76ba30,
    "C_Calendar:GetDefaultGuildFilter" : 0x76bc10,
    "C_Calendar:GetEventIndex" : 0x76bd40,
    "C_Calendar:GetEventIndexInfo" : 0x76bd80,
    "C_Calendar:GetEventInfo" : 0x76be50,
    "C_Calendar:GetFirstPendingInvite" : 0x76c000,
    "C_Calendar:GetGuildEventInfo" : 0x76c0d0,
    "C_Calendar:GetGuildEventSelectionInfo" : 0x76c270,
    "C_Calendar:GetHolidayInfo" : 0x76c340,
    "C_Calendar:GetMaxCreateDate" : 0x76c430,
    "C_Calendar:GetMinDate" : 0x76c470,
    "C_Calendar:GetMonthInfo" : 0x76c4b0,
    "C_Calendar:GetNextClubId" : 0x76c670,
    "C_Calendar:GetNumDayEvents" : 0x76c740,
    "C_Calendar:GetNumGuildEvents" : 0x76c8a0,
    "C_Calendar:GetNumInvites" : 0x76c900,
    "C_Calendar:GetNumPendingInvites" : 0x76c960,
    "C_Calendar:GetRaidInfo" : 0x76c9c0,
    "C_Calendar:IsActionPending" : 0x76cb20,
    "C_Calendar:MassInviteCommunity" : 0x76cb80,
    "C_Calendar:MassInviteGuild" : 0x76cc50,
    "C_Calendar:OpenCalendar" : 0x76cd50,
    "C_Calendar:OpenEvent" : 0x76cd60,
    "C_Calendar:RemoveEvent" : 0x76cf40,
    "C_Calendar:SetAbsMonth" : 0x76cf50,
    "C_Calendar:SetMonth" : 0x76d070,
    "C_Calendar:SetNextClubId" : 0x76d130,
    "C_Calendar:UpdateEvent" : 0x76d200,
    "C_CVar:GetCVar" : 0x7596a0,
    "C_CVar:GetCVarBitfield" : 0x759790,
    "C_CVar:GetCVarBool" : 0x759860,
    "C_CVar:GetCVarDefault" : 0x759930,
    "C_CVar:RegisterCVar" : 0x759a20,
    "C_CVar:ResetTestCVars" : 0x759af0,
    "C_CVar:SetCVar" : 0x759b00,
    "C_CVar:SetCVarBitfield" : 0x759bd0,
    "C_UI:Reload" : 0x8fd1e0,
    "C_StoreSecure:AckFailure" : 0x8e1660,
    "C_StoreSecure:GetBnetTransferInfo" : 0x8e16f0,
    "C_StoreSecure:GetCharacterInfoByGUID" : 0x8e17f0,
    "C_StoreSecure:GetCharactersForRealm" : 0x8e1910,
    "C_StoreSecure:GetConfirmationInfo" : 0x8e1a00,
    "C_StoreSecure:GetCurrencyID" : 0x8e1b50,
    "C_StoreSecure:GetEligibleRacesForVASService" : 0x8e1be0,
    "C_StoreSecure:GetEntryInfo" : 0x8e1cf0,
    "C_StoreSecure:GetFailureInfo" : 0x8e1df0,
    "C_StoreSecure:GetProductGroupInfo" : 0x8e1ee0,
    "C_StoreSecure:GetProductGroups" : 0x8e2000,
    "C_StoreSecure:GetProductInfo" : 0x8e2110,
    "C_StoreSecure:GetProductList" : 0x8e2210,
    "C_StoreSecure:GetProducts" : 0x8e2230,
    "C_StoreSecure:GetPurchaseList" : 0x8e2350,
    "C_StoreSecure:GetRealmList" : 0x8e2370,
    "C_StoreSecure:GetUnrevokedBoostInfo" : 0x8e2460,
    "C_StoreSecure:GetVASCompletionInfo" : 0x8e2610,
    "C_StoreSecure:GetVASErrors" : 0x8e2760,
    "C_StoreSecure:GetVASGuildFollowInfoForCharacterByGUID" : 0x8e2870,
    "C_StoreSecure:GetVASGuildMasterInfoForCharacterByGUID" : 0x8e2990,
    "C_StoreSecure:GetVASRealmList" : 0x8e2ab0,
    "C_StoreSecure:GetWoWAccountGUIDFromName" : 0x8e2ba0,
    "C_StoreSecure:HasDistributionList" : 0x8e2cd0,
    "C_StoreSecure:HasDynamicPriceData" : 0x8e2d60,
    "C_StoreSecure:HasProductList" : 0x8e2e60,
    "C_StoreSecure:HasProductType" : 0x8e2ef0,
    "C_StoreSecure:HasPurchaseInProgress" : 0x8e2ff0,
    "C_StoreSecure:HasPurchaseList" : 0x8e3080,
    "C_StoreSecure:IsAvailable" : 0x8e3110,
    "C_StoreSecure:IsDynamicBundle" : 0x8e31a0,
    "C_StoreSecure:IsRegionLocked" : 0x8e32a0,
    "C_StoreSecure:PurchaseProduct" : 0x8e3330,
    "C_StoreSecure:PurchaseProductConfirm" : 0x8e3430,
    "C_StoreSecure:PurchaseVASProduct" : 0x8e3520,
    "C_StoreSecure:RequestAllDynamicPriceInfo" : 0x8e3640,
    "C_StoreSecure:RequestCharacterGuildFollowInfo" : 0x8e3660,
    "C_StoreSecure:RequestRealmGuildMasterInfo" : 0x8e37a0,
    "C_StoreSecure:SetDisconnectOnLogout" : 0x8e3880,
    "C_StoreSecure:SetVASProductReady" : 0x8e3920,
    "C_StoreSecure:ValidateBnetTransfer" : 0x8e39c0,
    "C_Texture:GetAtlasInfo" : 0x8ee2f0,
    "C_TaskQuest:DoesMapShowTaskQuestObjectives" : 0x8ae870,
    "C_TaskQuest:GetDistanceSqToQuest" : 0x8ae950,
    "C_TaskQuest:GetQuestInfoByQuestID" : 0x8aea50,
    "C_TaskQuest:GetQuestLocation" : 0x8aeb30,
    "C_TaskQuest:GetQuestProgressBarInfo" : 0x8aeca0,
    "C_TaskQuest:GetQuestTimeLeftMinutes" : 0x8aed90,
    "C_TaskQuest:GetQuestTimeLeftSeconds" : 0x8aee90,
    "C_TaskQuest:GetQuestZoneID" : 0x8aef90,
    "C_TaskQuest:GetQuestsForPlayerByMapID" : 0x8af090,
    "C_TaskQuest:IsActive" : 0x8af1c0,
    "C_TaskQuest:RequestPreloadRewardData" : 0x8af2a0,
    "C_Console:GetAllCommands" : 0x7de8c0,
    "C_Console:GetColorFromType" : 0x7de9c0,
    "C_Console:GetFontHeight" : 0x7debb0,
    "C_Console:PrintAllMatchingCommands" : 0x7dec10,
    "C_Console:SetFontHeight" : 0x7decf0,
    "C_TaxiMap:GetAllTaxiNodes" : 0x8ecfe0,
    "C_TaxiMap:GetTaxiNodesForMap" : 0x8ed0f0,
    "C_TaxiMap:ShouldMapShowTaxiNodes" : 0x8ed200,
    "C_TransmogCollection:GetAppearanceSources" : 0x8f9ef0,
    "C_TransmogCollection:GetSourceIcon" : 0x8f9fd0,
    "C_TransmogCollection:GetSourceInfo" : 0x8fa090,
    "C_ConfigurationWarnings:GetConfigurationWarningSeen" : 0x7db3f0,
    "C_ConfigurationWarnings:GetConfigurationWarningString" : 0x7db500,
    "C_ConfigurationWarnings:GetConfigurationWarnings" : 0x7db600,
    "C_ConfigurationWarnings:SetConfigurationWarningSeen" : 0x7db700,
    "C_TransmogSets:ClearLatestSource" : 0x8fa8f0,
    "C_TransmogSets:ClearNewSource" : 0x8fa900,
    "C_TransmogSets:ClearSetNewSourcesForSlot" : 0x8fa950,
    "C_TransmogSets:GetAllSourceIDs" : 0x8fa9c0,
    "C_TransmogSets:GetBaseSetsCounts" : 0x8faac0,
    "C_TransmogSets:GetBaseSetsFilter" : 0x8fab80,
    "C_TransmogSets:GetCameraIDs" : 0x8fac20,
    "C_TransmogSets:GetIsFavorite" : 0x8facf0,
    "C_TransmogSets:GetLatestSource" : 0x8fadf0,
    "C_TransmogSets:GetSetNewSources" : 0x8fae50,
    "C_TransmogSets:GetSetsContainingSourceID" : 0x8faf50,
    "C_TransmogSets:GetSourceIDsForSlot" : 0x8fb050,
    "C_TransmogSets:GetSourcesForSlot" : 0x8fb150,
    "C_TransmogSets:HasUsableSets" : 0x8fb230,
    "C_TransmogSets:IsBaseSetCollected" : 0x8fb290,
    "C_TransmogSets:IsNewSource" : 0x8fb320,
    "C_TransmogSets:SetBaseSetsFilter" : 0x8fb3b0,
    "C_TransmogSets:SetHasNewSources" : 0x8fb470,
    "C_TransmogSets:SetHasNewSourcesForSlot" : 0x8fb500,
    "C_TransmogSets:SetIsFavorite" : 0x8fb5b0,
    "C_PetInfo:GetPetTamersForMap" : 0x8823c0,
    "C_Map:GetAreaInfo" : 0x862820,
    "C_Map:GetBestMapForUnit" : 0x862900,
    "C_Map:GetBountySetMaps" : 0x8629d0,
    "C_Map:GetFallbackWorldMapID" : 0x862ae0,
    "C_Map:GetMapArtBackgroundAtlas" : 0x862b40,
    "C_Map:GetMapArtHelpTextPosition" : 0x862c10,
    "C_Map:GetMapArtID" : 0x862cf0,
    "C_Map:GetMapArtLayerTextures" : 0x862df0,
    "C_Map:GetMapArtLayers" : 0x862ef0,
    "C_Map:GetMapBannersForMap" : 0x862ff0,
    "C_Map:GetMapChildrenInfo" : 0x8630f0,
    "C_Map:GetMapDisplayInfo" : 0x8631f0,
    "C_Map:GetMapGroupID" : 0x8632e0,
    "C_Map:GetMapGroupMembersInfo" : 0x8633e0,
    "C_Map:GetMapHighlightInfoAtPosition" : 0x8634e0,
    "C_Map:GetMapInfo" : 0x863620,
    "C_Map:GetMapInfoAtPosition" : 0x8636f0,
    "C_Map:GetMapLevels" : 0x863820,
    "C_Map:GetMapLinksForMap" : 0x8639f0,
    "C_Map:GetMapPosFromWorldPos" : 0x863b00,
    "C_Map:GetMapRectOnMap" : 0x863bf0,
    "C_Map:GetPlayerMapPosition" : 0x863e40,
    "C_Map:GetWorldPosFromMapPos" : 0x863f10,
    "C_Map:MapHasArt" : 0x864100,
    "C_Map:RequestPreloadMap" : 0x8641e0,
    "C_CharacterServices:AssignUpgradeDistribution" : 0x788070,
    "C_CharacterServices:GetActiveCharacterUpgradeBoostType" : 0x788350,
    "C_CharacterServices:GetActiveClassTrialBoostType" : 0x7883e0,
    "C_CharacterServices:GetAutomaticBoost" : 0x788470,
    "C_CharacterServices:GetAutomaticBoostCharacter" : 0x788500,
    "C_CharacterServices:GetCharacterServiceDisplayData" : 0x7885f0,
    "C_CharacterServices:GetCharacterServiceDisplayOrder" : 0x7887b0,
    "C_CharacterServices:HasRequiredBoostForClassTrial" : 0x7888c0,
    "C_CharacterServices:HasRequiredBoostForUnrevoke" : 0x788990,
    "C_CharacterServices:SetAutomaticBoost" : 0x788a60,
    "C_CharacterServices:SetAutomaticBoostCharacter" : 0x788b50,
    "C_ContributionCollector:Close" : 0x7e5b40,
    "C_ContributionCollector:Contribute" : 0x7e5b50,
    "C_ContributionCollector:GetActive" : 0x7e5ba0,
    "C_ContributionCollector:GetAtlases" : 0x7e5ca0,
    "C_ContributionCollector:GetBuffs" : 0x7e5da0,
    "C_ContributionCollector:GetContributionAppearance" : 0x7e5ea0,
    "C_ContributionCollector:GetContributionCollectorsForMap" : 0x7e5f70,
    "C_ContributionCollector:GetContributionResult" : 0x7e6080,
    "C_ContributionCollector:GetDescription" : 0x7e6110,
    "C_ContributionCollector:GetManagedContributionsForCreatureID" : 0x7e61a0,
    "C_ContributionCollector:GetName" : 0x7e62a0,
    "C_ContributionCollector:GetOrderIndex" : 0x7e6330,
    "C_ContributionCollector:GetRequiredContributionCurrency" : 0x7e63d0,
    "C_ContributionCollector:GetRequiredContributionItem" : 0x7e64d0,
    "C_ContributionCollector:GetRewardQuestID" : 0x7e65d0,
    "C_ContributionCollector:GetState" : 0x7e6680,
    "C_ContributionCollector:HasPendingContribution" : 0x7e6760,
    "C_ContributionCollector:IsAwaitingRewardQuestData" : 0x7e67f0,
    "C_AccountInfo:GetIDFromBattleNetAccountGUID" : 0x7234b0,
    "C_AccountInfo:IsGUIDBattleNetAccountType" : 0x723630,
    "C_AccountInfo:IsGUIDRelatedToLocalAccount" : 0x723740,
    "C_PaidServices:GetCurrentClassID" : 0x872690,
    "C_PaidServices:GetCurrentFaction" : 0x8726f0,
    "C_PaidServices:GetCurrentLevel" : 0x8727c0,
    "C_PaidServices:GetCurrentRaceID" : 0x872890,
    "C_PaidServices:GetName" : 0x8728f0,
    "C_QuestChoice:GetQuestChoiceInfo" : 0x8a4240,
    "C_QuestChoice:GetQuestChoiceOptionInfo" : 0x8a4380,
    "C_Cursor:DropCursorCommunitiesStream" : 0x7eb460,
    "C_Cursor:GetCursorCommunitiesStream" : 0x7eb470,
    "C_Cursor:GetCursorItem" : 0x7eb580,
    "C_Cursor:SetCursorCommunitiesStream" : 0x7eb620,
    "C_ModelInfo:AddActiveModelScene" : 0x901a30,
    "C_ModelInfo:AddActiveModelSceneActor" : 0x901b70,
    "C_ModelInfo:ClearActiveModelScene" : 0x901cb0,
    "C_ModelInfo:ClearActiveModelSceneActor" : 0x901da0,
    "C_ModelInfo:GetModelSceneActorDisplayInfoByID" : 0x901e90,
    "C_ModelInfo:GetModelSceneActorInfoByID" : 0x901f70,
    "C_ModelInfo:GetModelSceneCameraInfoByID" : 0x902070,
    "C_ModelInfo:GetModelSceneInfoByID" : 0x902180,
    "C_AzeriteItem:FindActiveAzeriteItem" : 0x74d7b0,
    "C_AzeriteItem:GetAzeriteItemXPInfo" : 0x74d850,
    "C_AzeriteItem:GetPowerLevel" : 0x74d9b0,
    "C_AzeriteItem:HasActiveAzeriteItem" : 0x74dab0,
    "C_AzeriteItem:IsAzeriteItem" : 0x74db10,
    "C_AzeriteItem:IsAzeriteItemAtMaxLevel" : 0x74dc10,
    "C_AzeriteItem:IsAzeriteItemByID" : 0x74dc70,
    "C_ResearchInfo:GetDigSitesForMap" : 0x8b5d50,
    "C_CharacterCreation:ClearCharacterTemplate" : 0x779b50,
    "C_CharacterCreation:CreateCharacter" : 0x779b60,
    "C_CharacterCreation:CustomizeExistingCharacter" : 0x779c70,
    "C_CharacterCreation:CycleCharCustomization" : 0x779cc0,
    "C_CharacterCreation:GenerateRandomName" : 0x779d30,
    "C_CharacterCreation:GetAlliedRaceAchievementRequirements" : 0x779e40,
    "C_CharacterCreation:GetAlliedRaceCreationRequirements" : 0x779f40,
    "C_CharacterCreation:GetAvailableClasses" : 0x77a010,
    "C_CharacterCreation:GetAvailableRaces" : 0x77a110,
    "C_CharacterCreation:GetCharacterCreateFacing" : 0x77a210,
    "C_CharacterCreation:GetCharacterCreateType" : 0x77a270,
    "C_CharacterCreation:GetCharacterTemplateInfo" : 0x77a2d0,
    "C_CharacterCreation:GetClassDataByID" : 0x77a3d0,
    "C_CharacterCreation:GetClassIDFromName" : 0x77a4a0,
    "C_CharacterCreation:GetCreateBackgroundModel" : 0x77a580,
    "C_CharacterCreation:GetCurrentRaceMode" : 0x77a650,
    "C_CharacterCreation:GetCustomizationDetails" : 0x77a6b0,
    "C_CharacterCreation:GetFactionForRace" : 0x77a7a0,
    "C_CharacterCreation:GetNameForRace" : 0x77a8a0,
    "C_CharacterCreation:GetNumCharacterTemplates" : 0x77a9a0,
    "C_CharacterCreation:GetNumFeatureVariations" : 0x77aa00,
    "C_CharacterCreation:GetPreviewFrameModelPostureSetting" : 0x77aad0,
    "C_CharacterCreation:GetRaceDataByID" : 0x77aba0,
    "C_CharacterCreation:GetRaceIDFromName" : 0x77ac70,
    "C_CharacterCreation:GetSelectedClass" : 0x77ad50,
    "C_CharacterCreation:GetSelectedFeatureVariation" : 0x77ada0,
    "C_CharacterCreation:GetSelectedRace" : 0x77ae00,
    "C_CharacterCreation:GetSelectedSex" : 0x77ae70,
    "C_CharacterCreation:GetSkinVariationIsHairColor" : 0x77aed0,
    "C_CharacterCreation:GetTrialBoostStartingLevel" : 0x77af30,
    "C_CharacterCreation:GetValidRacesForClass" : 0x77af90,
    "C_CharacterCreation:HasAlteredForm" : 0x77b090,
    "C_CharacterCreation:HasSufficientExperienceForAdvancedCreation" : 0x77b0f0,
    "C_CharacterCreation:IsAdvancedClass" : 0x77b150,
    "C_CharacterCreation:IsCharacterNameValid" : 0x77b1e0,
    "C_CharacterCreation:IsClassAllowedInKioskMode" : 0x77b300,
    "C_CharacterCreation:IsClassAndRaceValidForCharacterCreation" : 0x77b390,
    "C_CharacterCreation:IsForcingCharacterTemplate" : 0x77b570,
    "C_CharacterCreation:IsGuildNameValid" : 0x77b5d0,
    "C_CharacterCreation:IsNeutralRace" : 0x77b6f0,
    "C_CharacterCreation:IsRaceClassValid" : 0x77b780,
    "C_CharacterCreation:IsUsingCharacterTemplate" : 0x77b830,
    "C_CharacterCreation:IsViewingAlteredForm" : 0x77b890,
    "C_CharacterCreation:RandomizeCharCustomization" : 0x77b8f0,
    "C_CharacterCreation:RequestRandomName" : 0x77b9c0,
    "C_CharacterCreation:ResetCharCustomize" : 0x77b9d0,
    "C_CharacterCreation:SelectFeatureVariation" : 0x77ba30,
    "C_CharacterCreation:SetCharCustomizeBackground" : 0x77ba80,
    "C_CharacterCreation:SetCharCustomizeFrame" : 0x77bad0,
    "C_CharacterCreation:SetCharacterCreateFacing" : 0x77bba0,
    "C_CharacterCreation:SetCharacterCreateType" : 0x77bd50,
    "C_CharacterCreation:SetCharacterTemplate" : 0x77be90,
    "C_CharacterCreation:SetCurrentRaceMode" : 0x77bee0,
    "C_CharacterCreation:SetFaceCustomizeCamera" : 0x77bfc0,
    "C_CharacterCreation:SetPortraitTexture" : 0x77c050,
    "C_CharacterCreation:SetPreviewFrame" : 0x77c250,
    "C_CharacterCreation:SetPreviewFramesFeature" : 0x77c360,
    "C_CharacterCreation:SetSelectedClass" : 0x77c3b0,
    "C_CharacterCreation:SetSelectedPreviewGearType" : 0x77c400,
    "C_CharacterCreation:SetSelectedRace" : 0x77c540,
    "C_CharacterCreation:SetSelectedSex" : 0x77c590,
    "C_CharacterCreation:SetViewingAlteredForm" : 0x77c6d0,
    "C_CharacterCreation:ShouldShowAlliedRacesButton" : 0x77c760,
    "C_CharacterCreation:UpdateCustomizationBackground" : 0x77c7c0,
    "C_CharacterCreation:UpdateCustomizationScene" : 0x77c7d0,
    "C_CharacterCreation:UpdatePreviewFrameModel" : 0x77c7e0,
    "C_MapExplorationInfo:GetExploredAreaIDsAtPosition" : 0x865fc0,
    "C_MapExplorationInfo:GetExploredMapTextures" : 0x8660c0,
    "C_AzeriteEmpoweredItem:CanSelectPower" : 0x746760,
    "C_AzeriteEmpoweredItem:CloseAzeriteEmpoweredItemRespec" : 0x746920,
    "C_AzeriteEmpoweredItem:ConfirmAzeriteEmpoweredItemRespec" : 0x746930,
    "C_AzeriteEmpoweredItem:GetAllTierInfo" : 0x746a60,
    "C_AzeriteEmpoweredItem:GetAllTierInfoByItemID" : 0x746b60,
    "C_AzeriteEmpoweredItem:GetAzeriteEmpoweredItemRespecCost" : 0x746c90,
    "C_AzeriteEmpoweredItem:GetPowerInfo" : 0x746cf0,
    "C_AzeriteEmpoweredItem:GetPowerText" : 0x746e50,
    "C_AzeriteEmpoweredItem:GetSpecsForPower" : 0x746fd0,
    "C_AzeriteEmpoweredItem:HasAnyUnselectedPowers" : 0x7470e0,
    "C_AzeriteEmpoweredItem:HasBeenViewed" : 0x747230,
    "C_AzeriteEmpoweredItem:IsAzeriteEmpoweredItem" : 0x747380,
    "C_AzeriteEmpoweredItem:IsAzeriteEmpoweredItemByID" : 0x7474d0,
    "C_AzeriteEmpoweredItem:IsAzeritePreviewSourceDisplayable" : 0x7475c0,
    "C_AzeriteEmpoweredItem:IsHeartOfAzerothEquipped" : 0x7476b0,
    "C_AzeriteEmpoweredItem:IsPowerAvailableForSpec" : 0x747710,
    "C_AzeriteEmpoweredItem:IsPowerSelected" : 0x747860,
    "C_AzeriteEmpoweredItem:SelectPower" : 0x747a20,
    "C_AzeriteEmpoweredItem:SetHasBeenViewed" : 0x747be0,
    "C_ClassColor:GetClassColor" : 0x79fe30,
    "C_SocialQueue:GetAllGroups" : 0x8c1570,
    "C_SocialQueue:GetConfig" : 0x8c1670,
    "C_SocialQueue:GetGroupForPlayer" : 0x8c16f0,
    "C_SocialQueue:GetGroupInfo" : 0x8c1870,
    "C_SocialQueue:GetGroupMembers" : 0x8c1980,
    "C_SocialQueue:GetGroupQueues" : 0x8c1aa0,
    "C_SocialQueue:RequestToJoin" : 0x8c1b80,
    "C_SocialQueue:SignalToastDisplayed" : 0x8c1d70,
    "C_AlliedRaces:ClearAlliedRaceDetailsGiver" : 0x731080,
    "C_AlliedRaces:GetAllRacialAbilitiesFromID" : 0x731090,
    "C_AlliedRaces:GetRaceInfoByID" : 0x731190,
    "C_ClubFinder:ApplicantAcceptClubInvite" : 0x7cdf10,
    "C_ClubFinder:ApplicantDeclineClubInvite" : 0x7ce030,
    "C_ClubFinder:CancelMembershipRequest" : 0x7ce150,
    "C_ClubFinder:CheckAllPlayerApplicantSettings" : 0x7ce270,
    "C_ClubFinder:ClearAllFinderCache" : 0x7ce280,
    "C_ClubFinder:ClearClubApplicantsCache" : 0x7ce290,
    "C_ClubFinder:ClearClubFinderPostingsCache" : 0x7ce2a0,
    "C_ClubFinder:GetClubRecruitmentSettings" : 0x7ce2b0,
    "C_ClubFinder:GetPlayerApplicantSettings" : 0x7ce300,
    "C_ClubFinder:PlayerGetClubInvitationList" : 0x7ce350,
    "C_ClubFinder:PlayerRequestPendingClubsList" : 0x7ce430,
    "C_ClubFinder:PlayerReturnPendingCommunitiesList" : 0x7ce570,
    "C_ClubFinder:PlayerReturnPendingGuildsList" : 0x7ce650,
    "C_ClubFinder:PostClub" : 0x7ce730,
    "C_ClubFinder:RequestApplicantList" : 0x7ce860,
    "C_ClubFinder:RequestClubsList" : 0x7ce9a0,
    "C_ClubFinder:RequestMembershipToClub" : 0x7ceae0,
    "C_ClubFinder:RespondToApplicant" : 0x7cec20,
    "C_ClubFinder:ReturnCommunityApplicantList" : 0x7cef40,
    "C_ClubFinder:ReturnGuildApplicantList" : 0x7cf020,
    "C_ClubFinder:ReturnMatchingCommunityList" : 0x7cf100,
    "C_ClubFinder:ReturnMatchingGuildList" : 0x7cf1e0,
    "C_ClubFinder:ReturnPendingCommunityApplicantList" : 0x7cf2c0,
    "C_ClubFinder:ReturnPendingGuildApplicantList" : 0x7cf3a0,
    "C_ClubFinder:SetPlayerApplicantSettings" : 0x7cf480,
    "C_ClubFinder:SetRecruitmentSettings" : 0x7cf540,
    "C_ClubFinder:ShouldShowClubFinder" : 0x7cf600,
    "C_LoginUI:ReconnectToRealmList" : 0x84f0f0,
    "C_AreaPoiInfo:GetAreaPOIForMap" : 0x732d80,
    "C_AreaPoiInfo:GetAreaPOIInfo" : 0x732e90,
    "C_AreaPoiInfo:GetAreaPOISecondsLeft" : 0x732fc0,
    "C_AreaPoiInfo:IsAreaPOITimed" : 0x7330c0,
    "C_StoreGlue:ChangeRealmByCharacterGUID" : 0x8ccdc0,
    "C_StoreGlue:ClearVASProductReady" : 0x8cced0,
    "C_StoreGlue:GetDisconnectOnLogout" : 0x8ccee0,
    "C_StoreGlue:GetVASProductReady" : 0x8ccf40,
    "C_StoreGlue:GetVASPurchaseStateInfo" : 0x8ccfa0,
    "C_StoreGlue:GetVasTransferQueues" : 0x8cd0a0,
    "C_StoreGlue:IsExpansionPreorderInStore" : 0x8cd140,
    "C_StoreGlue:RequestCharacterQueueTime" : 0x8cd1a0,
    "C_StoreGlue:RequestCurrentVASTransferQueues" : 0x8cd270,
    "C_StoreGlue:UpdateVASPurchaseStates" : 0x8cd280,
    "C_Debug:DashboardIsEnabled" : 0x7cf600,
    "C_Debug:GetAllPortLocsForMap" : 0x7fa3b0,
    "C_Debug:GetMapDebugObjects" : 0x7fa490,
    "C_Debug:TeleportToMapDebugObject" : 0x7fa570,
    "C_Debug:TeleportToMapLocation" : 0x7fa5c0,
    "C_Club:AcceptInvitation" : 0x7bfa50,
    "C_Club:AddClubStreamChatChannel" : 0x7bfb60,
    "C_Club:AdvanceStreamViewMarker" : 0x7bfd20,
    "C_Club:AssignMemberRole" : 0x7bfee0,
    "C_Club:CanResolvePlayerLocationFromClubMessageData" : 0x7c00f0,
    "C_Club:ClearAutoAdvanceStreamViewMarker" : 0x7c04a0,
    "C_Club:ClearClubPresenceSubscription" : 0x7c04d0,
    "C_Club:CompareBattleNetDisplayName" : 0x7c0500,
    "C_Club:CreateClub" : 0x7c0740,
    "C_Club:CreateStream" : 0x7c08a0,
    "C_Club:CreateTicket" : 0x7c0a20,
    "C_Club:DeclineInvitation" : 0x7c0b30,
    "C_Club:DestroyClub" : 0x7c0c40,
    "C_Club:DestroyMessage" : 0x7c0d50,
    "C_Club:DestroyStream" : 0x7c0f40,
    "C_Club:DestroyTicket" : 0x7c1110,
    "C_Club:EditClub" : 0x7c1260,
    "C_Club:EditMessage" : 0x7c13a0,
    "C_Club:EditStream" : 0x7c14d0,
    "C_Club:Flush" : 0x7c1600,
    "C_Club:FocusStream" : 0x7c1630,
    "C_Club:GetAssignableRoles" : 0x7c1840,
    "C_Club:GetAvatarIdList" : 0x7c1960,
    "C_Club:GetClubInfo" : 0x7c1a70,
    "C_Club:GetClubLimits" : 0x7c1b70,
    "C_Club:GetClubMembers" : 0x7c1cb0,
    "C_Club:GetClubPrivileges" : 0x7c1dd0,
    "C_Club:GetClubStreamNotificationSettings" : 0x7c1f40,
    "C_Club:GetCommunityNameResultText" : 0x7c2060,
    "C_Club:GetGuildClubId" : 0x7c2150,
    "C_Club:GetInfoFromLastCommunityChatLine" : 0x7c2240,
    "C_Club:GetInvitationCandidates" : 0x7c2420,
    "C_Club:GetInvitationInfo" : 0x7c2570,
    "C_Club:GetInvitationsForClub" : 0x7c2690,
    "C_Club:GetInvitationsForSelf" : 0x7c2790,
    "C_Club:GetLastTicketResponse" : 0x7c2890,
    "C_Club:GetMemberInfo" : 0x7c2a10,
    "C_Club:GetMemberInfoForSelf" : 0x7c2b10,
    "C_Club:GetMessageInfo" : 0x7c2c10,
    "C_Club:GetMessageRanges" : 0x7c2d40,
    "C_Club:GetMessagesBefore" : 0x7c2e60,
    "C_Club:GetMessagesInRange" : 0x7c2f60,
    "C_Club:GetStreamInfo" : 0x7c3070,
    "C_Club:GetStreamViewMarker" : 0x7c31b0,
    "C_Club:GetStreams" : 0x7c32a0,
    "C_Club:GetSubscribedClubs" : 0x7c33a0,
    "C_Club:GetTickets" : 0x7c34a0,
    "C_Club:IsAccountMuted" : 0x7c35a0,
    "C_Club:IsBeginningOfStream" : 0x7c36f0,
    "C_Club:IsEnabled" : 0x7c3920,
    "C_Club:IsRestricted" : 0x7c39b0,
    "C_Club:IsSubscribedToStream" : 0x7c3a40,
    "C_Club:KickMember" : 0x7c3c50,
    "C_Club:LeaveClub" : 0x7c3de0,
    "C_Club:RedeemTicket" : 0x7c3ef0,
    "C_Club:RequestInvitationsForClub" : 0x7c4040,
    "C_Club:RequestMoreMessagesBefore" : 0x7c4140,
    "C_Club:RequestTicket" : 0x7c4230,
    "C_Club:RequestTickets" : 0x7c4360,
    "C_Club:RevokeInvitation" : 0x7c4460,
    "C_Club:SendBattleTagFriendRequest" : 0x7c45f0,
    "C_Club:SendCharacterInvitation" : 0x7c4770,
    "C_Club:SendInvitation" : 0x7c48c0,
    "C_Club:SendMessage" : 0x7c4a50,
    "C_Club:SetAutoAdvanceStreamViewMarker" : 0x7c4b80,
    "C_Club:SetAvatarTexture" : 0x7c4d40,
    "C_Club:SetClubMemberNote" : 0x7c4f70,
    "C_Club:SetClubPresenceSubscription" : 0x7c50c0,
    "C_Club:SetClubStreamNotificationSettings" : 0x7c51c0,
    "C_Club:SetFavorite" : 0x7c52e0,
    "C_Club:SetSocialQueueingEnabled" : 0x7c5440,
    "C_Club:ShouldAllowClubType" : 0x7c55a0,
    "C_Club:UnfocusStream" : 0x7c56b0,
    "C_Club:ValidateText" : 0x7c5880,
    "C_ActionBar:FindFlyoutActionButtons" : 0x729e30,
    "C_ActionBar:FindPetActionButtons" : 0x729f30,
    "C_ActionBar:FindSpellActionButtons" : 0x72a030,
    "C_ActionBar:GetPetActionPetBarIndices" : 0x72a130,
    "C_ActionBar:HasFlyoutActionButtons" : 0x72a230,
    "C_ActionBar:HasPetActionButtons" : 0x72a2c0,
    "C_ActionBar:HasPetActionPetBarIndices" : 0x72a350,
    "C_ActionBar:HasSpellActionButtons" : 0x72a3e0,
    "C_ActionBar:IsAutoCastPetAction" : 0x72a470,
    "C_ActionBar:IsEnabledAutoCastPetAction" : 0x72a500,
    "C_ActionBar:IsOnBarOrSpecialBar" : 0x72a590,
    "C_ActionBar:ShouldOverrideBarShowHealthBar" : 0x72a620,
    "C_ActionBar:ShouldOverrideBarShowManaBar" : 0x72a680,
    "C_ActionBar:ToggleAutoCastPetAction" : 0x72a6e0,
    ------- Lua Functions -------
    "GetScreenResolutions" : 0x1107020,
    "GetCurrentResolution" : 0x1107110,
    "SetScreenResolution" : 0x1107230,
    "SetupFullscreenScale" : 0x11072f0,
    "GetVideoCaps" : 0x1107400,
    "SetSelectedScreenResolutionIndex" : 0x1107ba0,
    "GetMonitorCount" : 0x1106ec0,
    "GetMonitorName" : 0x1106f90,
    "GetMonitorAspectRatio" : 0x1106ef0,
    "GetToolTipInfo" : 0x11074a0,
    "GetCVarSettingValidity" : 0x11075f0,
    "SetDefaultVideoOptions" : 0x11076d0,
    "GetDefaultVideoOptions" : 0x1107840,
    "GetDefaultVideoOption" : 0x11078d0,
    "GetDefaultGraphicsQuality" : 0x1107970,
    "GetVideoOptions" : 0x1107a70,
    "GetGraphicsDropdownIndexByMasterIndex" : 0x11079a0,
    "GetGraphicsAPIs" : 0x1107b40,
    "GetDefaultVideoQualityOption" : 0x1107720,
    "AntiAliasingSupported" : 0x1107bf0,
    "MultiSampleAntiAliasingSupported" : 0x1107c20,
    "SetCurrentGraphicsSetting" : 0x1107d20,
    "GetCurrentGraphicsSetting" : 0x1107d90,
    "AutoChooseCurrentGraphicsSetting" : 0x1107dc0,
    "IsOutlineModeSupported" : 0x1107de0,
    "GetMaxRenderScale" : 0x1107e10,
    "GetMinRenderScale" : 0x1107e40,
    "GetCurrentScaledResolution" : 0x1107e70,
    "GetTime" : 0x14487d0,
    "GetTickTime" : 0x1448810,
    "GetGameTime" : 0x1448880,
    "GetLocalGameTime" : 0x14488c0,
    "ConsoleExec" : 0x1448930,
    "GetSessionTime" : 0x1448840,
    "GetServerTime" : 0x1448900,
    "CanBeRaidTarget" : 0x102a0e0,
    "SetRaidTarget" : 0x102a170,
    "SetRaidTargetProtected" : 0x102a210,
    "GetRaidTargetIndex" : 0x102a2b0,
    "PlaceRaidMarker" : 0x102a360,
    "ClearRaidMarker" : 0x102a410,
    "IsRaidMarkerActive" : 0x102a4a0,
    "CanResetTutorials" : 0x1033b10,
    "FlagTutorial" : 0x1033b70,
    "IsTutorialFlagged" : 0x1033cb0,
    "TriggerTutorial" : 0x1033bc0,
    "ClearTutorials" : 0x1033d50,
    "ResetTutorials" : 0x1033d60,
    "GetNextCompleatedTutorial" : 0x1033e80,
    "GetPrevCompleatedTutorial" : 0x1033f30,
    "GetTutorialsEnabled" : 0x1033fe0,
    "BankButtonIDToInvSlotID" : 0x10479e0,
    "ReagentBankButtonIDToInvSlotID" : 0x1047a60,
    "GetNumBankSlots" : 0x1047ac0,
    "GetBankSlotCost" : 0x1047b20,
    "PurchaseSlot" : 0x1047ba0,
    "CloseBankFrame" : 0x1047c40,
    "IsReagentBankUnlocked" : 0x1047c90,
    "GetReagentBankCost" : 0x1047cd0,
    "BuyReagentBank" : 0x1047cf0,
    "DepositReagentBank" : 0x1047d80,
    "DoesSpellExist" : 0x1050f40,
    "GetNumSpellTabs" : 0x1050fa0,
    "GetSpellTabInfo" : 0x1051010,
    "GetSpellBookItemName" : 0x1051380,
    "GetSpellBookItemInfo" : 0x1051650,
    "GetSpellLink" : 0x1051760,
    "GetSpellTradeSkillLink" : 0x10517f0,
    "GetSpellInfo" : 0x10519c0,
    "GetSpellSubtext" : 0x1051c40,
    "GetSpellRank" : 0x1051d10,
    "GetSpellPowerCost" : 0x10524e0,
    "GetSpellCharges" : 0x10518b0,
    "GetSpellDescription" : 0x10523b0,
    "GetSpellBookItemTexture" : 0x1052b70,
    "GetSpellTexture" : 0x1052c90,
    "GetSpellCount" : 0x1052d00,
    "GetSpellCooldown" : 0x1052d60,
    "GetSpellAvailableLevel" : 0x1053010,
    "GetSpellLevelLearned" : 0x10530a0,
    "GetSpellAutocast" : 0x1053100,
    "ToggleSpellAutocast" : 0x10531e0,
    "EnableSpellAutocast" : 0x1053250,
    "DisableSpellAutocast" : 0x10532c0,
    "SetSpellbookPetAction" : 0x1053330,
    "PickupSpellBookItem" : 0x1053470,
    "PickupSpell" : 0x10535d0,
    "CastSpell" : 0x1053770,
    "IsSelectedSpellBookItem" : 0x1053890,
    "IsPassiveSpell" : 0x1053900,
    "IsAttackSpell" : 0x1053b40,
    "IsTalentSpell" : 0x1053960,
    "IsPvpTalentSpell" : 0x1053a80,
    "IsCurrentSpell" : 0x1053c20,
    "IsAutoRepeatSpell" : 0x1053c80,
    "IsUsableSpell" : 0x1053d20,
    "IsHelpfulSpell" : 0x1053e80,
    "IsHarmfulSpell" : 0x1053f60,
    "IsConsumableSpell" : 0x1054040,
    "SpellHasRange" : 0x1054230,
    "IsSpellInRange" : 0x10543a0,
    "IsSpellClassOrSpec" : 0x1054870,
    "GetSpecsForSpell" : 0x1054540,
    "HasPetSpells" : 0x1054c00,
    "GetNumShapeshiftForms" : 0x1054cc0,
    "GetShapeshiftForm" : 0x1054cf0,
    "GetShapeshiftFormID" : 0x1054de0,
    "CancelShapeshiftForm" : 0x1054e30,
    "GetShapeshiftFormInfo" : 0x1054e50,
    "CastShapeshiftForm" : 0x104e790,
    "GetShapeshiftFormCooldown" : 0x104e8a0,
    "CastSpellByName" : 0x104e9f0,
    "CastSpellByID" : 0x104ede0,
    "GetNumCompanions" : 0x104f3a0,
    "GetCompanionInfo" : 0x104f440,
    "PickupCompanion" : 0x104f520,
    "CallCompanion" : 0x104f6b0,
    "DismissCompanion" : 0x104f7a0,
    "IsSpellKnown" : 0x104f8e0,
    "IsSpellKnownOrOverridesKnown" : 0x104f960,
    "IsPlayerSpell" : 0x104fa70,
    "FindSpellBookSlotBySpellID" : 0x104fad0,
    "SummonRandomCritter" : 0x104fb80,
    "GetProfessions" : 0x104fba0,
    "GetProfessionInfo" : 0x104fd70,
    "UnlearnSpecialization" : 0x1050090,
    "GetCurrentLevelSpells" : 0x1050100,
    "GetCurrentLevelFeatures" : 0x1050220,
    "GetCallPetSpellInfo" : 0x1050330,
    "SetBarSlotFromIntro" : 0x10503f0,
    "GetSpellBaseCooldown" : 0x1052f20,
    "GetSpellLossOfControlCooldown" : 0x1052e60,
    "GetWorldMapActionButtonSpellInfo" : 0x10504e0,
    "ClickWorldMapActionButton" : 0x1050760,
    "UseWorldMapActionButtonSpellOnQuest" : 0x10507e0,
    "FindFlyoutSlotBySpellID" : 0x1050880,
    "FindSpellOverrideByID" : 0x1050920,
    "FindBaseSpellByID" : 0x10509b0,
    "GetNumRaidProfiles" : 0x1078690,
    "GetRaidProfileName" : 0x10786b0,
    "GetRaidProfileFlattenedOptions" : 0x1078720,
    "GetRaidProfileOption" : 0x10787f0,
    "SetRaidProfileOption" : 0x1078900,
    "GetRaidProfileSavedPosition" : 0x1078a10,
    "SetRaidProfileSavedPosition" : 0x1078b70,
    "SaveRaidProfileCopy" : 0x1078e10,
    "RestoreRaidProfileFromCopy" : 0x1078ef0,
    "CreateNewRaidProfile" : 0x1079000,
    "DeleteRaidProfile" : 0x1079220,
    "RaidProfileHasUnsavedChanges" : 0x10793b0,
    "GetRaidProfileSavedPosition" : 0x1078a10,
    "RaidProfileExists" : 0x10793e0,
    "GetMaxNumCUFProfiles" : 0x1079460,
    "HasLoadedCUFProfiles" : 0x1079480,
    "GetNumClasses" : 0x10e3760,
    "GetClassInfo" : 0x10e37a0,
    "GetNumSpecializations" : 0x10e28f0,
    "GetPrimarySpecialization" : 0x10e2950,
    "GetSpecChangeCost" : 0x10e2970,
    "GetSpecializationInfo" : 0x10e29b0,
    "GetSpecializationRole" : 0x10e2cb0,
    "GetSpecializationRoleByID" : 0x10e2e40,
    "SetSpecialization" : 0x10e2f80,
    "GetSpecialization" : 0x10e30a0,
    "GetInspectSpecialization" : 0x10e2ee0,
    "GetSpecializationSpells" : 0x10e31a0,
    "GetSpecializationMasterySpells" : 0x10e3630,
    "GetSpecializationInfoByID" : 0x10e3880,
    "GetNumSpecGroups" : 0x10e3ac0,
    "GetActiveSpecGroup" : 0x10e3b00,
    "GetTalentInfo" : 0x10e3b40,
    "GetTalentTierInfo" : 0x10e3c40,
    "GetTalentInfoByID" : 0x10e4050,
    "GetTalentInfoBySpecialization" : 0x10e3e90,
    "GetTalentLink" : 0x10e42b0,
    "LearnTalent" : 0x10e44d0,
    "LearnTalents" : 0x10e44f0,
    "GetNumUnspentTalents" : 0x10e4b70,
    "GetNumUnspentPvpTalents" : 0x10e4be0,
    "GetMaxTalentTier" : 0x10e4c00,
    "RemoveTalent" : 0x10e4c50,
    "PickupTalent" : 0x10e4d70,
    "AreTalentsLocked" : 0x10e4ea0,
    "GetFailedTalentIDs" : 0x10e4f00,
    "ClearFailedTalentIDs" : 0x10e4f80,
    "GetPvpTalentInfoByID" : 0x10e41a0,
    "GetPvpTalentInfoBySpecialization" : 0x10e3f80,
    "GetPvpTalentLink" : 0x10e43c0,
    "LearnPvpTalent" : 0x10e44e0,
    "LearnPvpTalents" : 0x10e4840,
    "PickupPvpTalent" : 0x10e4e00,
    "RemovePvpTalent" : 0x10e4cf0,
    "GetFailedPVPTalentIDs" : 0x10e4fc0,
    "ClearFailedPVPTalentIDs" : 0x10e5040,
    "GetRewardPackItems" : 0x10e5080,
    "GetRewardPackCurrencies" : 0x10e5780,
    "GetRewardPackTitle" : 0x10e5cc0,
    "GetRewardPackTitleName" : 0x10e5d50,
    "GetRewardPackMoney" : 0x10e5f30,
    "GetRewardPackArtifactPower" : 0x10e5be0,
    "BNGetInfo" : 0x110c170,
    "BNGetDisplayName" : 0x110c240,
    "BNGetNumFriends" : 0x110c2e0,
    "BNGetFriendInfo" : 0x110c3b0,
    "BNGetFriendInfoByID" : 0x110c460,
    "BNSummonFriendByIndex" : 0x110c510,
    "BNSendSoR" : 0x169cc0,
    "BNGetNumFriendGameAccounts" : 0x110c830,
    "BNGetFriendGameAccountInfo" : 0x110c910,
    "BNGetGameAccountInfo" : 0x110ca80,
    "BNGetGameAccountInfoByGUID" : 0x110cb10,
    "BNRemoveFriend" : 0x110cba0,
    "BNSetFriendNote" : 0x110cc30,
    "BNSetFriendFavoriteFlag" : 0x110cda0,
    "BNSetSelectedFriend" : 0x110e590,
    "BNGetSelectedFriend" : 0x110e670,
    "BNGetFriendIndex" : 0x110c670,
    "BNGetNumFriendInvites" : 0x110d020,
    "BNGetFriendInviteInfo" : 0x110d080,
    "BNSendFriendInvite" : 0x110d180,
    "BNSendFriendInviteByID" : 0x110d330,
    "BNAcceptFriendInvite" : 0x110d440,
    "BNDeclineFriendInvite" : 0x110d540,
    "BNCheckBattleTagInviteToUnit" : 0x110e810,
    "BNCheckBattleTagInviteToGuildMember" : 0x110e8b0,
    "BNSendVerifiedBattleTagInvite" : 0x110e920,
    "BNSetAFK" : 0x110d640,
    "BNSetDND" : 0x110d6b0,
    "BNSetCustomMessage" : 0x110d720,
    "BNSendWhisper" : 0x110d930,
    "BNSendGameData" : 0x110db40,
    "BNGetNumBlocked" : 0x110de80,
    "BNGetBlockedInfo" : 0x110df00,
    "BNIsBlocked" : 0x110dfe0,
    "BNSetBlocked" : 0x110e0d0,
    "BNSetSelectedBlock" : 0x110e180,
    "BNGetSelectedBlock" : 0x110e250,
    "BNConnected" : 0x110e2c0,
    "BNFeaturesEnabledAndConnected" : 0x110e2c0,
    "IsBNLogin" : 0xfd4fd0,
    "BNFeaturesEnabled" : 0x110e2f0,
    "BNRequestFOFInfo" : 0x110e320,
    "BNGetNumFOF" : 0x110e3d0,
    "BNGetFOFInfo" : 0x110e460,
    "BNIsSelf" : 0x110e6e0,
    "BNIsFriend" : 0x110e780,
    "BNTokenFindName" : 0x110c760,
    "BNInviteFriend" : 0x110ce60,
    "BNRequestInviteFriend" : 0x110cf00,
    "SetLootPortrait" : 0x1236d30,
    "GetNumLootItems" : 0x1236e50,
    "GetLootSlotInfo" : 0x1236e80,
    "GetLootInfo" : 0x12370a0,
    "GetLootSlotLink" : 0x12373c0,
    "LootSlotHasItem" : 0x12374c0,
    "GetLootSlotType" : 0x1237530,
    "LootSlot" : 0x1237600,
    "ConfirmLootSlot" : 0x1237650,
    "CloseLoot" : 0x1237780,
    "IsFishingLoot" : 0x12377b0,
    "GetMasterLootCandidate" : 0x12377e0,
    "GiveMasterLoot" : 0x12379b0,
    "DoMasterLootRoll" : 0x1237ad0,
    "CancelMasterLootRoll" : 0x1237b60,
    "GetLootRollItemInfo" : 0x1237cb0,
    "GetActiveLootRollIDs" : 0x1237bf0,
    "GetLootRollItemLink" : 0x1237f90,
    "GetLootRollTimeLeft" : 0x1238050,
    "RollOnLoot" : 0x12380e0,
    "ConfirmLootRoll" : 0x1238160,
    "GetLootSourceInfo" : 0x12381e0,
    "LootMoneyNotify" : 0x1238230,
    "GetNumSavedInstances" : 0x1287050,
    "GetSavedInstanceInfo" : 0x1287080,
    "GetSavedInstanceEncounterInfo" : 0x1287370,
    "GetSavedInstanceChatLink" : 0x1287490,
    "SetSavedInstanceExtend" : 0x1287510,
    "GetNumSavedWorldBosses" : 0x1287680,
    "GetSavedWorldBossInfo" : 0x12876b0,
    "GetNumFactions" : 0x1288760,
    "GetFactionInfo" : 0x1288790,
    "GetFactionInfoByID" : 0x1288810,
    "GetWatchedFactionInfo" : 0x1288860,
    "SetWatchedFactionIndex" : 0x1288cc0,
    "FactionToggleAtWar" : 0x1288a20,
    "CollapseFactionHeader" : 0x1288b80,
    "CollapseAllFactionHeaders" : 0x1288bd0,
    "SetFactionInactive" : 0x1288aa0,
    "SetFactionActive" : 0x1288b10,
    "IsFactionInactive" : 0x1288c60,
    "ExpandFactionHeader" : 0x1288c10,
    "ExpandAllFactionHeaders" : 0x1288bf0,
    "SetSelectedFaction" : 0x1288da0,
    "GetSelectedFaction" : 0x1288e20,
    "GetGuildExpirationTime" : 0x1288e80,
    "GetGuildFactionInfo" : 0x1288ec0,
    "SetLFGBonusFactionID" : 0x1288ed0,
    "GetLFGBonusFactionID" : 0x1288fd0,
    "UseToy" : 0x12a3e80,
    "UseToyByName" : 0x12a3f10,
    "PlayerHasToy" : 0x12a40d0,
    "ContainerIDToInventoryID" : 0x13128b0,
    "GetContainerNumSlots" : 0x1312940,
    "GetContainerItemInfo" : 0x1313330,
    "IsContainerItemAnUpgrade" : 0x13131e0,
    "GetContainerItemID" : 0x1313840,
    "GetContainerItemLink" : 0x13136f0,
    "GetContainerItemCooldown" : 0x1313990,
    "PickupContainerItem" : 0x1313d40,
    "SplitContainerItem" : 0x13143f0,
    "UseContainerItem" : 0x1314630,
    "SocketContainerItem" : 0x1314e40,
    "ShowContainerSellCursor" : 0x1315070,
    "SetBagPortraitTexture" : 0x13151f0,
    "GetBagName" : 0x1315370,
    "SetBagSlotFlag" : 0x13154b0,
    "GetBagSlotFlag" : 0x1315620,
    "SetBankBagSlotFlag" : 0x13156f0,
    "GetBankBagSlotFlag" : 0x1315860,
    "GetBackpackAutosortDisabled" : 0x1315b30,
    "SetBackpackAutosortDisabled" : 0x1315b70,
    "GetBankAutosortDisabled" : 0x1315bd0,
    "SetBankAutosortDisabled" : 0x1315c10,
    "GetSortBagsRightToLeft" : 0x1315c70,
    "SetSortBagsRightToLeft" : 0x1315cb0,
    "GetInsertItemsLeftToRight" : 0x1315d10,
    "SetInsertItemsLeftToRight" : 0x1315d50,
    "SortBags" : 0x1315db0,
    "SortBankBags" : 0x1315e00,
    "SortReagentBankBags" : 0x1315e50,
    "GetContainerItemDurability" : 0x1313bc0,
    "GetContainerNumFreeSlots" : 0x1312a20,
    "GetContainerFreeSlots" : 0x1312c80,
    "IsContainerFiltered" : 0x1312fc0,
    "GetContainerItemPurchaseInfo" : 0x1315ea0,
    "GetContainerItemPurchaseItem" : 0x1316170,
    "GetContainerItemPurchaseCurrency" : 0x1316510,
    "ContainerRefundItemPurchase" : 0x1316820,
    "GetMaxArenaCurrency" : 0x1316a00,
    "GetContainerItemQuestInfo" : 0x1316c00,
    "GetContainerItemEquipmentSetInfo" : 0x1316a20,
    "PlayerHasHearthstone" : 0x1316e40,
    "UseHearthstone" : 0x1316ea0,
    "GetItemCooldown" : 0x1316f20,
    "SetItemSearch" : 0x13170e0,
    "IsBattlePayItem" : 0x1317210,
    "IsBagSlotFlagEnabledOnOtherBags" : 0x1315930,
    "IsBagSlotFlagEnabledOnOtherBankBags" : 0x1315a30,
    "ClosePetStables" : 0x13257a0,
    "GetStablePetInfo" : 0x1325810,
    "PickupStablePet" : 0x13259e0,
    "SetPetStablePaperdoll" : 0x1325a50,
    "GetStablePetFoodTypes" : 0x1325be0,
    "IsAtStableMaster" : 0x1325e50,
    "SetPetSlot" : 0x1325e80,
    "CloseQuest" : 0x1344a20,
    "GetQuestID" : 0x1344a80,
    "GetTitleText" : 0x1344aa0,
    "GetGreetingText" : 0x1344ac0,
    "GetQuestText" : 0x1344ae0,
    "GetObjectiveText" : 0x1344b00,
    "GetProgressText" : 0x1344b20,
    "GetRewardText" : 0x1344b40,
    "GetNumAvailableQuests" : 0x1344b60,
    "GetNumActiveQuests" : 0x1344b80,
    "GetCriteriaSpell" : 0x1344ba0,
    "GetAvailableTitle" : 0x1344c60,
    "GetActiveTitle" : 0x1344cf0,
    "GetAvailableLevel" : 0x1344de0,
    "GetActiveLevel" : 0x1344e60,
    "IsAvailableQuestTrivial" : 0x1344ee0,
    "IsActiveQuestTrivial" : 0x1344f70,
    "IsActiveQuestLegendary" : 0x1345000,
    "SelectAvailableQuest" : 0x1345090,
    "SelectActiveQuest" : 0x1345150,
    "ShowQuestOffer" : 0x1345200,
    "ShowQuestComplete" : 0x1345280,
    "AcceptQuest" : 0x1345420,
    "DeclineQuest" : 0x1345430,
    "IsQuestCompletable" : 0x1345440,
    "CompleteQuest" : 0x1345490,
    "GetQuestReward" : 0x1345500,
    "GetRewardMoney" : 0x13455e0,
    "GetRewardXP" : 0x1345600,
    "GetRewardArtifactXP" : 0x1345620,
    "GetNumRewardSpells" : 0x1345670,
    "GetRewardSpell" : 0x13456b0,
    "GetRewardHonor" : 0x1345b60,
    "GetQuestMoneyToGet" : 0x1345b80,
    "GetNumQuestRewards" : 0x1345ba0,
    "GetNumQuestChoices" : 0x1345be0,
    "GetNumQuestItems" : 0x1345c10,
    "GetQuestItemInfo" : 0x1345c50,
    "IsQuestItemHidden" : 0x1345d80,
    "GetQuestItemLink" : 0x1345e00,
    "GetQuestSpellLink" : 0x1346090,
    "QuestChooseRewardError" : 0x1346140,
    "ConfirmAcceptQuest" : 0x1346160,
    "GetQuestBackgroundMaterial" : 0x1346190,
    "GetSuggestedGroupNum" : 0x13462c0,
    "QuestFlagsPVP" : 0x13462e0,
    "QuestGetAutoAccept" : 0x1346340,
    "QuestGetAutoLaunched" : 0x1346360,
    "QuestIsFromAreaTrigger" : 0x1346380,
    "QuestIsFromAdventureMap" : 0x13463a0,
    "GetDailyQuestsCompleted" : 0x13463c0,
    "GetRewardTitle" : 0x13459c0,
    "GetRewardSkillPoints" : 0x1345ab0,
    "GetAvailableQuestInfo" : 0x1346510,
    "QuestIsDaily" : 0x1346680,
    "QuestIsWeekly" : 0x13466d0,
    "GetQuestPortraitGiver" : 0x13466f0,
    "GetQuestPortraitTurnIn" : 0x1346750,
    "GetRewardSkillLineID" : 0x13467a0,
    "GetRewardNumSkillUps" : 0x13467c0,
    "GetNumQuestCurrencies" : 0x13467e0,
    "GetMaxRewardCurrencies" : 0x1346810,
    "GetNumRewardCurrencies" : 0x1346830,
    "GetQuestCurrencyID" : 0x1346890,
    "GetQuestCurrencyInfo" : 0x1346970,
    "PlayAutoAcceptQuestSound" : 0x1346ba0,
    "ClearAutoAcceptQuestSound" : 0x1346be0,
    "NeutralPlayerSelectFaction" : 0x1346bf0,
    "AcknowledgeAutoAcceptQuest" : 0x1346c60,
    "IsSpellOverlayed" : 0x134d760,
    "CanUseVoidStorage" : 0x1352130,
    "UnlockVoidStorage" : 0x1352180,
    "IsVoidStorageReady" : 0x13521d0,
    "GetVoidItemInfo" : 0x1352250,
    "ClickVoidStorageSlot" : 0x1352dc0,
    "GetVoidTransferDepositInfo" : 0x1352560,
    "GetVoidTransferWithdrawalInfo" : 0x13526b0,
    "GetVoidTransferCost" : 0x1352840,
    "GetVoidUnlockCost" : 0x13528d0,
    "ExecuteVoidTransfer" : 0x1352920,
    "ClickVoidTransferDepositSlot" : 0x1352a20,
    "ClickVoidTransferWithdrawalSlot" : 0x1352c20,
    "CloseVoidStorageFrame" : 0x13529f0,
    "GetVoidItemHyperlinkString" : 0x1352440,
    "GetVoidStorageSlotPageIndex" : 0x1352500,
    "ClearVoidTransferDepositSlot" : 0x1352fc0,
    "GetNumVoidTransferDeposit" : 0x1353060,
    "GetNumVoidTransferWithdrawal" : 0x13530f0,
    "GetWorldElapsedTime" : 0x1354860,
    "GetWorldElapsedTimers" : 0x13549c0,
    "QueryWorldCountdownTimer" : 0x1354a90,
    "GetGMTicket" : 0x169cc0,
    "DeleteGMTicket" : 0x169cc0,
    "GMResponseResolve" : 0x169cc0,
    "GetGMStatus" : 0x13586f0,
    "GMSurveyQuestion" : 0x1358710,
    "GMSurveyNumAnswers" : 0x13589a0,
    "GMSurveyAnswer" : 0x1358840,
    "GMSurveyAnswerSubmit" : 0x1358a90,
    "GMSurveyCommentSubmit" : 0x1358bd0,
    "GMSurveySubmit" : 0x1358c60,
    "GMReportLag" : 0x1358610,
    "RegisterStaticConstants" : 0x1358580,
    "GMSubmitSuggestion" : 0x1358c70,
    "GMSubmitBug" : 0x1358df0,
    "GMQuickTicketSystemEnabled" : 0x1358f70,
    "GMEuropaTicketsEnabled" : 0x1358f90,
    "GMEuropaBugsEnabled" : 0x1358fd0,
    "GMEuropaComplaintsEnabled" : 0x1359010,
    "GMEuropaSuggestionsEnabled" : 0x1359050,
    "GMItemRestorationButtonEnabled" : 0x1359090,
    "GMQuickTicketSystemThrottled" : 0x13590b0,
    "GetWebTicket" : 0x1358650,
    "AcknowledgeSurvey" : 0x1358670,
    "ClosePetition" : 0x135e240,
    "GetPetitionInfo" : 0x135e280,
    "GetNumPetitionNames" : 0x135e3c0,
    "GetPetitionNameInfo" : 0x135e3f0,
    "CanSignPetition" : 0x135e490,
    "SignPetition" : 0x135e5b0,
    "OfferPetition" : 0x135e640,
    "RenamePetition" : 0x135e7e0,
    "CloseTabardCreation" : 0x135fce0,
    "GetTabardCreationCost" : 0x135fcf0,
    "AbandonSkill" : 0x1363250,
    "GetNumFlyouts" : 0x1397b70,
    "GetFlyoutID" : 0x1397c00,
    "GetFlyoutInfo" : 0x1397cf0,
    "GetFlyoutSlotInfo" : 0x1397e90,
    "FlyoutHasSpell" : 0x13980c0,
    "PlaySound" : 0xebfb40,
    "PlayMusic" : 0xebfcc0,
    "PlaySoundFile" : 0xebfd50,
    "MuteSoundFile" : 0xebfe80,
    "UnmuteSoundFile" : 0xebff10,
    "StopSound" : 0xebffb0,
    "StopMusic" : 0xebffa0,
    "Sound_GameSystem_GetNumInputDrivers" : 0xec0060,
    "Sound_GameSystem_GetInputDriverNameByIndex" : 0xec0080,
    "Sound_GameSystem_GetNumOutputDrivers" : 0xec00d0,
    "Sound_GameSystem_GetOutputDriverNameByIndex" : 0xec0100,
    "Sound_ChatSystem_GetNumInputDrivers" : 0xec0060,
    "Sound_ChatSystem_GetInputDriverNameByIndex" : 0xec0260,
    "Sound_ChatSystem_GetNumOutputDrivers" : 0xec0060,
    "Sound_ChatSystem_GetOutputDriverNameByIndex" : 0xec02e0,
    "Sound_GameSystem_RestartSoundSystem" : 0xec0360,
    "IsMovieLocal" : 0x143c290,
    "PreloadMovie" : 0x143c2f0,
    "CancelPreloadingMovie" : 0x143c340,
    "GetMovieDownloadProgress" : 0x143c390,
    "IsMoviePlayable" : 0x143c450,
    "IsOnGlueScreen" : 0x143c600,
    "SetPortraitToTexture" : 0x143c630,
    "GetNumSpecializationsForClassID" : 0x143c8c0,
    "GetSpecializationInfoForClassID" : 0x143c920,
    "GetSpecializationNameForSpecID" : 0x143ca00,
    "GetSpecializationInfoForSpecID" : 0x143caf0,
    "IsWindowsClient" : 0xfd4fd0,
    "IsMacClient" : 0x4b2f90,
    "IsLinuxClient" : 0x4b2f90,
    "Is64BitClient" : 0xfd4fd0,
    "GetAvailableLocales" : 0x143c4b0,
    "GetOSLocale" : 0x143c520,
    "GetCurrentRegion" : 0x143c550,
    "GetCurrentRegionName" : 0x143c580,
    "GetSecondsUntilParentalControlsKick" : 0x143c5b0,
    "IsTestBuild" : 0x4b2f90,
    "IsPublicBuild" : 0xfd4fd0,
    "IsKioskModeEnabled" : 0x143dd50,
    "IsCompetitiveModeEnabled" : 0x143dd70,
    "IsDemonHunterAvailable" : 0xfd4fd0,
    "GetCVarInfo" : 0x143ddb0,
    "LoadAddOn" : 0x143cbd0,
    "IsAddOnLoaded" : 0x143ce40,
    "EnableAllAddOns" : 0x143cf40,
    "DisableAllAddOns" : 0x143cfc0,
    "EnableAddOn" : 0x143d040,
    "DisableAddOn" : 0x143d180,
    "GetNumAddOns" : 0x143d2b0,
    "GetAddOnInfo" : 0x143d2e0,
    "GetAddOnDependencies" : 0x143d490,
    "GetAddOnEnableState" : 0x143d580,
    "SaveAddOns" : 0x143d680,
    "ResetAddOns" : 0x143d690,
    "IsAddonVersionCheckEnabled" : 0x143d6b0,
    "SetAddonVersionCheck" : 0x143d6e0,
    "BreakUpLargeNumbers" : 0x143d700,
    "GetFonts" : 0x143d790,
    "GetFontInfo" : 0x143d870,
    "CalculateStringEditDistance" : 0x143dea0,
    "GetTimePreciseSec" : 0x143e080,
    "ConsoleAddMessage" : 0x143e0c0,
    "CopyToClipboard" : 0x143e120,
    "GetScreenWidth" : 0x143e260,
    "GetScreenHeight" : 0x143e2c0,
    "GetPhysicalScreenSize" : 0x143e320,
    "GetScreenDPIScale" : 0x143e370,
    "IsModifierKeyDown" : 0x143e3a0,
    "IsKeyDown" : 0x143e3f0,
    "IsLeftShiftKeyDown" : 0x143e4f0,
    "IsRightShiftKeyDown" : 0x143e520,
    "IsShiftKeyDown" : 0x143e550,
    "IsLeftControlKeyDown" : 0x143e5b0,
    "IsRightControlKeyDown" : 0x143e5e0,
    "IsControlKeyDown" : 0x143e610,
    "IsLeftAltKeyDown" : 0x143e670,
    "IsRightAltKeyDown" : 0x143e6a0,
    "IsAltKeyDown" : 0x143e6d0,
    "IsMouseButtonDown" : 0x143e730,
    "GetMouseButtonName" : 0x143e7b0,
    "GetMouseButtonClicked" : 0x143e830,
    "GetUITextureKitInfo" : 0x143e860,
    "HandleAtlasMemberCommand" : 0x169cc0,
    "GetText" : 0x1c46040,
    "GetNumFrames" : 0x1c46100,
    "EnumerateFrames" : 0x1c461a0,
    "CreateFont" : 0x1c46310,
    "CreateFrame" : 0x1c46380,
    "CreateForbiddenFrame" : 0x1c46390,
    "DoesTemplateExist" : 0x1c463a0,
    "GetFramesRegisteredForEvent" : 0x1c46400,
    "GetCurrentKeyBoardFocus" : 0x1c46550,
    "StoreSecureReference" : 0x1c465a0,
    "SetCharSelectModelFrame" : 0x4b2320,
    "SetCharSelectBackground" : 0x4b2440,
    "GetCharacterListUpdate" : 0x4b24d0,
    "GetNumCharacters" : 0x4b2540,
    "IsCharacterListUpdatePending" : 0x4b2560,
    "GetCharacterRace" : 0x4b2580,
    "SelectCharacter" : 0x4b26b0,
    "GetCharacterSelection" : 0x4b2760,
    "DeleteCharacter" : 0x4b2780,
    "RenameCharacter" : 0x4b28b0,
    "DeclineCharacter" : 0x4b29e0,
    "UpdateSelectionCustomizationScene" : 0x4b2bd0,
    "GetCharacterSelectFacing" : 0x4b2c90,
    "SetCharacterSelectFacing" : 0x4b2cc0,
    "GetSelectBackgroundModel" : 0x4b2d20,
    "SaveCharacterOrder" : 0x4b2e30,
    "EnableChangeFaction" : 0x169cc0,
    "GetPlayersOnServer" : 0x4b2f90,
    "UndeleteCharacter" : 0x4b2b00,
    "StartCharacterUndelete" : 0x4b2ad0,
    "EndCharacterUndelete" : 0x4b2ae0,
    "GetCharacterUndeleteStatus" : 0x4b2b60,
    "CheckCharacterUndeleteCooldown" : 0x4b2bc0,
    "KioskDeleteAllCharacters" : 0x4b2830,
    "IsShiftKeyDown" : 0x4cb330,
    "CheckKioskModeRealmKey" : 0x4cb380,
    "CheckKioskModeQuitKey" : 0x4cb420,
    "GetBuildInfo" : 0x4cb4c0,
    "GetLocale" : 0x4cb9c0,
    "GetSavedAccountName" : 0x4cb860,
    "SetSavedAccountName" : 0x4cb880,
    "GetUsesToken" : 0x4cb8f0,
    "SetUsesToken" : 0x4cb910,
    "GetSavedAccountList" : 0x4cb970,
    "ClearSavedAccountList" : 0x4cb990,
    "QuitGame" : 0x4cb9f0,
    "PlayGlueMusic" : 0x4cba00,
    "PlayCreditsMusic" : 0x4cbaf0,
    "StopGlueMusic" : 0x4cbb40,
    "LaunchURL" : 0x4cbb60,
    "GetServerName" : 0x4cbbb0,
    "IsConnectedToServer" : 0x4cbd10,
    "EnterWorld" : 0x4cbd40,
    "Screenshot" : 0x4cbd80,
    "GetCursorPosition" : 0x4cbe00,
    "GetCursorDelta" : 0x4cbe90,
    "ShowCursor" : 0x4cbf40,
    "HideCursor" : 0x4cbf60,
    "GetBillingTimeRemaining" : 0x4cbf80,
    "GetBillingPlan" : 0x4cbfc0,
    "GetBillingTimeRested" : 0x4cc060,
    "PlayGlueAmbience" : 0x4cba50,
    "StopGlueAmbience" : 0x4cbae0,
    "GetCreditsText" : 0x4cc090,
    "GetCVar" : 0x4cc250,
    "GetCVarBool" : 0x4cc2e0,
    "SetCVar" : 0x4cc130,
    "GetCVarDefault" : 0x4cc360,
    "SetCVarBitfield" : 0x4cc400,
    "GetCVarBitfield" : 0x4cc540,
    "GetNumDeclensionSets" : 0x4cc650,
    "DeclineName" : 0x4cc710,
    "StopAllSFX" : 0x4cc870,
    "SetClearConfigData" : 0x4cc8b0,
    "RestartGx" : 0x4cc8f0,
    "UpdateWindow" : 0x4cc900,
    "IsStreamingMode" : 0x4cc910,
    "GetLoginScreenBackground" : 0x4cc930,
    "IsConsoleActive" : 0x4cc9d0,
    "RunScript" : 0x4cca00,
    "IsGMClient" : 0x4b2f90,
    "LoadURLIndex" : 0x4cca50,
    "HasShownTrialPopUp" : 0x4ccb50,
    "SetTrialPopUp" : 0x4ccb80,
    "VisitPromotionURL" : 0x4ccb90,
    "WasScreenFirstDisplayed" : 0x4ccca0,
    "DebugLog" : 0x4cccd0,
    "IsControlKeyDown" : 0x4cccf0,
    "SetWorldFrameStrata" : 0x4ccd40,
    "ClearAccountCharacters" : 0x4ccdc0,
    "RequestAccountCharacters" : 0x4ccdd0,
    "GetNumAccountCharacters" : 0x4cce60,
    "GetAccountCharacterInfo" : 0x4cce90,
    "CopyAccountCharacterFromLive" : 0x4ccf80,
    "CopyAccountDataFromLive" : 0x4cd050,
    "InitializeCharacterScreenData" : 0x4cd370,
    "SetInCharacterSelect" : 0x4cd380,
    "SetInCharacterCreate" : 0x4cd3b0,
    "LogAuroraClient" : 0x4cd3e0,
    "HasCheckedSystemRequirements" : 0x4cd440,
    "SetCheckedSystemRequirements" : 0x4cd470,
    "GetKioskLoginInfo" : 0x4cd0e0,

    [WoW] 8.2.0.31478
  2. Thanks aeo (1 members gave Thanks to h42 for this useful post)
  3. #2
    ChrisIsMe's Avatar Contributor
    Reputation
    164
    Join Date
    Apr 2017
    Posts
    210
    Thanks G/R
    67/100
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    spell history table.
    Base + 0x2645260

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 03:21 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search