(svn r23615) -Add: more API functions exposed to NoGo (part 2)

This commit is contained in:
truebrain
2011-12-19 20:57:34 +00:00
parent 436cf09923
commit 9359c6fc47
49 changed files with 914 additions and 46 deletions

View File

@@ -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 {