3 protected int m_ModIndex;
4 protected string m_ModPath;
5 protected string m_ModName;
6 protected string m_ModLogo;
7 protected string m_ModLogoSmall;
8 protected string m_ModLogoOver;
9 protected string m_ModActionURL;
10 protected string m_ModTooltip;
11 protected string m_ModOverview;
22 if(
GetGame().ConfigIsExisting( m_ModPath ) )
24 GetGame().ConfigGetText( m_ModPath +
" name", m_ModName );
25 GetGame().ConfigGetText( m_ModPath +
" picture", m_ModLogo );
26 GetGame().ConfigGetText( m_ModPath +
" logo", m_ModLogoSmall );
27 GetGame().ConfigGetText( m_ModPath +
" logoSmall", m_ModLogoOver );
28 GetGame().ConfigGetText( m_ModPath +
" logoOver", m_ModActionURL );
29 GetGame().ConfigGetText( m_ModPath +
" tooltip", m_ModTooltip );
30 GetGame().ConfigGetText( m_ModPath +
" overview", m_ModOverview );
44 string GetModLogoSmall()
49 string GetModLogoOver()
54 string GetModActionURL()
64 string GetModOverview()