From 93a811f3b74e18f63b168dbc4b86e4563e2e4439 Mon Sep 17 00:00:00 2001 From: gromchek Date: Sat, 20 Dec 2025 18:45:00 +0300 Subject: [PATCH] feat(profile): Frame funcs --- .../symbol/framescript/func.sym | 2 ++ .../3.3.5a-windows-386/symbol/gxstring/func.sym | 4 ++++ profile/3.3.5a-windows-386/symbol/gxu/func.sym | 1 + .../symbol/layoutframe/func.sym | 6 ++++++ .../symbol/minimapframe/func.sym | 7 +++++++ .../3.3.5a-windows-386/symbol/nameplate/func.sym | 1 + .../symbol/scriptobject/func.sym | 3 +++ .../symbol/scriptregion/func.sym | 2 ++ .../symbol/simpleanim/func.sym | 5 +++++ .../symbol/simpleanimgroup/func.sym | 6 ++++++ .../symbol/simplebutton/func.sym | 10 ++++++++++ .../symbol/simplecolorselect/func.sym | 10 ++++++++++ .../symbol/simpleeditbox/func.sym | 16 ++++++++++++++++ .../symbol/simpleembeddedtexture/func.sym | 1 + .../symbol/simplefont/func.sym | 2 ++ .../symbol/simplefontable/func.sym | 1 + .../symbol/simplefontstring/func.sym | 4 ++++ .../symbol/simpleframe/func.sym | 8 ++++++++ .../symbol/simplehealthbar/func.sym | 1 + .../symbol/simplehtml/func.sym | 3 +++ .../symbol/simplehyperlinkedframe/func.sym | 1 + .../symbol/simplemessageframe/func.sym | 8 ++++++++ .../symbol/simplemessagescrollframe/func.sym | 9 +++++++++ .../symbol/simplemodel/func.sym | 4 ++++ .../symbol/simplemovieframe/func.sym | 4 ++++ .../symbol/simpleregion/func.sym | 1 + .../symbol/simplescriptmanager/func.sym | 7 +++++++ .../symbol/simplescrollframe/func.sym | 2 ++ .../symbol/simpleslider/func.sym | 7 +++++++ .../symbol/simplestatusbar/func.sym | 4 ++++ .../3.3.5a-windows-386/symbol/simpletop/func.sym | 6 ++++++ profile/3.3.5a-windows-386/symbol/xml/func.sym | 1 + 32 files changed, 147 insertions(+) create mode 100644 profile/3.3.5a-windows-386/symbol/simpleanim/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simpleanimgroup/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simpleembeddedtexture/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simplefontable/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simplehealthbar/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simplemessageframe/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simplemessagescrollframe/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simplemovieframe/func.sym create mode 100644 profile/3.3.5a-windows-386/symbol/simplestatusbar/func.sym diff --git a/profile/3.3.5a-windows-386/symbol/framescript/func.sym b/profile/3.3.5a-windows-386/symbol/framescript/func.sym index 76f0e37..34da376 100644 --- a/profile/3.3.5a-windows-386/symbol/framescript/func.sym +++ b/profile/3.3.5a-windows-386/symbol/framescript/func.sym @@ -20,3 +20,5 @@ FrameScript_SignalEvent 0081B530 f end=0081B549 ; FrameScript_SignalEvent(unsign FrameScript_CreateEvents 0081B5F0 f end=0081B714 ; FrameScript_CreateEvents(char const**, unsigned int) FrameScript_ExecuteBuffer 00818E50 f end=00818F52 FrameScript_ExecuteFile 00818F60 f end=008190BE +FrameScript_Object__SetScript 0049EC80 f end=0049EDA7 +FrameScript_Object__HookScript 0049EDB0 f end=0049EFD8 diff --git a/profile/3.3.5a-windows-386/symbol/gxstring/func.sym b/profile/3.3.5a-windows-386/symbol/gxstring/func.sym index 18ebf72..e9476fc 100644 --- a/profile/3.3.5a-windows-386/symbol/gxstring/func.sym +++ b/profile/3.3.5a-windows-386/symbol/gxstring/func.sym @@ -12,3 +12,7 @@ CGxString__destructor 006C7760 f end=006C78EC ; CGxString::~CGxString() CGxString__SetGradient 006C78F0 f end=006C7A9C ; CGxString::SetGradient(int, int) CGxString__GetNewString 006C7AA0 f end=006C7B0E ; CGxString::GetNewString(int) CGxString__CreateGeometry 006C7B10 f end=006C7FFA ; CGxString::CreateGeometry() +CGxString__SetColor 006C6C30 f end=006C6C6C +CGxString__HandleScreenSizeChange 006C6C70 f end=006C6CC8 +CGxString__Initialize 006C74D0 f end=006C75D7 +CGxString__constructor 006C7640 f end=006C775B diff --git a/profile/3.3.5a-windows-386/symbol/gxu/func.sym b/profile/3.3.5a-windows-386/symbol/gxu/func.sym index 24b992a..f44f292 100644 --- a/profile/3.3.5a-windows-386/symbol/gxu/func.sym +++ b/profile/3.3.5a-windows-386/symbol/gxu/func.sym @@ -24,3 +24,4 @@ GxuXformCreateLookAtSgCompat 006BFE60 f end=006C004D GxuFontStringSetGradient 006BD140 f end=006BD15E GxuFontGetStringPosition 006BD550 f end=006BD596 IGxuFontGlyphRenderGlyph 006C8CC0 f end=006C8E6B +GxuFontSetStringColor 006BD070 f end=006BD095 diff --git a/profile/3.3.5a-windows-386/symbol/layoutframe/func.sym b/profile/3.3.5a-windows-386/symbol/layoutframe/func.sym index 45202c8..96fa31f 100644 --- a/profile/3.3.5a-windows-386/symbol/layoutframe/func.sym +++ b/profile/3.3.5a-windows-386/symbol/layoutframe/func.sym @@ -19,3 +19,9 @@ CLayoutFrame__ClearAllPoints 0048A510 f end=0048A515 ; CLayoutFrame::ClearAllPoi CLayoutFrame__SetDeferredResize 0048A520 f end=0048A5F0 ; CLayoutFrame::SetDeferredResize(int) CLayoutFrame__DestroyLayout 0048B130 f end=0048B23B ; CLayoutFrame::DestroyLayout() CLayoutFrame__SetAllPoints 0048A3E0 f end=0048A50E +CLayoutFrame__GetWidth 00488D10 f end=00488D14 +CLayoutFrame__IsResizeDependency 004891D0 f end=0048922F +CLayoutFrame__PtInFrameRect 00489270 f end=0048929B +CLayoutFrame__SetProtected 00489690 f end=004896BD +CLayoutFrame__SetClampedToScreen 0048A130 f end=0048A15D +CLayoutFrame__UnflattenFrame 0048A840 f end=0048ABCE diff --git a/profile/3.3.5a-windows-386/symbol/minimapframe/func.sym b/profile/3.3.5a-windows-386/symbol/minimapframe/func.sym index f05ca34..21e4cd3 100644 --- a/profile/3.3.5a-windows-386/symbol/minimapframe/func.sym +++ b/profile/3.3.5a-windows-386/symbol/minimapframe/func.sym @@ -9,3 +9,10 @@ CGMinimapFrame__OnFrameRender 005832C0 f end=005832ED CGMinimapFrame__PostLoadXML 0057BEA0 f end=0057BF2C CGMinimapFrame__ObjectEnumProc 0057F7F0 f end=0057FBC2 CGMinimapFrame__OnLayerTrackUpdate 0057C720 f end=0057D573 +CGMinimapFrame__Create 00514230 f end=0051425B +CGMinimapFrame__UpdateScale 0057BC90 f end=0057BCB4 +CGMinimapFrame__ShutdownGame 0057BD90 f end=0057BE80 +CGMinimapFrame__OnLayerCursorExit 0057D580 f end=0057D5A5 +CGMinimapFrame__constructor 0057DCA0 f end=0057DFC2 +CGMinimapFrame__LoadTrackingInfo 0057E070 f end=0057E0F7 +CGMinimapFrame__SetPingPosition 0057EB80 f end=0057ED6D diff --git a/profile/3.3.5a-windows-386/symbol/nameplate/func.sym b/profile/3.3.5a-windows-386/symbol/nameplate/func.sym index dd7d2e6..72e4ce8 100644 --- a/profile/3.3.5a-windows-386/symbol/nameplate/func.sym +++ b/profile/3.3.5a-windows-386/symbol/nameplate/func.sym @@ -8,3 +8,4 @@ CGNamePlateFrame__UpdateRaidTargetDisplay 0098E740 f end=0098E7D8 CGNamePlateFrame__Initialize 0098F390 f end=0098F786 CGNamePlateFrame__constructor 0098F790 f end=0098FFC9 CGNamePlateFrame__UpdateNameDisplay 0098E580 f end=0098E5A5 +CGNamePlateFrame__OnLayerUpdate 0098E9F0 f end=0098EE23 diff --git a/profile/3.3.5a-windows-386/symbol/scriptobject/func.sym b/profile/3.3.5a-windows-386/symbol/scriptobject/func.sym index 46c59a2..e995d57 100644 --- a/profile/3.3.5a-windows-386/symbol/scriptobject/func.sym +++ b/profile/3.3.5a-windows-386/symbol/scriptobject/func.sym @@ -1,2 +1,5 @@ CScriptObject__GetScriptObjectByName 0048B5F0 f end=0048B671 CScriptObject__RegisterScriptMethods 004A8190 f end=004A81A8 +CScriptObject__CreateName 0048B540 f end=0048B5EB +CScriptObject__constructor 0048B680 f end=0048B6A9 +CScriptObject__SetName 0048B6C0 f end=0048B727 diff --git a/profile/3.3.5a-windows-386/symbol/scriptregion/func.sym b/profile/3.3.5a-windows-386/symbol/scriptregion/func.sym index d501452..a758a9f 100644 --- a/profile/3.3.5a-windows-386/symbol/scriptregion/func.sym +++ b/profile/3.3.5a-windows-386/symbol/scriptregion/func.sym @@ -1,3 +1,5 @@ CScriptRegion__constructor 00488310 f end=00488348 type="void __thiscall func(CScriptRegion* this)" CScriptRegion__ProtectedFunctionsAllowed 00488540 f end=0048856A CScriptRegion__RegisterScriptMethods 0049CA90 f end=0049CAB0 +CScriptRegion__LoadXML_Animations 004883F0 f end=004884A5 +CScriptRegion__LoadXML 00488670 f end=00488739 diff --git a/profile/3.3.5a-windows-386/symbol/simpleanim/func.sym b/profile/3.3.5a-windows-386/symbol/simpleanim/func.sym new file mode 100644 index 0000000..ee90665 --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simpleanim/func.sym @@ -0,0 +1,5 @@ +CSimpleAnim__SetSmoothProgress 00497670 f end=00497680 +CSimpleAnim__SetSmoothing 00497F30 f end=00497FDC +CSimpleAnim__SetStartDelay 0049AE20 f end=0049AE53 +CSimpleAnim__SetEndDelay 0049AE60 f end=0049AE93 +CSimpleAnim__SetDuration 0049AEA0 f end=0049AEBF diff --git a/profile/3.3.5a-windows-386/symbol/simpleanimgroup/func.sym b/profile/3.3.5a-windows-386/symbol/simpleanimgroup/func.sym new file mode 100644 index 0000000..18fc49d --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simpleanimgroup/func.sym @@ -0,0 +1,6 @@ +CSimpleAnimGroup__PreLoadXML 00497770 f end=004977A1 +CSimpleAnimGroup__SetInitialOffset 004985A0 f end=004985E7 +CSimpleAnimGroup__constructor 00499EB0 f end=00499FA2 +CSimpleAnimGroup__LoadXML 0049A060 f end=0049A57E +CSimpleAnimGroup__ComputeDuration 0049AC80 f end=0049ACF0 +CSimpleAnimGroup__PostLoadXML 0049C2A0 f end=0049C30A diff --git a/profile/3.3.5a-windows-386/symbol/simplebutton/func.sym b/profile/3.3.5a-windows-386/symbol/simplebutton/func.sym index f182668..5ed9590 100644 --- a/profile/3.3.5a-windows-386/symbol/simplebutton/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplebutton/func.sym @@ -1,3 +1,13 @@ CSimpleButton_GetButtonState 009771D0 f end=00977272 CSimpleButton_SetStateTexture 00977A70 f end=00977BD7 ; CSimpleButton_SetStateTexture(lua_State*, CSimpleButtonState, char const*) CSimpleButton_SetNormalTexture 00977C70 f end=00977C87 ; CSimpleButton_SetNormalTexture(lua_State*) +CSimpleButton__SetHighlight 0096F3C0 f end=0096F407 +CSimpleButton__UpdateTextState 0096F4A0 f end=0096F51F +CSimpleButton__SetFontString 0096F7B0 f end=0096F85E +CSimpleButton__SetText 0096F860 f end=0096F8C8 +CSimpleButton__OnLayerCursorEnter 0096FCA0 f end=0096FCFE +CSimpleButton__OnLayerCursorExit 0096FD00 f end=0096FD64 +CSimpleButton__LoadXML 0096FED0 f end=00970366 +CSimpleButton__Enable 00970440 f end=00970519 +CSimpleButton__constructor 00970520 f end=00970610 +CSimpleButton__LockHighlight 00962120 f end=00962148 diff --git a/profile/3.3.5a-windows-386/symbol/simplecolorselect/func.sym b/profile/3.3.5a-windows-386/symbol/simplecolorselect/func.sym index 8e291f8..aaba97c 100644 --- a/profile/3.3.5a-windows-386/symbol/simplecolorselect/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplecolorselect/func.sym @@ -1,2 +1,12 @@ CSimpleColorSelect__RepositionWheelThumb 0096E0B0 f end=0096E16B CSimpleColorSelect__LoadXML 0096E880 f end=0096E9BC +CSimpleColorSelect__GetScriptByName 0096DC50 f end=0096DC99 +CSimpleColorSelect__constructor 0096DF30 f end=0096DFD5 +CSimpleColorSelect__OnLayerMouseDown 0096E1D0 f end=0096E249 +CSimpleColorSelect__SetColorWheelThumbTexture 0096E250 f end=0096E29B +CSimpleColorSelect__SetColorValueTexture 0096E2A0 f end=0096E379 +CSimpleColorSelect__SetColorValueThumbTexture 0096E380 f end=0096E3CB +CSimpleColorSelect__OnLayerTrackUpdate 0096E3F0 f end=0096E551 +CSimpleColorSelect__SetColorWheelThumbTexture 0096E560 f end=0096E601 +CSimpleColorSelect__SetColorValueThumbTexture 0096E610 f end=0096E6B1 +CSimpleColorSelect__SetColorWheelTexture 0096E6C0 f end=0096E877 diff --git a/profile/3.3.5a-windows-386/symbol/simpleeditbox/func.sym b/profile/3.3.5a-windows-386/symbol/simpleeditbox/func.sym index 84c3c33..04baa34 100644 --- a/profile/3.3.5a-windows-386/symbol/simpleeditbox/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simpleeditbox/func.sym @@ -15,3 +15,19 @@ CSimpleEditBox_HighlightText 00976080 f end=00976108 CSimpleEditBox__GenNumToLen 00962D50 f end=00962E9B CSimpleEditBox__ConvertCoordinateToIndex 00964790 f end=009649CD CSimpleEditBox__MakeTextVisible 009649D0 f end=00964A83 +CSimpleEditBox__GetScriptByName 009628F0 f end=00962A99 +CSimpleEditBox__UpdateTextInfo 00962CC0 f end=00962D50 +CSimpleEditBox__CopyToClipboard 009632D0 f end=0096334C +CSimpleEditBox__SetCursorPosition 00963350 f end=0096338A +CSimpleEditBox__CreateClauseHighlight 00963570 f end=00963604 +CSimpleEditBox__UpdateClauseInfo 009636A0 f end=00963735 +CSimpleEditBox__Delete 00963950 f end=009639AA +CSimpleEditBox__SetEditTextInsets 00965550 f end=00965580 +CSimpleEditBox__OnLayerTrackUpdate 00965660 f end=009656C8 +CSimpleEditBox__OnLayerChar 009660E0 f end=00966139 +CSimpleEditBox__OnLayerIme 009663C0 f end=00966563 +CSimpleEditBox__constructor 00966B70 f end=00966F1C +CSimpleEditBox__UpdateDirtyBits 00967020 f end=009670D7 +CSimpleEditBox__OnLayerUpdate 00967670 f end=00967759 +CSimpleEditBox__OnLayerKeyDown 00967760 f end=00967C30 +CSimpleEditBox__OnLayerMouseDown 00967CD0 f end=00967D7A diff --git a/profile/3.3.5a-windows-386/symbol/simpleembeddedtexture/func.sym b/profile/3.3.5a-windows-386/symbol/simpleembeddedtexture/func.sym new file mode 100644 index 0000000..82f6b6f --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simpleembeddedtexture/func.sym @@ -0,0 +1 @@ +CSimpleEmbeddedTexture__InitEmbeddedTexture 00485AF0 f end=00485D30 diff --git a/profile/3.3.5a-windows-386/symbol/simplefont/func.sym b/profile/3.3.5a-windows-386/symbol/simplefont/func.sym index 9087d70..b084255 100644 --- a/profile/3.3.5a-windows-386/symbol/simplefont/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplefont/func.sym @@ -1,2 +1,4 @@ CSimpleFont__constructor 00496870 f end=00496915 +CSimpleFont__GetFont 00496F70 f end=00497064 +CSimpleFont__LoadXML 00497070 f end=004974F3 StringToJustify 00815080 f end=008150CA diff --git a/profile/3.3.5a-windows-386/symbol/simplefontable/func.sym b/profile/3.3.5a-windows-386/symbol/simplefontable/func.sym new file mode 100644 index 0000000..1859bff --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simplefontable/func.sym @@ -0,0 +1 @@ +CSimpleFontable__SetFontObject 00485160 f end=004851A5 diff --git a/profile/3.3.5a-windows-386/symbol/simplefontstring/func.sym b/profile/3.3.5a-windows-386/symbol/simplefontstring/func.sym index b60040e..c4312b8 100644 --- a/profile/3.3.5a-windows-386/symbol/simplefontstring/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplefontstring/func.sym @@ -10,4 +10,8 @@ CSimpleFontString__GetNumCharsWithinWidth 00482510 f end=004825D8 CSimpleFontString__GetNumCharsWithinWidthFromEnd 004825E0 f end=004826A8 CSimpleFontString__AddAnimTranslation 00482720 f end=00482764 CSimpleFontString__GetDisplayText 00483A40 f end=00483C3C +CSimpleFontString__GetTextWidth 00482380 f end=0048244B +CSimpleFontString__SetFont 00483750 f end=0048388A +CSimpleFontString__AddShadow 00483CD0 f end=00483DCF +CSimpleFontString__GetStringWidth 00483E80 f end=00483F2C ApplyTranslationAnim 0048B800 f end=0048B81A diff --git a/profile/3.3.5a-windows-386/symbol/simpleframe/func.sym b/profile/3.3.5a-windows-386/symbol/simpleframe/func.sym index 77e322d..1915760 100644 --- a/profile/3.3.5a-windows-386/symbol/simpleframe/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simpleframe/func.sym @@ -35,5 +35,13 @@ CSimpleFrame__constructor 004922F0 f end=004926A7 ; CSimpleFrame::CSimpleFrame(C CSimpleFrame__LoadXML 004932C0 f end=00493A09 ; CSimpleFrame::LoadXML(XMLNode*, CStatus*) CSimpleFrame__RegisterScriptMethods 0049E540 f end=0049E560 ; CSimpleFrame::RegisterScriptMethods(lua_State*) CSimpleFrame_SetAlpha 0049F9E0 f end=0049FAA1 type="void __stdcall func(lua_State* L)" +CSimpleFrame__RegisterForEvents 0048EA40 f end=0048EA80 +CSimpleFrame__SetClampRectInsets 0048EB00 f end=0048EB2B +CSimpleFrame__DisableEvent 0048F6F0 f end=0048F72F +CSimpleFrame__OnLayerTrackUpdate 0048F950 f end=0048FA1E +CSimpleFrame__EnableDrawLayer 00490600 f end=0049061B +CSimpleFrame__DisableDrawLayer 00490620 f end=0049063B +CSimpleFrame__LockHighlight 00490A30 f end=00490A7D +CSimpleFrame__CreateScriptMetaTable 004A1E60 f end=004A1E79 RegisterSimpleFrameScriptMethods 0081B870 f end=0081B914 UnregisterSimpleFrameScriptMethods 0081B920 f end=0081B9B8 diff --git a/profile/3.3.5a-windows-386/symbol/simplehealthbar/func.sym b/profile/3.3.5a-windows-386/symbol/simplehealthbar/func.sym new file mode 100644 index 0000000..0e9e374 --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simplehealthbar/func.sym @@ -0,0 +1 @@ +CGSimpleHealthBar__constructor 00990060 f end=0099009B diff --git a/profile/3.3.5a-windows-386/symbol/simplehtml/func.sym b/profile/3.3.5a-windows-386/symbol/simplehtml/func.sym index 88f807f..6e18f20 100644 --- a/profile/3.3.5a-windows-386/symbol/simplehtml/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplehtml/func.sym @@ -9,3 +9,6 @@ CSimpleHTML__ParseBODY 0096D740 f end=0096D883 ; CSimpleHTML::ParseBODY(XMLNode CSimpleHTML__SetText 0096D890 f end=0096DA31 ; CSimpleHTML::SetText(char const*, CStatus*) CSimpleHTML__LoadXML 0096DA40 f end=0096DC2A ; CSimpleHTML::LoadXML(XMLNode*, CStatus*) CSimpleHTML_SetText 009750D0 f end=0097511B +CSimpleHTML__SetHyperlinkFormat 0096C770 f end=0096C7B0 +CSimpleHTML__RefreshHyperlinks 0096D500 f end=0096D6C7 +CSimpleHTML__OnLayerUpdate 0096D700 f end=0096D731 diff --git a/profile/3.3.5a-windows-386/symbol/simplehyperlinkedframe/func.sym b/profile/3.3.5a-windows-386/symbol/simplehyperlinkedframe/func.sym index fdedde3..ae34b88 100644 --- a/profile/3.3.5a-windows-386/symbol/simplehyperlinkedframe/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplehyperlinkedframe/func.sym @@ -1 +1,2 @@ CSimpleHyperlinkedFrame__constructor 00978900 f end=0097894F ; CSimpleHyperlinkedFrame::CSimpleHyperlinkedFrame(CSimpleFrame*) +CSimpleHyperlinkedFrame__GetScriptByName 00978610 f end=009786A7 diff --git a/profile/3.3.5a-windows-386/symbol/simplemessageframe/func.sym b/profile/3.3.5a-windows-386/symbol/simplemessageframe/func.sym new file mode 100644 index 0000000..ea9476a --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simplemessageframe/func.sym @@ -0,0 +1,8 @@ +CSimpleMessageFrame__ScrollMessages 00967FE0 f end=009680E9 +CSimpleMessageFrame__AddPendingMessage 00968210 f end=00968326 +CSimpleMessageFrame__constructor 009684F0 f end=00968606 +CSimpleMessageFrame__AddMessage 009686C0 f end=00968705 +CSimpleMessageFrame__UpdateRect 00968790 f end=00968A54 +CSimpleMessageFrame__OnLayerUpdate 00968A60 f end=00968C06 +CSimpleMessageFrame__SetInsertMode 00968CB0 f end=00968CC5 +CSimpleMessageFrame__LoadXML 00968DA0 f end=00969039 diff --git a/profile/3.3.5a-windows-386/symbol/simplemessagescrollframe/func.sym b/profile/3.3.5a-windows-386/symbol/simplemessagescrollframe/func.sym new file mode 100644 index 0000000..0025b76 --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simplemessagescrollframe/func.sym @@ -0,0 +1,9 @@ +CSimpleMessageScrollFrame__GetScriptByName 00969040 f end=00969080 +CSimpleMessageScrollFrame__RefreshMessages 00969410 f end=00969494 +CSimpleMessageScrollFrame__GetMessageInfoByAccessID 00969670 f end=0096971F +CSimpleMessageScrollFrame__SetMaxLines 009698E0 f end=0096995E +CSimpleMessageScrollFrame__ScrollMessages 00969FA0 f end=0096A2E8 +CSimpleMessageScrollFrame__constructor 0096A2F0 f end=0096A474 +CSimpleMessageScrollFrame__RemoveLinesByAccessID 0096A510 f end=0096A6DE +CSimpleMessageScrollFrame__OnScreenSizeChanged 0096A740 f end=0096A758 +CSimpleMessageScrollFrame__AddMessage 0096A9F0 f end=0096AB2E diff --git a/profile/3.3.5a-windows-386/symbol/simplemodel/func.sym b/profile/3.3.5a-windows-386/symbol/simplemodel/func.sym index d8409c3..7b01bb5 100644 --- a/profile/3.3.5a-windows-386/symbol/simplemodel/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplemodel/func.sym @@ -43,3 +43,7 @@ CSimpleModel_SetFogFar 009613A0 f end=00961418 type="int32_t __stdcall func(lua_ CSimpleModel_GetFogFar 00961420 f end=00961463 type="int32_t __stdcall func(lua_State* L)" CSimpleModel_ClearFog 00961470 f end=009614A7 type="int32_t __stdcall func(lua_State* L)" CSimpleModel_SetGlow 009614B0 f end=00961534 type="int32_t __stdcall func(lua_State* L)" +CSimpleModel__GetWidth 0095FAA0 f end=0095FAEC +CSimpleModel__GetHeight 0095FAF0 f end=0095FB3C +CSimpleModel__ReplaceTexture 00960320 f end=009603C1 +CSimpleModel__CreateScriptMetaTable 00961540 f end=00961559 diff --git a/profile/3.3.5a-windows-386/symbol/simplemovieframe/func.sym b/profile/3.3.5a-windows-386/symbol/simplemovieframe/func.sym new file mode 100644 index 0000000..2960681 --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simplemovieframe/func.sym @@ -0,0 +1,4 @@ +CSimpleMovieFrame__constructor 0095E6E0 f end=0095E7C2 +CSimpleMovieFrame__Render 0095EED0 f end=0095F2D4 +CSimpleMovieFrame__RenderMovie 0095F2E0 f end=0095F303 +CSimpleMovieFrame__OnFrameRender 0095F340 f end=0095F36E diff --git a/profile/3.3.5a-windows-386/symbol/simpleregion/func.sym b/profile/3.3.5a-windows-386/symbol/simpleregion/func.sym index 681c3aa..4d40ded 100644 --- a/profile/3.3.5a-windows-386/symbol/simpleregion/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simpleregion/func.sym @@ -8,3 +8,4 @@ CSimpleRegion__OnColorChanged 00487D70 f type="void __thiscall func(CSimpleRegio CSimpleRegion__constructor 004880E0 f type="void __thiscall func(CSimpleRegion* this, CSimpleFrame* frame, uint32_t drawLayer, int32_t show)" CSimpleRegion__destructor 004881D0 f type="void __thiscall func(CSimpleRegion* this)" CSimpleRegion__SetFrame 00487ED0 f end=00487FF9 +CSimpleRegion__SetVertexGradient 00487B00 f end=00487BE2 diff --git a/profile/3.3.5a-windows-386/symbol/simplescriptmanager/func.sym b/profile/3.3.5a-windows-386/symbol/simplescriptmanager/func.sym index 3529a9d..d0bb472 100644 --- a/profile/3.3.5a-windows-386/symbol/simplescriptmanager/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplescriptmanager/func.sym @@ -2,3 +2,10 @@ CSimpleScriptManager__UnregisterCallback 007581A0 f end=007581EB CSimpleScriptManager__RegisterCallback 007581F0 f end=0075821A CSimpleScriptManager__Init 00758B80 f end=00758C43 CSimpleScriptManager__Create 00758C50 f end=00758CCB +CSimpleScriptManager__CopyGlobal 00758220 f end=00758272 +CSimpleScriptManager__Execute 00758280 f end=0075833B +CSimpleScriptManager__FindFunction 00758340 f end=00758382 +CSimpleScriptManager__CallFunction 00758480 f end=00758625 +CSimpleScriptManager__Uninit 007586E0 f end=007587C6 +CSimpleScriptManager__CreateFunction 007587D0 f end=00758B74 +CSimpleScriptManager__Destroy 00758CD0 f end=00758D25 diff --git a/profile/3.3.5a-windows-386/symbol/simplescrollframe/func.sym b/profile/3.3.5a-windows-386/symbol/simplescrollframe/func.sym index 9c1526e..e04ff8e 100644 --- a/profile/3.3.5a-windows-386/symbol/simplescrollframe/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simplescrollframe/func.sym @@ -12,3 +12,5 @@ CSimpleScrollFrame__LoadXML 0096B920 f end=0096B99B ; CSimpleScrollFrame::LoadXM CSimpleScrollFrame__OnFrameRender 0096B9A0 f end=0096B9CE ; CSimpleScrollFrame::OnFrameRender(CRenderBatch*, unsigned int) CSimpleScrollFrame__GetBoundsRect 0096B9D0 f end=0096BBAC ; CSimpleScrollFrame::GetBoundsRect(CRect&) CSimpleScrollFrame_SetVerticalScroll 00972560 f end=00972625 ; CSimpleScrollFrame_SetVerticalScroll(lua_State*) +CSimpleScrollFrame__GetScriptByName 0096B0B0 f end=0096B147 +CSimpleScrollFrame__SetHorizontalScroll 0096B440 f end=0096B47E diff --git a/profile/3.3.5a-windows-386/symbol/simpleslider/func.sym b/profile/3.3.5a-windows-386/symbol/simpleslider/func.sym index 5908a2e..ff94509 100644 --- a/profile/3.3.5a-windows-386/symbol/simpleslider/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simpleslider/func.sym @@ -8,3 +8,10 @@ CSimpleSlider_GetMinMaxValues 00971D90 f end=00971DEF CSimpleSlider_SetMinMaxValues 00971DF0 f end=00971E99 CSimpleSlider_GetValue 00971EB0 f end=00971EF3 CSimpleSlider_SetValue 00971F00 f end=00971F74 +CSimpleSlider__SetThumbTexture 0096BD90 f end=0096BDDD +CSimpleSlider__SetOrientation 0096BDE0 f end=0096BE0D +CSimpleSlider__SetThumbTexture 0096BFE0 f end=0096C083 +CSimpleSlider__SetValueStep 0096C1B0 f end=0096C20A +CSimpleSlider__OnLayerTrackUpdate 0096C320 f end=0096C3F2 +CSimpleSlider__LoadXML 0096C500 f end=0096C746 +CSimpleSlider__CreateScriptMetaTable 009720C0 f end=009720D9 diff --git a/profile/3.3.5a-windows-386/symbol/simplestatusbar/func.sym b/profile/3.3.5a-windows-386/symbol/simplestatusbar/func.sym new file mode 100644 index 0000000..95915e8 --- /dev/null +++ b/profile/3.3.5a-windows-386/symbol/simplestatusbar/func.sym @@ -0,0 +1,4 @@ +CSimpleStatusBar__SetBarTexture 00961720 f end=009617E0 +CSimpleStatusBar__constructor 00961A00 f end=00961A64 +CSimpleStatusBar__SetBarTexture 00961AC0 f end=00961B71 +CSimpleStatusBar__SetBarTexture 00971650 f end=009717F1 diff --git a/profile/3.3.5a-windows-386/symbol/simpletop/func.sym b/profile/3.3.5a-windows-386/symbol/simpletop/func.sym index b152cb3..8b849f7 100644 --- a/profile/3.3.5a-windows-386/symbol/simpletop/func.sym +++ b/profile/3.3.5a-windows-386/symbol/simpletop/func.sym @@ -9,3 +9,9 @@ CSimpleTop__RegisterForEvent 00495880 f end=004958F9 ; CSimpleTop::RegisterForEv CSimpleTop__EnableEvents 004959F0 f end=00495AF2 ; CSimpleTop::EnableEvents() CSimpleTop__constructor 00495EB0 f end=004960C6 ; CSimpleTop::CSimpleTop() CSimpleTop__ShowFrame 004960D0 f end=004960FA ; CSimpleTop::ShowFrame(CSimpleFrame*, int) +CSimpleTop__SetCursor 00493C80 f end=00493CD7 +CSimpleTop__RoundToPixelWidth 00493D70 f end=00493DF5 +CSimpleTop__SetMouseFocus 00493FB0 f end=00494052 +CSimpleTop__CompressStrata 00495060 f end=00495194 +CSimpleTop__NotifyFrameMovedOrResized 00495840 f end=00495880 +CSimpleTop__UnregisterForEvent 00495900 f end=004959EB diff --git a/profile/3.3.5a-windows-386/symbol/xml/func.sym b/profile/3.3.5a-windows-386/symbol/xml/func.sym index 527e27e..384189e 100644 --- a/profile/3.3.5a-windows-386/symbol/xml/func.sym +++ b/profile/3.3.5a-windows-386/symbol/xml/func.sym @@ -16,3 +16,4 @@ XMLTree_Cleanup 008147A0 f end=008147FB _XML_GetBuffer 009AD180 f end=009AD28E _XML_ParserFree 009AEF20 f end=009AF140 LoadXML_Color 00815C30 f end=00815DEF +LoadXML_AnimGroup 00816000 f end=00816056