mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Reminder for myself to pattern scan, pak_listpaks vars.
This commit is contained in:
parent
5747e8d201
commit
a1cd5cf9f3
@ -401,6 +401,7 @@ void _ReloadBanList_f_CompletionFunc(const CCommand& args)
|
||||
void _Pak_ListPaks_f_CompletionFunc(const CCommand& cmd)
|
||||
{
|
||||
#ifdef GAMEDLL_S3
|
||||
// [ PIXIE ]: TODO pattern scan these.
|
||||
static std::int16_t* s_pLoadedPakCount = ADDRESS(0x167ED7C6C).RCast<std::int16_t*>();
|
||||
static RPakLoadedInfo_t* g_pLoadedPakInfo = ADDRESS(0x167D40B70).RCast<RPakLoadedInfo_t*>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user