CBaseEntity (GoldSrc)

From Valve Developer Community
Revision as of 09:42, 29 April 2025 by SirYodaJedi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Source Engine ( serverside | clientside )
edit
C++ Class hierarchy
CBaseEntity defined in C++ cbase.cpp

Stub

This article or section is a stub. You can help by expanding it.

Note.pngNote:Spawnflag 2048 is hardcoded to never appear in deathmatch mode; this is handled engine-side, not in CBaseEntity, so it affects all entities, even if they don't inherit CBaseEntity. Therefore, avoid assigning this spawnflag to a different behavior if your mod supports multiplayer.