mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 20:46:03 +08:00
Update ISource2Server iface and ISource2GameClients iface string.
(No idea yet what changed in ISource2GameClients. With cursory look, all functions appear to still be there.)
This commit is contained in:
@ -398,7 +398,6 @@ public:
|
|||||||
|
|
||||||
virtual void ClearInstancedBaselineFromServerClasses( void ) = 0;
|
virtual void ClearInstancedBaselineFromServerClasses( void ) = 0;
|
||||||
|
|
||||||
virtual void GetLevelsFromSaveFile( const char *pszFileName, CUtlVector<CCreateGameServerLoadInfo> &out, bool ) = 0;
|
|
||||||
virtual void ClearSaveDirectory( void ) = 0;
|
virtual void ClearSaveDirectory( void ) = 0;
|
||||||
|
|
||||||
virtual void *GetEntityInfo() = 0;
|
virtual void *GetEntityInfo() = 0;
|
||||||
@ -552,7 +551,7 @@ public:
|
|||||||
virtual void GetConVarPrefixesToResetToDefaults( CUtlString &prefixes ) const = 0;
|
virtual void GetConVarPrefixesToResetToDefaults( CUtlString &prefixes ) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define INTERFACEVERSION_SERVERGAMECLIENTS "Source2GameClients001"
|
#define INTERFACEVERSION_SERVERGAMECLIENTS "Source2GameClients002"
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Purpose: Player / Client related functions
|
// Purpose: Player / Client related functions
|
||||||
|
Reference in New Issue
Block a user