mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
feat(profile): new funcs
This commit is contained in:
parent
617a11a7ec
commit
f861c6a4cf
35 changed files with 108 additions and 0 deletions
|
|
@ -7,3 +7,5 @@ CGAutoCompleteName__RemoveFlagsByName 0057B080 f end=0057B0CD
|
||||||
CGAutoCompleteName__RemoveFlagsFromAllNodes 0057B0D0 f end=0057B129
|
CGAutoCompleteName__RemoveFlagsFromAllNodes 0057B0D0 f end=0057B129
|
||||||
CGAutoCompleteName__RefreshName 0057B5E0 f end=0057B629
|
CGAutoCompleteName__RefreshName 0057B5E0 f end=0057B629
|
||||||
CGAutoCompleteName__AddFlags 0057B7C0 f end=0057B831
|
CGAutoCompleteName__AddFlags 0057B7C0 f end=0057B831
|
||||||
|
AutoCompleteRegisterScriptFunctions 0057ADB0 f end=0057ADD3
|
||||||
|
AutoCompleteUnregisterScriptFunctions 0057ADE0 f end=0057ADFC
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,5 @@ CBackdropGenerator__LoadXML 004A2780 f end=004A29CB ; _CBackdropGenerator::LoadX
|
||||||
CBackdropGenerator__Generate 004A29D0 f end=004A2D34 type="void __thiscall func(CBackdropGenerator* this, CRect*)"
|
CBackdropGenerator__Generate 004A29D0 f end=004A2D34 type="void __thiscall func(CBackdropGenerator* this, CRect*)"
|
||||||
CBackdropGenerator__constructor 004A2D40 f end=004A2DF9 type="void __thiscall func(CBackdropGenerator* this)"
|
CBackdropGenerator__constructor 004A2D40 f end=004A2DF9 type="void __thiscall func(CBackdropGenerator* this)"
|
||||||
CBackdropGenerator__SetOutput 004A2E00 f end=004A36EE type="void __thiscall func(CBackdropGenerator* this, CSimpleFrame* a1)"
|
CBackdropGenerator__SetOutput 004A2E00 f end=004A36EE type="void __thiscall func(CBackdropGenerator* this, CSimpleFrame* a1)"
|
||||||
|
CSimpleFrame_CreateFontString 004A2240 f end=004A248E
|
||||||
|
CSimpleFrame_GetChildren 004A2510 f end=004A25EC
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,5 @@ CGBag_C__GetItemTypeCount 00754D00 f end=00754D46
|
||||||
CGBag_C__GetItemTypeCharges 00754D50 f end=00754D86
|
CGBag_C__GetItemTypeCharges 00754D50 f end=00754D86
|
||||||
CGBag_C__UnlockItemsOfType 00754D90 f end=00754DC3
|
CGBag_C__UnlockItemsOfType 00754D90 f end=00754DC3
|
||||||
CGBag_C__ItemCountValid 00754DD0 f end=00754ECA
|
CGBag_C__ItemCountValid 00754DD0 f end=00754ECA
|
||||||
|
FindBagFamilyCallback 00753B00 f end=00753B16
|
||||||
|
CGBag_C__FindItemOfBagFamily 00754AC0 f end=00754AEC
|
||||||
|
|
|
||||||
|
|
@ -48,3 +48,4 @@ CGCalendar__ProcessInviteAlert 005C3AB0 f end=005C3D2B
|
||||||
CGCalendar__ProcessEventUpdatedAlert 005C3D30 f end=005C3FD9
|
CGCalendar__ProcessEventUpdatedAlert 005C3D30 f end=005C3FD9
|
||||||
CGCalendar__OnCalendarMessage 005C3FE0 f end=005C415E
|
CGCalendar__OnCalendarMessage 005C3FE0 f end=005C415E
|
||||||
CGCalendar__InitializeGame 005C4240 f end=005C43B0
|
CGCalendar__InitializeGame 005C4240 f end=005C43B0
|
||||||
|
QSortEvents 005BFD20 f end=005BFF26
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
CharacterCreateUnregisterScriptFunctions 004DFD30 f end=004DFD4F
|
CharacterCreateUnregisterScriptFunctions 004DFD30 f end=004DFD4F
|
||||||
CharSelectRegisterScriptFunctions 004E2570 f end=004E2593
|
CharSelectRegisterScriptFunctions 004E2570 f end=004E2593
|
||||||
CharSelectUnregisterScriptFunctions 004E25A0 f end=004E25BC
|
CharSelectUnregisterScriptFunctions 004E25A0 f end=004E25BC
|
||||||
|
CharacterCreateRegisterScriptFunctions 004DFD00 f end=004DFD26
|
||||||
|
|
|
||||||
|
|
@ -93,3 +93,4 @@ SendToCombatText 0074D460 f end=0074D48A
|
||||||
SendToCombatText 0074D4F0 f end=0074D516
|
SendToCombatText 0074D4F0 f end=0074D516
|
||||||
SendToCombatText 0074D520 f end=0074D546
|
SendToCombatText 0074D520 f end=0074D546
|
||||||
GetCombatLogObjectName 0074D750 f end=0074D912
|
GetCombatLogObjectName 0074D750 f end=0074D912
|
||||||
|
RebuildDisplayChannelList 00504840 f end=00504E0B
|
||||||
|
|
|
||||||
|
|
@ -146,3 +146,4 @@ StringToCurveType 00815370 f end=008153BA
|
||||||
StringToBOOL 008154E0 f end=008154F4
|
StringToBOOL 008154E0 f end=008154F4
|
||||||
RGBtoHSV 00984F60 f end=00985021
|
RGBtoHSV 00984F60 f end=00985021
|
||||||
HSVtoRGB 00985030 f end=0098517E
|
HSVtoRGB 00985030 f end=0098517E
|
||||||
|
WowLogHeader 00404B80 f end=00404ED6
|
||||||
|
|
|
||||||
|
|
@ -35,3 +35,4 @@ OnObjectDestroy 004D7610 f end=004D76D1
|
||||||
ClntObjMgrInitialize 004D76E0 f end=004D7749
|
ClntObjMgrInitialize 004D76E0 f end=004D7749
|
||||||
ClntObjMgrInitializeStd 004D7750 f end=004D77DC
|
ClntObjMgrInitializeStd 004D7750 f end=004D77DC
|
||||||
ClntObjMgrUnlockObject 004D77E0 f end=004D7878
|
ClntObjMgrUnlockObject 004D77E0 f end=004D7878
|
||||||
|
ClntObjMgrGetMovementGlobals 004D3810 f end=004D3831
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@ CGDressUpModelFrame__UpdateModel 00597F40 f end=00597FB6
|
||||||
CGDressUpModelFrame__TryOn 00597FC0 f end=005980A2
|
CGDressUpModelFrame__TryOn 00597FC0 f end=005980A2
|
||||||
CGDressUpModelFrame__TryOn 005980D0 f end=005987A5
|
CGDressUpModelFrame__TryOn 005980D0 f end=005987A5
|
||||||
CGDressUpModelFrame__SetModel 005989E0 f end=00598DBD
|
CGDressUpModelFrame__SetModel 005989E0 f end=00598DBD
|
||||||
|
DressUpItemCallback 005980B0 f end=005980CB
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,5 @@ CGDuelInfo__AcceptDuel 005CFBD0 f end=005CFC4B
|
||||||
CGDuelInfo__CancelDuel 005CFC50 f end=005CFCCB
|
CGDuelInfo__CancelDuel 005CFC50 f end=005CFCCB
|
||||||
CGDuelInfo__OnDuelRequested 005CFCD0 f end=005CFDAD
|
CGDuelInfo__OnDuelRequested 005CFCD0 f end=005CFDAD
|
||||||
CGDuelInfo__InitializeGame 005CFDD0 f end=005CFE3A
|
CGDuelInfo__InitializeGame 005CFDD0 f end=005CFE3A
|
||||||
|
DuelInfoRegisterScriptFunctions 005CF9C0 f end=005CF9E3
|
||||||
|
DuelInfoUnregisterScriptFunctions 005CF9F0 f end=005CFA0C
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,4 @@ CEffect__EffectUpdate 006FA050 f end=006FA38E
|
||||||
CEffect__Release 006FA390 f end=006FA3B2
|
CEffect__Release 006FA390 f end=006FA3B2
|
||||||
CEffect__Destroy 006FA3C0 f end=006FA444
|
CEffect__Destroy 006FA3C0 f end=006FA444
|
||||||
CEffect__CleanUpStaticLists 006FA450 f end=006FA5B0
|
CEffect__CleanUpStaticLists 006FA450 f end=006FA5B0
|
||||||
|
CEffect__ApplyItemVisual 006F82D0 f end=006F83C7
|
||||||
|
|
|
||||||
|
|
@ -17,3 +17,4 @@ CGEquipmentManager__OnEquipmentSet 005AF490 f end=005AF6BA
|
||||||
CGEquipmentManager__OnEquipmentSetResult 005AF710 f end=005AF7D7
|
CGEquipmentManager__OnEquipmentSetResult 005AF710 f end=005AF7D7
|
||||||
CGEquipmentManager__CreateEquipmentSet 005AF7E0 f end=005AF8D2
|
CGEquipmentManager__CreateEquipmentSet 005AF7E0 f end=005AF8D2
|
||||||
CGEquipmentManager__InitializeGame 005AFBB0 f end=005AFC35
|
CGEquipmentManager__InitializeGame 005AFBB0 f end=005AFC35
|
||||||
|
EquipmentManagerRegisterScriptFunctions 005AD8F0 f end=005AD916
|
||||||
|
|
|
||||||
|
|
@ -38,3 +38,4 @@ vFrameScript_SignalEvent 0081AC90 f end=0081AE4F ; vFrameScript_SignalEvent(unsi
|
||||||
FrameScript_GetEventListeners 0081B510 f end=0081B52E
|
FrameScript_GetEventListeners 0081B510 f end=0081B52E
|
||||||
FrameScript_SignalEvent 0081B530 f end=0081B549 ; FrameScript_SignalEvent(unsigned int, char const*, ...)
|
FrameScript_SignalEvent 0081B530 f end=0081B549 ; FrameScript_SignalEvent(unsigned int, char const*, ...)
|
||||||
FrameScript_CreateEvents 0081B5F0 f end=0081B714 ; FrameScript_CreateEvents(char const**, unsigned int)
|
FrameScript_CreateEvents 0081B5F0 f end=0081B714 ; FrameScript_CreateEvents(char const**, unsigned int)
|
||||||
|
FrameScript_HookWrapper 00817050 f end=00817162
|
||||||
|
|
|
||||||
|
|
@ -82,3 +82,4 @@ CGlueMgr__ScanDLLFinished 004E5940 f end=004E59B1
|
||||||
SystemRegisterFunctions 0060A120 f end=0060A143
|
SystemRegisterFunctions 0060A120 f end=0060A143
|
||||||
SystemUnregisterFunctions 0060A150 f end=0060A16C
|
SystemUnregisterFunctions 0060A150 f end=0060A16C
|
||||||
BattlenetFileDownload__constructor 006BAE80 f end=006BAEDF
|
BattlenetFileDownload__constructor 006BAE80 f end=006BAEDF
|
||||||
|
LoadingScreenEnableShip 0040AD50 f end=0040AE21
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,4 @@ CGItemSocketInfo__LeaveWorld 005C4EE0 f end=005C4EED
|
||||||
CGItemSocketInfo__UpdateItem 005C4EF0 f end=005C4F40
|
CGItemSocketInfo__UpdateItem 005C4EF0 f end=005C4F40
|
||||||
CGItemSocketInfo__RemoveItem 005C4F40 f end=005C4FED
|
CGItemSocketInfo__RemoveItem 005C4F40 f end=005C4FED
|
||||||
CGItemSocketInfo__Accept 005C4FF0 f end=005C50DC
|
CGItemSocketInfo__Accept 005C4FF0 f end=005C50DC
|
||||||
|
ItemSocketInfoRegisterScriptFunctions 005C4630 f end=005C4653
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ LoadingScreenSetTransparent 00407EA0 f end=00407EE3
|
||||||
LoadingScreenDisable 00409550 f end=0040961F
|
LoadingScreenDisable 00409550 f end=0040961F
|
||||||
LoadingScreenShutdown 00409620 f end=00409670
|
LoadingScreenShutdown 00409620 f end=00409670
|
||||||
LoadingScreenEnable 0040AB70 f end=0040AD50
|
LoadingScreenEnable 0040AB70 f end=0040AD50
|
||||||
|
InitializeProgressBar 0040A990 f end=0040AB12
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,4 @@ CGLootInfo__GiveMasterLoot 005893A0 f end=0058945D
|
||||||
CGLootInfo__SetObject 005896B0 f end=00589918
|
CGLootInfo__SetObject 005896B0 f end=00589918
|
||||||
CGLootInfo__ClearRollPending 006DC770 f end=006DC7D4
|
CGLootInfo__ClearRollPending 006DC770 f end=006DC7D4
|
||||||
GetMasterLootCandidate 006FA770 f end=006FA791
|
GetMasterLootCandidate 006FA770 f end=006FA791
|
||||||
|
LootInfoRegisterScriptFunctions 00588E60 f end=00588E86
|
||||||
|
|
|
||||||
|
|
@ -26,3 +26,4 @@ CGMailInfo__OnReceivedMail 00571A10 f end=00571A38
|
||||||
CGMailInfo__LeaveWorld 00571BE0 f end=00571C47
|
CGMailInfo__LeaveWorld 00571BE0 f end=00571C47
|
||||||
CGMailInfo__OnMailListResult 00571C50 f end=00572207
|
CGMailInfo__OnMailListResult 00571C50 f end=00572207
|
||||||
CGMailInfo__InitializeGame 00572210 f end=005723D7
|
CGMailInfo__InitializeGame 00572210 f end=005723D7
|
||||||
|
InboxItemQueryCallback 0056D4B0 f end=0056D4C8
|
||||||
|
|
|
||||||
|
|
@ -64,3 +64,9 @@ CGObject_C__UpdateInteractIcon 00745DA0 f end=00745E5B
|
||||||
CGObject_C__constructor 00745E60 f end=00745F8B
|
CGObject_C__constructor 00745E60 f end=00745F8B
|
||||||
CGObject_C__destructor 00745F90 f end=007460B3
|
CGObject_C__destructor 00745F90 f end=007460B3
|
||||||
CGObject_C__Initialize 007460C0 f end=00746185
|
CGObject_C__Initialize 007460C0 f end=00746185
|
||||||
|
CGObject_C__IsObjectModelLoaded 00743390 f end=007433C7
|
||||||
|
CGObject_C__LoopEffectHandler 007435A0 f end=007435D1
|
||||||
|
CGObject_C__Fadeout 00743D50 f end=00743E01
|
||||||
|
CGObject_C__GetModelPosition 007446C0 f end=00744720
|
||||||
|
CGObject_C__GetModelMatrix 00744720 f end=00744783
|
||||||
|
CGObject_C__PrepareToFadeInt 00783630 f end=00783776
|
||||||
|
|
|
||||||
|
|
@ -307,3 +307,8 @@ PlayerNameUpdateWorldText 007E6480 f end=007E64C6
|
||||||
PlayerNameInitialize 007E64D0 f end=007E6584
|
PlayerNameInitialize 007E64D0 f end=007E6584
|
||||||
WorldTextDelete 007E6A90 f end=007E6AB3
|
WorldTextDelete 007E6A90 f end=007E6AB3
|
||||||
WorldTextRenderBatch 007E7490 f end=007E7BA5
|
WorldTextRenderBatch 007E7490 f end=007E7BA5
|
||||||
|
CGPlayer_C__OnQuestGiverStatusMultiple 006D1230 f end=006D12B7
|
||||||
|
CGPlayer_C__TalkToGuildBanker 006D23C0 f end=006D247D
|
||||||
|
OnQuestItemLoot 006D7C30 f end=006D7D69
|
||||||
|
QuestLootQuestQueryCallback 006D7D70 f end=006D7DD4
|
||||||
|
CGPlayer_C__CheckForQuestItemLoot 006D7DE0 f end=006D7F0D
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,4 @@ CGQuestInfo__GetReward 0058CFA0 f end=0058D048
|
||||||
CGQuestInfo__GetQuestItemInfo 0058D190 f end=0058D34F
|
CGQuestInfo__GetQuestItemInfo 0058D190 f end=0058D34F
|
||||||
CGQuestInfo__LeaveWorld 0058DD30 f end=0058DD43
|
CGQuestInfo__LeaveWorld 0058DD30 f end=0058DD43
|
||||||
CGQuestInfo__AddReward 0058DD50 f end=0058DFD8
|
CGQuestInfo__AddReward 0058DD50 f end=0058DFD8
|
||||||
|
QuestInfoUnregisterScriptFunctions 0058C580 f end=0058C59F
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,8 @@ ScrnLayerCreate 004A8BB0 f end=004A8C83
|
||||||
ScrnSetStockFont 004A8D40 f end=004A8D85
|
ScrnSetStockFont 004A8D40 f end=004A8D85
|
||||||
ScrnGetStockFont 004A8DC0 f end=004A8DDF
|
ScrnGetStockFont 004A8DC0 f end=004A8DDF
|
||||||
ScrnGetStockFontHeight 004A8DE0 f end=004A8DFF
|
ScrnGetStockFontHeight 004A8DE0 f end=004A8DFF
|
||||||
|
ILayerPaint 004A8BA0 f end=004A8BAD
|
||||||
|
IStockInitialize 004A8E00 f end=004A8E79
|
||||||
|
ScrnPaint 004A8D00 f end=004A8D05
|
||||||
|
ScrnInitialize 004A8D20 f end=004A8D36
|
||||||
|
ClipRect 00615240 f end=006152D2
|
||||||
|
|
|
||||||
|
|
@ -2148,3 +2148,32 @@ Script_VoiceChat_GetCurrentMicrophoneSignalLevel 00985E60 f end=00985E8A
|
||||||
Script_VoiceChat_ActivatePrimaryCaptureCallback 00985E90 f end=00985E98
|
Script_VoiceChat_ActivatePrimaryCaptureCallback 00985E90 f end=00985E98
|
||||||
Script_VoiceChat_StartCapture 00985EF0 f end=00985F6B
|
Script_VoiceChat_StartCapture 00985EF0 f end=00985F6B
|
||||||
Script_SendEvent 009C0070 f end=009C010C
|
Script_SendEvent 009C0070 f end=009C010C
|
||||||
|
PartyInfoRegisterScriptFunctions 0052C370 f end=0052C396
|
||||||
|
SpellBookRegisterScriptFunctions 0053B740 f end=0053B766
|
||||||
|
WorldMapRegisterScriptFunctions 00543650 f end=00543676
|
||||||
|
KnowledgeBase_RegisterScriptFunctions 00552010 f end=00552036
|
||||||
|
LookingForGroupRegisterScriptFunctions 005531D0 f end=005531F6
|
||||||
|
UIBindingsRegisterScriptFunctions 0055DC90 f end=0055DCB6
|
||||||
|
UIMacrosRegisterScriptFunctions 00564C90 f end=00564CB6
|
||||||
|
MailInfoRegisterScriptFunctions 0056D730 f end=0056D756
|
||||||
|
RaidInfoRegisterScriptFunctions 00572D10 f end=00572D36
|
||||||
|
MerchantRegisterScriptFunctions 00584450 f end=00584476
|
||||||
|
GossipTextCallback 0058AAE0 f end=0058AB13
|
||||||
|
QuestInfoRegisterScriptFunctions 0058C550 f end=0058C576
|
||||||
|
ClassTrainerRegisterScriptFunctions 00593F70 f end=00593F96
|
||||||
|
TabardCreationRegisterScriptFunctions 00598E10 f end=00598E33
|
||||||
|
AuctionHouseRegisterScriptFunctions 0059B100 f end=0059B126
|
||||||
|
GuildBankRegisterScriptFunctions 005A46A0 f end=005A46C6
|
||||||
|
ActionBarRegisterScriptFunctions 005A8020 f end=005A8046
|
||||||
|
NameCacheCallback 005B78D0 f end=005B790E
|
||||||
|
MinigameInfoRegisterScriptFunctions 005C5610 f end=005C5633
|
||||||
|
MinigameInfoUnregisterScriptFunctions 005C5640 f end=005C565C
|
||||||
|
TalentInfoRegisterScriptFunctions 005C5880 f end=005C58A6
|
||||||
|
GuildInfoRegisterScriptFunctions 005CA380 f end=005CA3A6
|
||||||
|
PetitionInfoRegisterScriptFunctions 005CEB00 f end=005CEB23
|
||||||
|
PetInfoRegisterScriptFunctions 005D31F0 f end=005D3216
|
||||||
|
ContainerRegisterScriptFunctions 005D7020 f end=005D7046
|
||||||
|
UpdateContainerContents 005D9600 f end=005D978C
|
||||||
|
TradeSkillRegisterScriptFunctions 005DA3A0 f end=005DA3C6
|
||||||
|
QuestLogRegisterScriptFunctions 005DFD20 f end=005DFD46
|
||||||
|
CharacterInfoRegisterScriptFunctions 005E78F0 f end=005E7916
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,5 @@ CScriptRegion_SetHeight 0049D620 f end=0049D6ED
|
||||||
CScriptRegion_SetSize 0049D7A0 f end=0049D8A7
|
CScriptRegion_SetSize 0049D7A0 f end=0049D8A7
|
||||||
CScriptRegion_SetPoint 0049DB10 f end=0049DE34
|
CScriptRegion_SetPoint 0049DB10 f end=0049DE34
|
||||||
CScriptRegion_SetAllPoints 0049DE40 f end=0049E003
|
CScriptRegion_SetAllPoints 0049DE40 f end=0049E003
|
||||||
|
CScriptRegion_GetPoint 0049D950 f end=0049DB09
|
||||||
|
CScriptRegion_ClearAllPoints 0049E010 f end=0049E06F
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,8 @@ CSimpleFontString_SetText 0048D780 f end=0048D7F5
|
||||||
CSimpleFontString_SetFormattedText 0048D800 f end=0048D88B type="int32_t __stdcall func(lua_State* L)"
|
CSimpleFontString_SetFormattedText 0048D800 f end=0048D88B type="int32_t __stdcall func(lua_State* L)"
|
||||||
CSimpleFontString_SetTextHeight 0048DDB0 f end=0048DE8A
|
CSimpleFontString_SetTextHeight 0048DDB0 f end=0048DE8A
|
||||||
TextBlockGetTextExtent 004BDCD0 f end=004BDD78
|
TextBlockGetTextExtent 004BDCD0 f end=004BDD78
|
||||||
|
CSimpleFontString_SetAlpha 0048D030 f end=0048D0EC
|
||||||
|
CSimpleFontString_GetFont 0048D510 f end=0048D5A2
|
||||||
|
CSimpleFontString_SetFont 0048D5B0 f end=0048D723
|
||||||
|
CSimpleFontString_GetStringWidth 0048DE90 f end=0048DEF4
|
||||||
|
CSimpleFontString_GetStringHeight 0048DF00 f end=0048DF64
|
||||||
|
|
|
||||||
|
|
@ -72,3 +72,15 @@ CSimpleFrame_IgnoreDepth 004A1D80 f end=004A1DF9
|
||||||
CSimpleFrame__CreateScriptMetaTable 004A1E60 f end=004A1E79
|
CSimpleFrame__CreateScriptMetaTable 004A1E60 f end=004A1E79
|
||||||
RegisterSimpleFrameScriptMethods 0081B870 f end=0081B914
|
RegisterSimpleFrameScriptMethods 0081B870 f end=0081B914
|
||||||
UnregisterSimpleFrameScriptMethods 0081B920 f end=0081B9B8
|
UnregisterSimpleFrameScriptMethods 0081B920 f end=0081B9B8
|
||||||
|
CScriptRegion_IsMouseOver 0049E100 f end=0049E259
|
||||||
|
CSimpleFrame_CreateTitleRegion 0049E630 f end=0049E6F1
|
||||||
|
CSimpleFrame_GetFrameStrata 0049E830 f end=0049E876
|
||||||
|
CSimpleFrame_CanChangeAttributes 0049F260 f end=0049F2D0
|
||||||
|
CSimpleFrame_SetToplevel 0049FBB0 f end=0049FC21
|
||||||
|
CSimpleFrame_Raise 0049FEF0 f end=0049FF4E
|
||||||
|
CSimpleFrame_StartMoving 004A0A40 f end=004A0B10
|
||||||
|
CSimpleFrame_GetRegions 004A1F10 f end=004A2009
|
||||||
|
CSimpleFrame_CreateTexture 004A2010 f end=004A2236
|
||||||
|
CSimpleFrame_StartSizing 004A0B10 f end=004A0C12
|
||||||
|
CSimpleFrame_StopMovingOrSizing 004A0C20 f end=004A0C63
|
||||||
|
CSimpleFrame_SetUserPlaced 004A0C70 f end=004A0CF1
|
||||||
|
|
|
||||||
|
|
@ -120,3 +120,5 @@ Spell_C__SystemInitialize 008100E0 f end=00810320
|
||||||
SpellTableMatchRaceClass 00810320 f end=0081036D
|
SpellTableMatchRaceClass 00810320 f end=0081036D
|
||||||
SpellTableGetSkillLineLinkInfo 008104A0 f end=008104F1
|
SpellTableGetSkillLineLinkInfo 008104A0 f end=008104F1
|
||||||
SpellTableLookupAbility 00812410 f end=0081252A
|
SpellTableLookupAbility 00812410 f end=0081252A
|
||||||
|
Spell_C_IsCastingInterruptedByCombat 008038F0 f end=00803A45
|
||||||
|
Spell_C_ModifySpellValue 007FDB50 f end=007FDB97
|
||||||
|
|
|
||||||
|
|
@ -127,3 +127,4 @@ SBigPowMod 0077C980 f end=0077C9A4 type="void __stdcall func(BigData* a, BigData
|
||||||
TSList__LinkToHead 007B5020 f end=007B50AB ; 00005410
|
TSList__LinkToHead 007B5020 f end=007B50AB ; 00005410
|
||||||
TSList__LinkToTail 0086E200 f end=0086E25F ; 00005410
|
TSList__LinkToTail 0086E200 f end=0086E25F ; 00005410
|
||||||
SSyncObject__constructor 00921A00 f end=00921A09
|
SSyncObject__constructor 00921A00 f end=00921A09
|
||||||
|
TSFixedArray__ReallocData 00466910 f end=004669A0
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@ CGTabardCreationFrame__Open 00598E60 f end=00598EB5
|
||||||
CGTabardCreationFrame__Close 00598EC0 f end=00598F23
|
CGTabardCreationFrame__Close 00598EC0 f end=00598F23
|
||||||
CGTabardCreationFrame__LeaveWorld 00598F40 f end=00598F45
|
CGTabardCreationFrame__LeaveWorld 00598F40 f end=00598F45
|
||||||
CGTabardModelFrame_CanSaveTabardNow 00598FA0 f end=00598FDA
|
CGTabardModelFrame_CanSaveTabardNow 00598FA0 f end=00598FDA
|
||||||
|
TabardCreationUnregisterScriptFunctions 00598E40 f end=00598E5C
|
||||||
|
|
|
||||||
|
|
@ -74,3 +74,5 @@ CBLPFile__Lock2 006AFCE0 f end=006AFF06 type="int32_t __thiscall func(CBLPFile*
|
||||||
CBLPFile__Open 006AFF10 f end=006AFFCF type="int32_t __thiscall func(CBLPFile* this, char* filename)"
|
CBLPFile__Open 006AFF10 f end=006AFFCF type="int32_t __thiscall func(CBLPFile* this, char* filename)"
|
||||||
CBLPFile__LockChain2 006AFFD0 f end=006B012E type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, MipBits** images, uint32_t mipLevel, int32_t a6)"
|
CBLPFile__LockChain2 006AFFD0 f end=006B012E type="int32_t __thiscall func(CBLPFile* this, char* fileName, PIXEL_FORMAT format, MipBits** images, uint32_t mipLevel, int32_t a6)"
|
||||||
ProjectTex2dGetAddFadeTex 007E2C60 f end=007E2C73
|
ProjectTex2dGetAddFadeTex 007E2C60 f end=007E2C73
|
||||||
|
FillInSolidTexture 004B6920 f end=004B69D7
|
||||||
|
TextureCreateBlob 004B8D70 f end=004B8E6E
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,4 @@ CGUIMacros__LoadMacrosCallback 00567C10 f end=00567FC1
|
||||||
CGUIMacros__LoadMacros 00567FD0 f end=00568011
|
CGUIMacros__LoadMacros 00567FD0 f end=00568011
|
||||||
CGUIMacros__CreateMacro 00568020 f end=00568158
|
CGUIMacros__CreateMacro 00568020 f end=00568158
|
||||||
EvaluateMacroOptions 005F0DF0 f end=005F0FF5
|
EvaluateMacroOptions 005F0DF0 f end=005F0FF5
|
||||||
|
QSortIcons 00564A20 f end=00564A77
|
||||||
|
|
|
||||||
|
|
@ -450,3 +450,11 @@ UnitCombatClientInitialize 00756BD0 f end=00756C85
|
||||||
WeaponTrailCreate 007E4BF0 f end=007E4C29
|
WeaponTrailCreate 007E4BF0 f end=007E4C29
|
||||||
SpellVisualsIsMountTransitionFinished 007F9F70 f end=007F9F80
|
SpellVisualsIsMountTransitionFinished 007F9F70 f end=007F9F80
|
||||||
SpellVisualsCancelMountTransition 007FC9D0 f end=007FC9E7
|
SpellVisualsCancelMountTransition 007FC9D0 f end=007FC9E7
|
||||||
|
CGUnit_C__ComputeMissileTrajectory 006FCD60 f end=006FD6A6
|
||||||
|
CGUnit_C__UpdateMissileTrajectoryTargeting 006FDA20 f end=006FDFA2
|
||||||
|
CGUnit_C__ApplyComponentItemsFromEffects 00716E20 f end=00716E4C
|
||||||
|
CGUnit_C__CanEquipItemsInThisForm 007202C0 f end=0072032D
|
||||||
|
CGUnit_C__OverrideMissileFirePos 00720BF0 f end=00720DA8
|
||||||
|
CheckUnitSoundTimer 007464A0 f end=007464CE
|
||||||
|
WeaponTrailClose 007E4CC0 f end=007E4CDA
|
||||||
|
GetSoundID 007461E0 f end=00746239
|
||||||
|
|
|
||||||
|
|
@ -27,3 +27,6 @@ CVehiclePassenger_C__Update 0074B0B0 f end=0074B126
|
||||||
CVehiclePassenger_C__UpdateAll 0074B130 f end=0074B155
|
CVehiclePassenger_C__UpdateAll 0074B130 f end=0074B155
|
||||||
CVehiclePassenger_C__StoreRootVehicle 0074B160 f end=0074B1F3
|
CVehiclePassenger_C__StoreRootVehicle 0074B160 f end=0074B1F3
|
||||||
CVehiclePassenger_C__OnUpdateTransport 0074B200 f end=0074B314
|
CVehiclePassenger_C__OnUpdateTransport 0074B200 f end=0074B314
|
||||||
|
CVehiclePassenger_C__SendTransitionUIEvents 00749650 f end=00749724
|
||||||
|
CVehiclePassenger_C__OnReloadUI 00749ED0 f end=00749FA7
|
||||||
|
CVehiclePassenger_C__SendTransitionUIEvents 00749FB0 f end=0074A04C
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,5 @@ CGWorldStateInfo__RequestUITime 00548760 f end=005487C6
|
||||||
CGWorldStateInfo__TimerUpdate 005488F0 f end=00548962
|
CGWorldStateInfo__TimerUpdate 005488F0 f end=00548962
|
||||||
CGWorldStateInfo__GetWorldState 00548D10 f end=00548D37
|
CGWorldStateInfo__GetWorldState 00548D10 f end=00548D37
|
||||||
CGWorldStateInfo__SetWorldState 00549440 f end=005494F6
|
CGWorldStateInfo__SetWorldState 00549440 f end=005494F6
|
||||||
|
WorldStateInfoRegisterScriptFunctions 005485B0 f end=005485D3
|
||||||
|
WorldStateInfoUnregisterScriptFunctions 005485E0 f end=005485FC
|
||||||
|
|
|
||||||
1
profile/3.3.5a-windows-386/symbol/wtobject/func.sym
Normal file
1
profile/3.3.5a-windows-386/symbol/wtobject/func.sym
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
WTOBJECT__destructor 007E4C60 f end=007E4CBA
|
||||||
Loading…
Add table
Add a link
Reference in a new issue