Class hierarchy: Difference between revisions
Jump to navigation
Jump to search
Risk of Confusion:When entity name is listed it means that their c++ classname is a subclass of that category. For example
Note:The category tree below grows automatically by {{CD}} template being added to entity pages
No edit summary |
CHILLMODEA (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
{{Note|The category tree below grows automatically by {{T|CD}} template being added to entity pages}} | {{Note|The category tree below grows automatically by {{T|CD}} template being added to entity pages}} | ||
<categorytree mode="all">CD CBaseEntity</categorytree> | <categorytree mode="all">CD CBaseEntity</categorytree> | ||
[[Category:Programming]] | |||
Latest revision as of 19:04, 10 June 2025
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 subclass of CBaseEntity.