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:
GAMMACASE
2025-07-31 20:25:54 +03:00
parent 663e563c4b
commit 96e4c6011f

View File

@ -185,6 +185,8 @@ public:
virtual const char *GetFrameTimeAmnesty( bool check_cvar ) = 0; virtual const char *GetFrameTimeAmnesty( bool check_cvar ) = 0;
virtual void ShowFrameTimeReport( void *, bool ) = 0; virtual void ShowFrameTimeReport( void *, bool ) = 0;
virtual void DumpNetStats( void *, void * ) = 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;