Talk:VGUI PanelList: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
I believe this code has flaws. For example, yu need to set size of CUtlVector before using it...
I believe this code has flaws. For example, yu need to set size of CUtlVector before using it...
*No you dont have to do that, the point of a vector is to dynamic resize when you need it [[User:Lodle|Lodle]]

Latest revision as of 14:44, 7 June 2009

I believe this code has flaws. For example, yu need to set size of CUtlVector before using it...

  • No you dont have to do that, the point of a vector is to dynamic resize when you need it Lodle