summaryrefslogtreecommitdiff
path: root/src/script/api/script_vehiclelist.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:57:34 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:57:34 +0000
commit9359c6fc47f6fabddc399d044ea74dc6ebfdfb05 (patch)
tree0e29635b5f349432059dc99b36df10aac24981f8 /src/script/api/script_vehiclelist.hpp
parent436cf09923d881f3c11c8a4b6262c0a89ad1ee73 (diff)
downloadopenttd-9359c6fc47f6fabddc399d044ea74dc6ebfdfb05.tar.xz
(svn r23615) -Add: more API functions exposed to NoGo (part 2)
Diffstat (limited to 'src/script/api/script_vehiclelist.hpp')
-rw-r--r--src/script/api/script_vehiclelist.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/script/api/script_vehiclelist.hpp b/src/script/api/script_vehiclelist.hpp
index 9ede0ec48..7df3a2bb0 100644
--- a/src/script/api/script_vehiclelist.hpp
+++ b/src/script/api/script_vehiclelist.hpp
@@ -17,7 +17,7 @@
/**
* Creates a list of vehicles of which you are the owner.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptVehicleList : public ScriptList {
@@ -27,7 +27,7 @@ public:
/**
* Creates a list of vehicles that have orders to a given station.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptVehicleList_Station : public ScriptList {
@@ -45,7 +45,7 @@ public:
* aircraft having a depot order on a hangar of that airport will be
* returned. For all other vehicle types the tile has to be a depot or
* an empty list will be returned.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptVehicleList_Depot : public ScriptList {
@@ -58,7 +58,7 @@ public:
/**
* Creates a list of vehicles that share orders.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptVehicleList_SharedOrders : public ScriptList {