mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
Update INetChannelInfo
This commit is contained in:
parent
c3b88e9ba0
commit
84a823db04
@ -59,7 +59,6 @@ public:
|
|||||||
virtual const netadr_t &GetRemoteAddress( void ) const = 0;
|
virtual const netadr_t &GetRemoteAddress( void ) const = 0;
|
||||||
virtual float GetTime( void ) const = 0; // current net time
|
virtual float GetTime( void ) const = 0; // current net time
|
||||||
virtual float GetTimeConnected( void ) const = 0; // get connection time in seconds
|
virtual float GetTimeConnected( void ) const = 0; // get connection time in seconds
|
||||||
virtual int GetBufferSize( void ) const = 0; // netchannel packet history size
|
|
||||||
virtual int GetDataRate( void ) const = 0; // send data rate in byte/sec
|
virtual int GetDataRate( void ) const = 0; // send data rate in byte/sec
|
||||||
|
|
||||||
virtual bool IsLocalHost( void ) const = 0; // true if localhost
|
virtual bool IsLocalHost( void ) const = 0; // true if localhost
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user