CBaseAnimating: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) (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…') |
TomEdwards (talk | contribs) 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
CBaseAnimating
is the C++ class from which all entities with models inherit, even if they don't actually move.
Todo: Functions performed.