From 22637f139fa73dc526982fdbe3ba79d8bfef438a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Mar 2012 16:54:12 +0000 Subject: (svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs --- src/script/api/script_list.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/script/api/script_list.hpp') diff --git a/src/script/api/script_list.hpp b/src/script/api/script_list.hpp index 4e3d357d2..879928287 100644 --- a/src/script/api/script_list.hpp +++ b/src/script/api/script_list.hpp @@ -44,9 +44,9 @@ private: int modifications; ///< Number of modification that has been done. To prevent changing data while valuating. public: - typedef std::set AIItemList; ///< The list of items inside the bucket - typedef std::map ScriptListBucket; ///< The bucket list per value - typedef std::map ScriptListMap; ///< List per item + typedef std::set ScriptItemList; ///< The list of items inside the bucket + typedef std::map ScriptListBucket; ///< The bucket list per value + typedef std::map ScriptListMap; ///< List per item ScriptListMap items; ///< The items in the list ScriptListBucket buckets; ///< The items in the list, sorted by value -- cgit v1.2.3-54-g00ecf