CBaseAnimating (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{CD|CBaseAnimating|goldsrc=[https://github.com/ValveSoftware/halflife/blob/master/dlls/cbase.cpp cbase.cpp]}}
{{CD|CBaseAnimating|goldsrc=[https://github.com/ValveSoftware/halflife/blob/master/dlls/cbase.cpp cbase.cpp]}}
{{stub}}
{{stub}}
'''<code>CBaseAnimating</code>''' is the C++ class from which most (but not all) entities with [[model]]s inherit, even if they don't actually move. Several brush entities, primarily those which inherit [[CBaseToggle (GoldSrc)|CBaseToggle]], also inherit CBaseAnimating.

Latest revision as of 10:20, 20 March 2025

C++ Class hierarchy
CBaseAnimating
CBaseDelay
CBaseEntity
C++ cbase.cpp

Stub

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

CBaseAnimating is the C++ class from which most (but not all) entities with models inherit, even if they don't actually move. Several brush entities, primarily those which inherit CBaseToggle, also inherit CBaseAnimating.