Dmitriy 16 Sep, 2012 @ 12:26am
How do I edit managed UI code in Alien Swarm?
In Alien Swarm UI code I see such sections:

// == MANAGED_MEMBER_CREATION_START: Do not edit by hand == m_pHeaderFooter = new CNB_Header_Footer( this, "HeaderFooter" ); m_pLeaderLabel = new vgui::Label( this, "LeaderLabel", "" ); m_pReadyCheckImage = new vgui::ImagePanel( this, "ReadyCheckImage" ); // == MANAGED_MEMBER_CREATION_END ==

How do I change this code if not by hand? What app writes this code? And what does it use for input?
Last edited by Dmitriy; 16 Sep, 2012 @ 12:26am