1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Update IVEngineServer.

This commit is contained in:
Nicholas Hastings 2015-05-06 15:46:51 -04:00
parent 95f7619afc
commit d88a6239ca

View File

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