Browse Source

Travis CI: API documentation update at 2015-11-09 10:04:59 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/28acbf12b0e86690e5ff74c21c78c46637583c4b

Message: Update changelog.

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

+ 1 - 0
Docs/AngelScriptAPI.h

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

+ 3 - 0
Docs/LuaScriptAPI.dox

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

+ 2 - 0
Docs/ScriptAPI.dox

@@ -1300,6 +1300,7 @@ namespace Urho3D
 - %Draw %OffMeshConnections : bool
 - %Draw %NavAreas : bool
 - %Max %Obstacles : int
+- %Max %Layers : int
 - %Draw %Obstacles : bool
 
 ### Light
@@ -6341,6 +6342,7 @@ Properties:
 - bool enabledEffective // readonly
 - uint id // readonly
 - bool initialized // readonly
+- bool maxLayers
 - uint maxObstacles
 - Node@ node // readonly
 - uint numAttributes // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.170
+0.0.171