mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 19:48:23 +00:00
Updated IServerGameDLL and IVEngineServer.
This commit is contained in:
parent
59baa09c72
commit
46fea20b2d
@ -459,6 +459,8 @@ public:
|
|||||||
virtual float GetLatencyForChoreoSounds() = 0;
|
virtual float GetLatencyForChoreoSounds() = 0;
|
||||||
|
|
||||||
virtual int GetClientCrossPlayPlatform( int client_index ) = 0;
|
virtual int GetClientCrossPlayPlatform( int client_index ) = 0;
|
||||||
|
|
||||||
|
virtual void EnsureInstanceBaseline(int) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define INTERFACEVERSION_SERVERGAMEDLL "ServerGameDLL005"
|
#define INTERFACEVERSION_SERVERGAMEDLL "ServerGameDLL005"
|
||||||
@ -585,7 +587,9 @@ public:
|
|||||||
|
|
||||||
virtual bool ShouldAllowDirectConnect() = 0;
|
virtual bool ShouldAllowDirectConnect() = 0;
|
||||||
virtual bool FriendsReqdForDirectConnect() = 0;
|
virtual bool FriendsReqdForDirectConnect() = 0;
|
||||||
|
virtual bool IsLoadTestServer() = 0;
|
||||||
|
virtual bool IsValveDS() = 0;
|
||||||
|
virtual KeyValues *GetExtendedServerInfoForNewClient() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user