summaryrefslogtreecommitdiff
path: root/src/script/api/script_news.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_news.hpp')
-rw-r--r--src/script/api/script_news.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/script/api/script_news.hpp b/src/script/api/script_news.hpp
index 0867b91fe..8defa3a85 100644
--- a/src/script/api/script_news.hpp
+++ b/src/script/api/script_news.hpp
@@ -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.
};