CHL1Item

From Valve Developer Community
Revision as of 13:28, 12 May 2025 by SirYodaJedi (talk | contribs) (Created page with "{{CD|CHL1Item}} {{code|CHL1Item}} is the C++ class from which all {{hls|2}} items inherit. {{note|In multiplayer mode ({{cmd|deathmatch|1}}), items always have {{codelink|EF_NOSHADOW}}, disabling render-to-texture shadows.}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
C++ Class hierarchy
CHL1Item
CItem
CBaseAnimating
CBaseEntity

CHL1Item is the C++ class from which all Half-Life: Source Half-Life: Source items inherit.

Note.pngNote:In multiplayer mode (deathmatch 1), items always have EF_NOSHADOW, disabling render-to-texture shadows.