1
0
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:
Nicholas Hastings
2013-04-06 22:41:43 -04:00
parent baf5b1e98f
commit c0340929ba
4 changed files with 6 additions and 9 deletions

View File

@ -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