Browse Source

Travis CI: API documentation update at 2016-07-29 21:13:52 UTC.
[ci package]

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

Message: Scene node and UI element reordering (within the same parent) by Ctrl-dragging. Closes #1088. Expose Node::SetID() in script, as it was necessary for this, though not recommended to be called.

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

+ 0 - 2
Docs/AngelScriptAPI.h

@@ -7273,7 +7273,6 @@ Vector3 direction;
 bool enabled;
 /* readonly */
 bool enabledSelf;
-/* readonly */
 uint id;
 String name;
 /* readonly */
@@ -9100,7 +9099,6 @@ Vector3 direction;
 float elapsedTime;
 /* readonly */
 String fileName;
-/* readonly */
 uint id;
 String name;
 /* readonly */

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -3994,6 +3994,7 @@ Methods:
 - bool HasTag(const String tag) const
 - const StringVector& GetTags() const
 - const PODVector<Node*>& GetChildrenWithTag(const String tag, bool recursive = false) const
+- void SetID(unsigned id)
 
 Properties:
 

+ 2 - 2
Docs/ScriptAPI.dox

@@ -8946,7 +8946,7 @@ Properties:
 - Vector3 direction
 - bool enabled
 - bool enabledSelf // readonly
-- uint id // readonly
+- uint id
 - String name
 - uint numAllChildren // readonly
 - uint numAttributes // readonly
@@ -10604,7 +10604,7 @@ Properties:
 - Vector3 direction
 - float elapsedTime
 - String fileName // readonly
-- uint id // readonly
+- uint id
 - String name
 - uint numAllChildren // readonly
 - uint numAttributes // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.243
+0.0.244