mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 11:38:22 +00:00
Update IVEngineServer2 after 4/30/2024 update
This commit is contained in:
parent
e8226b297c
commit
3fc8d0faf6
@ -166,6 +166,9 @@ public:
|
|||||||
virtual void unk005() = 0;
|
virtual void unk005() = 0;
|
||||||
virtual void unk006() = 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" )
|
// 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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user