mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update IVEngineServer2.
This commit is contained in:
@ -180,6 +180,8 @@ public:
|
|||||||
abstract_class IVEngineServer2 : public ISource2Engine
|
abstract_class IVEngineServer2 : public ISource2Engine
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual EUniverse GetSteamUniverse() const = 0;
|
||||||
|
|
||||||
// Tell engine to change level ( "changelevel s1\n" or "changelevel2 s1 s2\n" )
|
// Tell engine to change level ( "changelevel s1\n" or "changelevel2 s1 s2\n" )
|
||||||
virtual void ChangeLevel( const char *s1, const char *s2 ) = 0;
|
virtual void ChangeLevel( const char *s1, const char *s2 ) = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user