Browse Source

Travis CI: API documentation update at 2014-04-11 05:58:52 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
1cec91b50a
3 changed files with 7 additions and 3 deletions
  1. 2 1
      Docs/AngelScriptAPI.h
  2. 3 1
      Docs/LuaScriptAPI.dox
  3. 2 1
      Docs/ScriptAPI.dox

+ 2 - 1
Docs/AngelScriptAPI.h

@@ -3970,7 +3970,7 @@ uint GetLastModifiedTime(const String&) const;
 bool Rename(const String&, const String&);
 Array<String> ScanDir(const String&, const String&, uint, bool) const;
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
-int SystemCommand(const String&);
+int SystemCommand(const String&, bool = false);
 uint SystemCommandAsync(const String&);
 bool SystemOpen(const String&, const String&);
 int SystemRun(const String&, Array<String>);
@@ -3982,6 +3982,7 @@ ShortStringHash baseType;
 /* readonly */
 String category;
 String currentDir;
+bool executeConsoleCommands;
 /* readonly */
 String programDir;
 /* readonly */

+ 3 - 1
Docs/LuaScriptAPI.dox

@@ -1806,7 +1806,8 @@ Methods:
 
 - bool SetCurrentDir(const String pathName)
 - bool CreateDir(const String pathName)
-- int SystemCommand(const String commandLine)
+- void SetExecuteConsoleCommands(bool enable)
+- int SystemCommand(const String commandLine, bool redirectStdOutToLog = false)
 - int SystemRun(const String fileName, const Vector<String>& arguments)
 - unsigned SystemCommandAsync(const String commandLine)
 - unsigned SystemRunAsync(const String fileName, const Vector<String>& arguments)
@@ -1816,6 +1817,7 @@ Methods:
 - bool Delete(const String fileName)
 - void RegisterPath(const String pathName)
 - String GetCurrentDir() const
+- bool GetExecuteConsoleCommands() const
 - bool HasRegisteredPaths() const
 - bool CheckAccess(const String pathName) const
 - unsigned GetLastModifiedTime(const String fileName) const

+ 2 - 1
Docs/ScriptAPI.dox

@@ -3345,7 +3345,7 @@ Methods:
 - bool Rename(const String&, const String&)
 - String[]@ ScanDir(const String&, const String&, uint, bool) const
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
-- int SystemCommand(const String&)
+- int SystemCommand(const String&, bool = false)
 - uint SystemCommandAsync(const String&)
 - bool SystemOpen(const String&, const String&)
 - int SystemRun(const String&, String[]@)
@@ -3356,6 +3356,7 @@ Properties:
 - ShortStringHash baseType // readonly
 - String category // readonly
 - String currentDir
+- bool executeConsoleCommands
 - String programDir // readonly
 - int refs // readonly
 - ShortStringHash type // readonly