1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Update INetChannel::SendNetMessage (#261)

After 8/8/2024 CS2 update
This commit is contained in:
Yarukon 2024-08-09 23:07:48 +08:00 committed by GitHub
parent 29244abde5
commit f9fd2214cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ public:
virtual HSteamNetConnection GetSteamNetConnection( void ) const = 0;
virtual bool SendNetMessage( INetworkMessageInternal *pNetMessage, const CNetMessage *pData, NetChannelBufType_t bufType ) = 0;
virtual bool SendNetMessage( const CNetMessage *pData, NetChannelBufType_t bufType ) = 0;
virtual bool SendData( bf_write &msg, NetChannelBufType_t bufferType ) = 0;
virtual int Transmit( const char *pDebugName, bf_write *data ) = 0;
virtual void SetBitsToSend( void ) = 0;