mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feature(profile): obj creation and memory funcs
This commit is contained in:
parent
bdf801d69d
commit
8037f2fd8d
26 changed files with 76 additions and 4 deletions
|
|
@ -79,6 +79,13 @@ CGGameUI__UpdateCombatMod 005206E0 f end=00520762
|
|||
CGGameUI__SetRegenEnabled 00524600 f end=00524650
|
||||
CGGameUI__GetSelectionHighlightColor 00521BF0 f end=005220A6
|
||||
CGGameUI__SetActiveCorpse 00512C20 f end=00512C36
|
||||
CGGameUI__IsPartyMember 005129F0 f end=005129F9
|
||||
CGGameUI__ClearInstanceResetMap 005138A0 f end=005138AD
|
||||
CGGameUI__SetOwnsInstance 005138B0 f end=005138BD
|
||||
CGGameUI__SetRepopTimeLeft 00513A30 f end=00513A55
|
||||
CGGameUI__CanResetInstance 005194E0 f end=005195B4
|
||||
CGGameUI__SetLastInstanceTime 005195C0 f end=00519631
|
||||
CGGameUI__UnlockAllItems 00520E40 f end=00520F69
|
||||
DisableFadingScreen 005ED080 f end=005ED116
|
||||
EnableFadingScreen 005ED480 f end=005ED587
|
||||
UpdateModelForUI 00618110 f end=00618176
|
||||
|
|
|
|||
|
|
@ -37,4 +37,10 @@ CGGameUI__m_instanceLockExtending 00BD0860 l
|
|||
CGGameUI__m_billingExpireTime 00BD086C l
|
||||
CGGameUI__m_lastRegenTime 00BD08A0 l
|
||||
CGGameUI__m_luaTainted 00D4139C l
|
||||
CGGameUI__m_corpseGUID 00BD0828 l
|
||||
CGGameUI__m_corpseGUID 00BD0828 l
|
||||
CGGameUI__m_repopTime 00BD0848 l
|
||||
CGGameUI__m_deadNoRepopTimer 00BD084C l
|
||||
CGGameUI__m_uiLastInstanceTime 00BD0884 l
|
||||
CGGameUI__m_iMapID 00BD0888 l
|
||||
CGGameUI__m_iCurrentMapID 00BD088C l
|
||||
CGGameUI__m_bOwnsInstance 00BD0890 l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue