mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Updated IServer interface.
This commit is contained in:
@ -51,6 +51,7 @@ public:
|
|||||||
virtual bool IsMultiplayer( void ) const = 0;
|
virtual bool IsMultiplayer( void ) const = 0;
|
||||||
virtual bool IsPausable() const = 0;
|
virtual bool IsPausable() const = 0;
|
||||||
virtual bool IsHLTV() const = 0;
|
virtual bool IsHLTV() const = 0;
|
||||||
|
virtual bool IsReplay() const = 0;
|
||||||
|
|
||||||
virtual const char * GetPassword() const = 0; // returns the password or NULL if none set
|
virtual const char * GetPassword() const = 0; // returns the password or NULL if none set
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user