Browse Source

Travis CI: API documentation update at 2016-05-02 19:49:47 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/551521212d224c5346dabd1480af7f19674150a2

Message: Register HierarchyContainer into Lua bindings so that accessing a ListView's contentelement in hierarchy mode doesn't choke. Closes #1341.

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

+ 4 - 0
Docs/LuaScriptAPI.dox

@@ -91,6 +91,7 @@ namespace Urho3D
 <a href="#Class_Frustum"><b>Frustum</b></a>
 <a href="#Class_Geometry"><b>Geometry</b></a>
 <a href="#Class_Graphics"><b>Graphics</b></a>
+<a href="#Class_HierarchyContainer"><b>HierarchyContainer</b></a>
 <a href="#Class_HttpRequest"><b>HttpRequest</b></a>
 <a href="#Class_Image"><b>Image</b></a>
 <a href="#Class_IndexBuffer"><b>IndexBuffer</b></a>
@@ -2590,6 +2591,9 @@ Properties:
 - bool sRGBWriteSupport (readonly)
 - IntVector2 desktopResolution (readonly)
 
+<a name="Class_HierarchyContainer"></a>
+### HierarchyContainer : UIElement
+
 <a name="Class_HttpRequest"></a>
 ### HttpRequest : Deserializer
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.215
+0.0.216