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 prop 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 17:21, 21 May 2006

Purpose: Contains and manages data for prop 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!