IGameSystem Derived Systems

From Valve Developer Community
Revision as of 21:02, 13 February 2009 by ChrysalisX (talk | contribs) (New page: 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 ...)
(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