Dmitriy 2012 年 9 月 16 日 上午 12:26
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?
最后由 Dmitriy 编辑于; 2012 年 9 月 16 日 上午 12:26