mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Slightly more mapped out CUtlBuffer
These are set and used in 'PersistenceParseDefSourceMsg' and 'CAI_NetworkManager::InitializeAINetworks'. Still unknown what they exactly do.
This commit is contained in:
parent
837f53ccb7
commit
ea4190e534
@ -483,10 +483,11 @@ protected:
|
||||
|
||||
CByteSwap m_Byteswap;
|
||||
|
||||
// [ AMOS ] TODO: Reverse these.. could be part of the CByteSwap class.
|
||||
__declspec(align(16)) __int64 KeyValuesPtrUnk;
|
||||
__int64 KeyValuesCountUnk;
|
||||
void* m_pUnk; // Possibly padding?
|
||||
const char* m_pName;
|
||||
int64 m_Count; // Unknown count.
|
||||
};
|
||||
static_assert(sizeof(CUtlBuffer) == 0x70);
|
||||
|
||||
// Stream style output operators for CUtlBuffer
|
||||
inline CUtlBuffer& operator<<(CUtlBuffer& b, char v)
|
||||
|
Loading…
x
Reference in New Issue
Block a user