Tier1

From Valve Developer Community
Revision as of 13:35, 20 March 2009 by TomEdwards (talk | contribs) (EASTL!)
Jump to navigation Jump to search

Tier1 contains Valve's version of the Standard Template Library. It also provides various other Source-specific features, most notably console commands and variables.

Note.pngNote:AAA game engines rarely use STL for performance reasons. More details here.

Tier1's source is included in the SDK at root\tier1\, but the compiled library shipped with the engine lives outside the game directory and as such cannot be overridden by mods. It is perfectly possible to copy parts of the Tier1 source over to your mod's own codebase, however.

Components

This list does not include "variations on a theme". Open Tier1's project and inspect its contents for yourself if you want a complete run-down.

General

CUtl