CBaseFlex: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
'''Purpose:''' Contains and manages data for prop flex controllers.  
'''Purpose:''' Contains and manages data for a model's flex controllers.  


{{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!}}
{{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 20:45, 22 May 2006

Purpose: Contains and manages data for a model's flex controllers.

Warning.pngWarning: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!