CBaseAnimating: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with ''''<code>CBaseAnimating</code>''' is the C++ class from which all entities with models inherit, even if they don't actually move. {{todo|Functions performed.}} [[Category:C…')
 
No edit summary
Line 1: Line 1:
{{stub}}
'''<code>CBaseAnimating</code>''' is the C++ class from which all entities with [[model]]s inherit, even if they don't actually move.
'''<code>CBaseAnimating</code>''' is the C++ class from which all entities with [[model]]s inherit, even if they don't actually move.


{{todo|Functions performed.}}
{{todo|Functions performed.}}


[[Category:Classes]]
[[Category:Classes|B]]

Revision as of 10:29, 3 September 2009

Stub

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

CBaseAnimating is the C++ class from which all entities with models inherit, even if they don't actually move.

Todo: Functions performed.