CBaseAnimating (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{tabs|CBaseAnimating|goldsrc=1|source=1|main=source}} {{CD|CBaseAnimating|goldsrc=[https://github.com/ValveSoftware/halflife/blob/master/dlls/cbase.cpp cbase.cpp]}}") |
SirYodaJedi (talk | contribs) No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{tabs|CBaseAnimating|goldsrc=1|source=1|main=source}} | {{tabs|CBaseAnimating|goldsrc=1|source=1|main=source}} | ||
{{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}} | |||
'''<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
![]() |
---|
CBaseAnimating |
![]() |
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.