mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Updated INetChannelHandler, IClient, INetChannelInfo and some of INetChannel.
This commit is contained in:
@ -76,8 +76,6 @@ public:
|
||||
virtual bool IsFakeClient( void ) const = 0;
|
||||
// returns true, if client is a HLTV proxy
|
||||
virtual bool IsHLTV( void ) const = 0;
|
||||
// returns true, if client is a Replay proxy
|
||||
virtual bool IsReplay( void ) const = 0;
|
||||
// returns true, if client hears this player
|
||||
virtual bool IsHearingClient(int index) const = 0;
|
||||
// returns true, if client hears this player by proximity
|
||||
|
Reference in New Issue
Block a user