From 70c7ec30b1c10bc4502a14e45555fff7a310fca4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 1 May 2011 09:24:19 +0000 Subject: (svn r22396) -Document: some AI doxygen stuff --- src/ai/api/ai_object.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_object.hpp') diff --git a/src/ai/api/ai_object.hpp b/src/ai/api/ai_object.hpp index 06d0f9edb..e928bef23 100644 --- a/src/ai/api/ai_object.hpp +++ b/src/ai/api/ai_object.hpp @@ -148,6 +148,7 @@ protected: * from CanSuspend() if the reason we are not allowed * to execute a DoCommand is in squirrel and not the API. * In that case use this function to restore the previous value. + * @return True iff DoCommands are allowed in the current scope. */ static bool GetAllowDoCommand(); -- cgit v1.2.3-54-g00ecf