From 716b11eb47d18579ae3c9c9f040ae481508d12d7 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 23 Aug 2012 07:27:04 -0400 Subject: [PATCH] Updated IVEngineServer. --- public/eiface.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/eiface.h b/public/eiface.h index 35ee4a2f..ed42bc99 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -387,6 +387,13 @@ public: // Send a client command keyvalues // keyvalues are deleted inside the function virtual void ClientCommandKeyValues( edict_t *pEdict, KeyValues *pCommand ) = 0; + + virtual const CSteamID *GetClientSteamIDByPlayerIndex( int index ) = 0; + virtual int GetClusterCount() = 0; + virtual int GetAllClusterBounds( bbox_t *pBoxes, int maxboxes ) = ; + virtual edict_t *CreateFakeClientEx( const char *netname, bool bUnknown ) = 0; + virtual int GetServerVersion() const = 0; + virtual void *GetReplay() = 0; }; #define INTERFACEVERSION_SERVERGAMEDLL_VERSION_4 "ServerGameDLL004"