Browse Source

Travis CI: API documentation update at 2015-05-21 14:08:22 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/b274be399721141480ab3860c8e9de7005c7a5f2

Message: Added Get/SetMaxObstacles() to DynamicNavigationMesh

urho3d-travis-ci 10 years ago
parent
commit
e78d91d00e
4 changed files with 6 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -4232,6 +4232,7 @@ bool enabledEffective;
 uint id;
 uint id;
 /* readonly */
 /* readonly */
 bool initialized;
 bool initialized;
+uint maxObstacles;
 /* readonly */
 /* readonly */
 Node node;
 Node node;
 /* readonly */
 /* readonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -1976,11 +1976,14 @@ Properties:
 Methods:
 Methods:
 
 
 - void SetDrawObstacles(bool enable)
 - void SetDrawObstacles(bool enable)
+- void SetMaxObstacles(unsigned maxObstacles)
 - bool GetDrawObstacles() const
 - bool GetDrawObstacles() const
+- unsigned GetMaxObstacles() const
 
 
 Properties:
 Properties:
 
 
 - bool drawObstacles
 - bool drawObstacles
+- int maxObstacles
 
 
 <a name="Class_Engine"></a>
 <a name="Class_Engine"></a>
 ### Engine : Object
 ### Engine : Object

+ 1 - 0
Docs/ScriptAPI.dox

@@ -6002,6 +6002,7 @@ Properties:
 - bool enabledEffective // readonly
 - bool enabledEffective // readonly
 - uint id // readonly
 - uint id // readonly
 - bool initialized // readonly
 - bool initialized // readonly
+- uint maxObstacles
 - Node@ node // readonly
 - Node@ node // readonly
 - uint numAttributes // readonly
 - uint numAttributes // readonly
 - IntVector2 numTiles // readonly
 - IntVector2 numTiles // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.105
+0.0.106