mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Light symbol cleanup
This commit is contained in:
parent
9dd34ef53a
commit
0f58137167
@ -5,16 +5,16 @@
|
||||
class CKeyValuesSystem : public IKeyValuesSystem// VTABLE @ 0x1413AA1E8 in R5pc_r5launch_N1094_CL456479_2019_10_30_05_20_PM
|
||||
{
|
||||
public:
|
||||
void RegisterSizeofKeyValues(int64_t size);
|
||||
void* AllocKeyValuesMemory(int64_t size);
|
||||
void RegisterSizeofKeyValues(int64_t nSize);
|
||||
void* AllocKeyValuesMemory(int64_t nSize);
|
||||
void FreeKeyValuesMemory(void* pMem);
|
||||
HKeySymbol GetSymbolForString(const char* name, bool bCreate = false);
|
||||
HKeySymbol GetSymbolForString(const char* szName, bool bCreate = false);
|
||||
const char* GetStringForSymbol(HKeySymbol symbol);
|
||||
|
||||
void* GetMemPool(void); // GetMemPool returns a global variable called m_pMemPool, it gets modified by AllocKeyValuesMemory and with FreeKeyValuesMemory you can see where to find it in FreeKeyValuesMemory.
|
||||
void SetKeyValuesExpressionSymbol(const char* name, bool bValue);
|
||||
bool GetKeyValuesExpressionSymbol(const char* name);
|
||||
HKeySymbol GetSymbolForStringCaseSensitive(HKeySymbol& hCaseInsensitiveSymbol, const char* name, bool bCreate = false);
|
||||
void SetKeyValuesExpressionSymbol(const char* szName, bool bValue);
|
||||
bool GetKeyValuesExpressionSymbol(const char* szName);
|
||||
HKeySymbol GetSymbolForStringCaseSensitive(HKeySymbol& hCaseInsensitiveSymbol, const char* szName, bool bCreate = false);
|
||||
|
||||
// Datatypes aren't accurate. But full fill the actual byte distance.
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user