mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 11:08:23 +00:00
Update IGameSystem (#247)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
This commit is contained in:
parent
6582eb8f46
commit
92fab12a80
@ -277,6 +277,7 @@ public:
|
||||
GS_EVENT_IMPL( ClientGamePostSimulate );
|
||||
|
||||
virtual void unk_1281( const void *const msg ) = 0;
|
||||
virtual void unk_1282( const void *const msg ) = 0;
|
||||
|
||||
GS_EVENT_IMPL( GameFrameBoundary );
|
||||
GS_EVENT_IMPL( OutOfGameFrameBoundary );
|
||||
@ -289,6 +290,7 @@ public:
|
||||
virtual void unk_1287( const void *const msg ) = 0;
|
||||
virtual void unk_1288( const void *const msg ) = 0;
|
||||
virtual void unk_1289( const void *const msg ) = 0;
|
||||
virtual void unk_1290( const void *const msg ) = 0;
|
||||
|
||||
virtual const char* GetName() = 0;
|
||||
virtual void SetGameSystemGlobalPtrs(void* pValue) = 0;
|
||||
@ -366,6 +368,7 @@ public:
|
||||
GS_EVENT( ClientGamePostSimulate ) {}
|
||||
|
||||
virtual void unk_1281( const void *const msg ) {}
|
||||
virtual void unk_1282( const void *const msg ) {}
|
||||
|
||||
GS_EVENT( GameFrameBoundary ) {}
|
||||
GS_EVENT( OutOfGameFrameBoundary ) {}
|
||||
@ -378,6 +381,7 @@ public:
|
||||
virtual void unk_1287( const void *const msg ) {}
|
||||
virtual void unk_1288( const void *const msg ) {}
|
||||
virtual void unk_1289( const void *const msg ) {}
|
||||
virtual void unk_1290( const void *const msg ) {}
|
||||
|
||||
virtual const char* GetName() { return m_pName; }
|
||||
virtual void SetGameSystemGlobalPtrs(void* pValue) {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user