Tier0: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (It has a DLL, so it must be dynamic.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Tier0 is a [[Source]] module that handles VCR mode, debugging, and memory management.
'''<code>Tier0</code>''' is an engine library that handles [[demo]]s ("VCR mode"), [[VProf]] and <code>[[CFastTimer]]</code>, debugging and memory management.
==See Also==
 
*[[Timers]]
Although Tier0 compiles to a dynamic library, only its headers are included in the SDK. Modification is not possible.
[[Category:Programming]][[Category:Glossary]]
 
[[Category:Engine Structure]]

Latest revision as of 03:29, 6 August 2013

Tier0 is an engine library that handles demos ("VCR mode"), VProf and CFastTimer, debugging and memory management.

Although Tier0 compiles to a dynamic library, only its headers are included in the SDK. Modification is not possible.