1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00

Update IVEngineServer2 after 4/30/2024 update

This commit is contained in:
GAMMACASE 2024-05-01 02:16:42 +03:00
parent e8226b297c
commit 3fc8d0faf6

View File

@ -166,6 +166,9 @@ public:
virtual void unk005() = 0;
virtual void unk006() = 0;
virtual void SetFrameTimeAmnesty( const char *amnesty, int, float frametime ) = 0;
virtual const char *GetFrameTimeAmnesty( bool check_cvar ) = 0;
virtual void ShowFrameTimeReport( void *, bool ) = 0;
// Tell engine to change level ( "changelevel s1\n" or "changelevel2 s1 s2\n" )
virtual void ChangeLevel( const char *s1, const char *s2 ) = 0;