From 3ada3b9cc5b63a593c2b2655aafedbcbdedcd041 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 21:03:17 +0000 Subject: (svn r23630) -Add: a Goal GUI to show your current goals --- src/script/api/script_types.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/script/api/script_types.hpp') diff --git a/src/script/api/script_types.hpp b/src/script/api/script_types.hpp index 1cce06571..2b763f4f5 100644 --- a/src/script/api/script_types.hpp +++ b/src/script/api/script_types.hpp @@ -32,6 +32,10 @@ * introduction, preview \ref dynamic_engines "(2)" * engines retires \ref dynamic_engines "(2)" * no \ref dynamic_engines "(2)" + * #GoalID goal + * creation + * deletion + * yes * #GroupID vehicle group * creation * deletion @@ -87,6 +91,7 @@ typedef uint BridgeType; ///< Internal name, not of any use for you. typedef byte CargoID; ///< The ID of a cargo. class CommandCost; ///< The cost of a command. typedef uint16 EngineID; ///< The ID of an engine. +typedef uint16 GoalID; ///< The ID of a goal. typedef uint16 GroupID; ///< The ID of a group. typedef uint16 IndustryID; ///< The ID of an industry. typedef uint8 IndustryType; ///< The ID of an industry-type. -- cgit v1.2.3-54-g00ecf