(svn r24286) -Add: [GS] Some more GSNews::NewsItem::NewsTypes.

This commit is contained in:
frosch
2012-05-26 14:16:12 +00:00
parent 01100053ff
commit 5187c2b721
3 changed files with 13 additions and 3 deletions

View File

@@ -25,7 +25,12 @@ public:
* Enumeration for the news types that a script can create news for.
*/
enum NewsType {
/* Arbitrary selection of NewsTypes which might make sense for scripts */
NT_ACCIDENT = ::NT_ACCIDENT, ///< Category accidents.
NT_COMPANY_INFO = ::NT_COMPANY_INFO, ///< Category company info.
NT_ECONOMY = ::NT_ECONOMY, ///< Category economy.
NT_ADVICE = ::NT_ADVICE, ///< Category vehicle advice.
NT_ACCEPTANCE = ::NT_ACCEPTANCE, ///< Category acceptance changes.
NT_SUBSIDIES = ::NT_SUBSIDIES, ///< Category subsidies.
NT_GENERAL = ::NT_GENERAL, ///< Category general.
};