IGameSystem Derived Systems

From Valve Developer Community
Revision as of 23:40, 17 September 2025 by BetweenReality (talk | contribs) (→‎CAutoGameSystem: Add CPlayerVoiceListener)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There are a couple of sub implementations of IGameSystem that have slightly modified functionality. Some are simplified, and others are called per frame. This list divides classes up by the most derived version of IGameSystem it inherits from.

IGameSystem

Effects:

CBaseGameSystem

CAutoGameSystem

IGameSystemPerFrame

CBaseGameSystemPerFrame

CAutoGameSystemPerFrame