summaryrefslogtreecommitdiff
path: root/src/script/api/script_waypointlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_waypointlist.hpp')
-rw-r--r--src/script/api/script_waypointlist.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_waypointlist.hpp b/src/script/api/script_waypointlist.hpp
index 18afbb8c8..fde15c953 100644
--- a/src/script/api/script_waypointlist.hpp
+++ b/src/script/api/script_waypointlist.hpp
@@ -17,7 +17,7 @@
/**
* Creates a list of waypoints of which you are the owner.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptWaypointList : public ScriptList {
@@ -30,7 +30,7 @@ public:
/**
* Creates a list of waypoints which the vehicle has in its orders.
- * @api ai
+ * @api ai game
* @ingroup ScriptList
*/
class ScriptWaypointList_Vehicle : public ScriptList {