CBaseFlex: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
'''Purpose:''' Contains and manages data for a model's flex controllers.  
'''Purpose:''' Contains and manages data for a model's flex controllers. Which is: the facial expressions of NPCs. The data is not sent for NPCs without faces (combine soldiers).


{{warning|It is not advised to leave this class as-is for Co-op mods, since each NPC takes up over 256 bytes of data to update. That amounts to 1 kb for 4 NPCs!}}
[[Category:Classes]]
[[Category:Classes]]

Revision as of 12:06, 7 August 2006

Purpose: Contains and manages data for a model's flex controllers. Which is: the facial expressions of NPCs. The data is not sent for NPCs without faces (combine soldiers).