Subversion Repositories spk

Rev

Rev 52 | Rev 94 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 88
Line 102... Line 102...
102
	bool   IsLibrary ()	const		{ return (m_iPackageType == PACKAGETYPE_LIBRARY) ? true: false; }
102
	bool   IsLibrary ()	const		{ return (m_iPackageType == PACKAGETYPE_LIBRARY) ? true: false; }
103
	bool   IsAnotherMod() const		{ if ( (m_sOtherName.empty()) || (m_sOtherAuthor.empty()) ) return false; return true; }
103
	bool   IsAnotherMod() const		{ if ( (m_sOtherName.empty()) || (m_sOtherAuthor.empty()) ) return false; return true; }
104
	bool   IsForceProfile() const	{ return m_bForceProfile; }
104
	bool   IsForceProfile() const	{ return m_bForceProfile; }
105
	int		GetScriptType() const	{ return m_iScriptType; }
105
	int		GetScriptType() const	{ return m_iScriptType; }
106
	int		GetPackageType() const	{ return m_iPackageType; }
106
	int		GetPackageType() const	{ return m_iPackageType; }
-
 
107
 
-
 
108
	virtual bool readWares(int iLang, CLinkList<SWareEntry> &list, const Utils::String &empWares);
107
 
109
 
108
	// Custom Start
110
	// Custom Start
109
	Utils::String GetCustomStartName() const;
111
	Utils::String GetCustomStartName() const;
110
 
112
 
111
	// set functions
113
	// set functions