feat(profile) Chat FriendList GameUI funcs

This commit is contained in:
gromchek 2025-12-15 19:43:02 +03:00
parent e08301edfb
commit fdbe9d605e
14 changed files with 60 additions and 1 deletions

View file

@ -54,3 +54,15 @@ CGChat__LogOpenLock 0050DDE0 f end=0050DEA6
CGChat__OnChannelNotify 0050E120 f end=0050EB06
CGChat__OnMessageChat 0050EBA0 f end=0050EBB3
CGChat__OnGMMessageChat 0050EBC0 f end=0050EBD3
CGChat__UpdateLanguages 004FB530 f end=004FB540
CGChat__InviteNameQueryCallback 004FB5C0 f end=004FB619
CGChat__OnUpdateInstanceOwnership 004FB990 f end=004FB9B5
CGChat__GetChatColor 004FB9C0 f end=004FBA02
CGChat__OnVoiceStatusChanged 00500240 f end=00500379
CGChat__QueueChatText 00502D00 f end=00502E95
CGChat__AddThrottledChat 00502FA0 f end=00503058
CGChat__NameQueryCallback 00503C80 f end=00503FA3
CGChat__ShutdownGame 005072B0 f end=005076A8
CGChat__ProcessThrottledChat 005098B0 f end=00509A47
CGChat__OnDefenseMessage 0050C850 f end=0050C976
CGChat__DisplayParentControlsNotice 0050CF20 f end=0050CFB3

View file

@ -1,3 +1,6 @@
CGChatBubbleFrame__Render 0056C340 f end=0056C4F5
CGChatBubbleFrame__OnWorldRender 0056C7A0 f end=0056C7E8
CGChatBubbleFrame__OnWorldLayerUpdate 0056D050 f end=0056D235
CGChatBubbleFrame__Initialize 0056C7F0 f end=0056C9B4
CGChatBubbleFrame__constructor 0056CAD0 f end=0056CDAA
CGChatBubbleFrame__GetNewChatBubble 0056CEA0 f end=0056CEF7

View file

@ -2,3 +2,5 @@ CGContainerInfo__UpdateItem 005D7320 f end=005D737B
CGContainerInfo__UpdateContainers 005D9960 f end=005D9B3B
CGContainerInfo__EnterWorld 005D9C20 f end=005D9D8F
CGContainerInfo__UpdateContents 005D7070 f end=005D710A
CGContainerInfo__OpenContainer 005D7110 f end=005D717C
CGContainerInfo__GetLuaBagAndSlot 005D7380 f end=005D748C

View file

@ -1 +1,15 @@
FriendList__IsIgnored 006B52E0 f end=006B5346
FriendList__constructor 006B3190 f end=006B323E
FriendList__destructor 006B3240 f end=006B3277
FriendList__Destroy 006B51B0 f end=006B5219
FriendList__AddFriend 006B5400 f end=006B54BA
FriendList__SetFriendNotes 006B5540 f end=006B5621
FriendList__SendWho 006B5630 f end=006B5C94
FriendList__AddOrDelIgnore 006B5DE0 f end=006B5F67
FriendList__AddOrDelVoiceIgnore 006B6130 f end=006B62BD
FriendList__AddVoiceIgnore 006B62C0 f end=006B6401
FriendList__DelVoiceIgnore 006B6410 f end=006B6488
FriendList__AddIgnore 006B6E10 f end=006B6EF1
FriendList__RemoveFriend 006B6F00 f end=006B6F6F
FriendList__DelIgnore 006B7040 f end=006B7120
FriendList__Initialize 006B8990 f end=006B8AA2

View file

@ -126,6 +126,18 @@ CGGameUI__ShowCombatFeedback 00513380 f end=005133A3
CGGameUI__GetPartyMemberStateFromPet 00513C70 f end=00513CA6
CGGameUI__CancelMirrorTimers 00513EA0 f end=00513F16
CGGameUI__MirrorTimerGetInfo 00513F20 f end=00513F41
CGGameUI__SetAspect 005126E0 f end=005126F6
CGGameUI__IsRaidMemberOrPet 00512A30 f end=00512A5C
CGGameUI__GetRaidMember 00512A80 f end=00512AA6
CGGameUI__FilterMouseMotion 00512CD0 f end=00512CF7
CGGameUI__HandleFocusChanged 00512D00 f end=00512D1A
CGGameUI__OnMirrorTimerEvent 00519A50 f end=00519C94
CGGameUI__RegisterGameCVars 0051D9B0 f end=0051F428
CGGameUI__GetCorpsePosition 0051F430 f end=0051F5BD
CGGameUI__ReferAFriendFailed 005219E0 f end=00521AC5
CGGameUI__AcceptLevelGrant 00521B00 f end=00521BD9
CGGameUI__OnItemPush 00523900 f end=00523DAF
CGGameUI__SetRaidDifficulty 005255A0 f end=00525691
DisableFadingScreen 005ED080 f end=005ED116
EnableFadingScreen 005ED480 f end=005ED587
UpdateModelForUI 00618110 f end=00618176

View file

@ -3,3 +3,5 @@ CGInputControl__SendUIVehicleAngleUpdate 005FA910 f end=005FA9AD
CGInputControl__TurnPlayer 005FB0B0 f end=005FB19B
CGInputControl__MovePlayer 005FAE70 f end=005FAFAE
CGInputControl__Reset 005FAC60 f end=005FAC84
CGInputControl__OnMouseMoveRel 005FBA60 f end=005FBBC0
CGInputControl__OnFocusChange 005FC960 f end=005FC9B2

View file

@ -8,3 +8,4 @@ CGMinimapFrame__RenderCallback 005832A0 f end=005832B2
CGMinimapFrame__OnFrameRender 005832C0 f end=005832ED
CGMinimapFrame__PostLoadXML 0057BEA0 f end=0057BF2C
CGMinimapFrame__ObjectEnumProc 0057F7F0 f end=0057FBC2
CGMinimapFrame__OnLayerTrackUpdate 0057C720 f end=0057D573

View file

@ -54,6 +54,7 @@ CGPlayer_C__GetLanguageSkill 006E0640 f end=006E083E
CGPlayer_C__Invite 006D4300 f end=006D43B7
CGPlayer_C__SetFarSightFocus 006E4940 f end=006E4949
CGPlayer_C__OnGuildChanged 006DF7A0 f end=006DF844
CGPlayer_C__PlayerInitializeMessageHandlers 006E83B0 f end=006E8ED6
CloseAllLootRolls 006FAFD0 f end=006FB0FD
PlayerNameTriggerNameRegenerate 007E5130 f end=007E5140
PlayerNameShowing 007E5150 f end=007E516B
@ -65,3 +66,4 @@ PlayerNameUpdateLate 007E5580 f end=007E55E8
WorldTextDelete 007E6A90 f end=007E6AB3
WorldTextRenderBatch 007E7490 f end=007E7BA5
PlayerNameCreateText 007E6030 f end=007E6088
PlayerClientInitialize 006E8EE0 f end=006E8F6E

View file

@ -14,3 +14,4 @@ CGQuestLog__AddQuestWatch 005E64D0 f end=005E65A2
CGQuestLog__LoadTrackedQuests 005E65B0 f end=005E6650
CGQuestLog__Update 005E6940 f end=005E6DD7
CGQuestLog__ShutdownGame 005E6F30 f end=005E6F93
CGQuestLog__GetQuestWorldMapAreaID 005E2B60 f end=005E2EA5

View file

@ -24,4 +24,4 @@ SI2__StartGlueMusic 009861C0 f end=009862BE
SI2__StartCreditMusic 009862C0 f end=0098638F
SI2__VoiceChat_AmplifyMicrophoneInput 00986520 f end=009865BA
SI2__StopLuaMusic 004C8680 f end=004C86A6
SI2__VoiceChat_StopCapture 009868D0 f end=009868DF

View file

@ -13,3 +13,7 @@ CGTooltip__SetSpell 006238A0 f end=006252F1
CGTooltip__SetItem 006277F0 f end=0062D924
CGTooltip__ShowThis 0061CFF0 f end=0061D031
CGTooltip__AddTalentPrereqs 006224F0 f end=006227F5
CGTooltip__GetItemHyperlinkString 0061E360 f end=0061E395
CGTooltip__SetOwner 0061EA00 f end=0061EAAA
CGTooltip__SetCorpse 00622410 f end=006224EC
CGTooltip__SetObject 00626720 f end=00626E18

View file

@ -1,2 +1,5 @@
CGTradeSkillInfo__SetTradeSkill 005DE120 f end=005DE2F4
CGTradeSkillInfo__RefreshList 005DD5A0 f end=005DE100
CGTradeSkillInfo__IsCollapsedHeader 005DA830 f end=005DA8A6
CGTradeSkillInfo__GetTradeSkillListLink 005DB060 f end=005DB292
CGTradeSkillInfo__SetLink 005DE300 f end=005DE3F2

View file

@ -151,6 +151,8 @@ CGUnit_C__PlayTextEmoteSound 00747000 f end=007470C2
CGUnit_C__ShowPlayerPVPHonorGained 00754ED0 f end=00754EEC
CGUnit_C__UpdateUnitNameText 00715500 f end=00715528
CGUnit_C__SetPredictedPowerSlot 00722C50 f end=00722CF0
CGUnit_C__IsOutdoors 0071B7F0 f end=0071B806
CGUnit_C__ChatBubbleShow 00720010 f end=0072012E
UnitCombatLogInvalidateName 0074F400 f end=0074F4CC
UnitCombatLog 00751150 f end=007512A1
UnitSoundInitialize 00747860 f end=007478EE

View file

@ -53,3 +53,4 @@ World__ObjectSetDoodadEmittersIgnoresDistance 0077FE80 f end=0077FE9F
World__GetFramerate 0077F440 f end=0077F485
World__ObjectSetAlwaysExterior 0077FE20 f end=0077FE3E
World__ObjectSetRenderEnabled 00783A60 f end=00783B05
World__QueryOutdoors 0077FBF0 f end=0077FCC6