mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
Update IVEngineServer.
This commit is contained in:
parent
95f7619afc
commit
d88a6239ca
@ -421,6 +421,14 @@ public:
|
||||
|
||||
// Exposed for server plugin authors
|
||||
virtual IServer *GetIServer() = 0;
|
||||
|
||||
// This function currently appears to be unused
|
||||
virtual void ManageAddonsForActiveSession(bool,char const*,char const*) = 0;
|
||||
|
||||
virtual bool IsPlayerNameLocked(const edict_t *pPlayer) = 0;
|
||||
virtual bool CanPlayerChangeName(const edict_t *pPlayer) = 0;
|
||||
|
||||
virtual void *GetReplay() = 0;
|
||||
};
|
||||
|
||||
typedef IVEngineServer IVEngineServer021;
|
||||
|
Loading…
x
Reference in New Issue
Block a user