1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Update IVEngineServer2.

This commit is contained in:
Nicholas Hastings
2018-06-16 13:35:29 -04:00
parent 2d1a9237d8
commit 0deba1c5d3

View File

@ -180,6 +180,8 @@ public:
abstract_class IVEngineServer2 : public ISource2Engine
{
public:
virtual EUniverse GetSteamUniverse() const = 0;
// Tell engine to change level ( "changelevel s1\n" or "changelevel2 s1 s2\n" )
virtual void ChangeLevel( const char *s1, const char *s2 ) = 0;