mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update CBufferString class
This commit is contained in:

committed by
Nicholas Hastings

parent
1312e1c957
commit
b6a89a4815
@ -68,9 +68,11 @@ public:
|
||||
private:
|
||||
|
||||
bool m_bReliable;
|
||||
bool m_bInitMessage;
|
||||
CUtlVector< int > m_Recipients;
|
||||
int m_Unk001;
|
||||
int m_nRecipientCount;
|
||||
CUtlVectorFixedGrowable< int, 64 > m_Recipients;
|
||||
|
||||
bool m_bInitMessage;
|
||||
// If using prediction rules, the filter itself suppresses local player
|
||||
bool m_bUsingPredictionRules;
|
||||
// If ignoring prediction cull, then external systems can determine
|
||||
|
Reference in New Issue
Block a user