Browse Source

Travis CI: API documentation update at 2014-08-23 13:06:49 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
3fcb89e176
4 changed files with 15 additions and 5 deletions
  1. 5 1
      Docs/AngelScriptAPI.h
  2. 6 2
      Docs/LuaScriptAPI.dox
  3. 3 1
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Engine/.soversion

+ 5 - 1
Docs/AngelScriptAPI.h

@@ -10257,8 +10257,12 @@ const Vector2& GetPoint(uint) const;
 
 
 // Properties:
 // Properties:
 /* readonly */
 /* readonly */
+String name;
+/* readonly */
 uint numPoints;
 uint numPoints;
 /* readonly */
 /* readonly */
+TileObjectType2D objectType;
+/* readonly */
 Vector2 position;
 Vector2 position;
 /* readonly */
 /* readonly */
 int refs;
 int refs;
@@ -10269,7 +10273,7 @@ int tileGid;
 /* readonly */
 /* readonly */
 Sprite2D tileSprite;
 Sprite2D tileSprite;
 /* readonly */
 /* readonly */
-TileObjectType2D type;
+String type;
 /* readonly */
 /* readonly */
 int weakRefs;
 int weakRefs;
 };
 };

+ 6 - 2
Docs/LuaScriptAPI.dox

@@ -5595,7 +5595,9 @@ Properties:
 
 
 Methods:
 Methods:
 
 
-- TileObjectType2D GetType() const
+- TileObjectType2D GetObjectType() const
+- const String GetName() const
+- const String GetType() const
 - const Vector2& GetPosition() const
 - const Vector2& GetPosition() const
 - const Vector2& GetSize() const
 - const Vector2& GetSize() const
 - unsigned GetNumPoints() const
 - unsigned GetNumPoints() const
@@ -5607,7 +5609,9 @@ Methods:
 
 
 Properties:
 Properties:
 
 
-- TileObjectType2D type (readonly)
+- TileObjectType2D objectType (readonly)
+- String name (readonly)
+- String type (readonly)
 - Vector2 position (readonly)
 - Vector2 position (readonly)
 - Vector2 size (readonly)
 - Vector2 size (readonly)
 - unsigned numPoints (readonly)
 - unsigned numPoints (readonly)

+ 3 - 1
Docs/ScriptAPI.dox

@@ -11019,13 +11019,15 @@ Methods:
 
 
 Properties:
 Properties:
 
 
+- String name // readonly
 - uint numPoints // readonly
 - uint numPoints // readonly
+- TileObjectType2D objectType // readonly
 - Vector2 position // readonly
 - Vector2 position // readonly
 - int refs // readonly
 - int refs // readonly
 - Vector2 size // readonly
 - Vector2 size // readonly
 - int tileGid // readonly
 - int tileGid // readonly
 - Sprite2D@ tileSprite // readonly
 - Sprite2D@ tileSprite // readonly
-- TileObjectType2D type // readonly
+- String type // readonly
 - int weakRefs // readonly
 - int weakRefs // readonly
 
 
 <a name="Class_Time"></a>
 <a name="Class_Time"></a>

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.7
+0.0.8