Class hierarchy

From Valve Developer Community
Revision as of 20:18, 17 March 2025 by Nescius (talk | contribs)
Jump to navigation Jump to search
Warning.pngRisk of Confusion:When entity name is listed it means that their c++ classname is a superclass of that category. For example Env wind shown under CD CBaseEntity doesn't mean env_wind's class is CBaseEntity, instead, it means that its c++ class, in this case CEnvWind, is superclass of CBaseEntity.