From b51625df5bd5c38acecc6fbbd9cd20a4b79aaff6 Mon Sep 17 00:00:00 2001 From: urho3d-travis-ci Date: Fri, 23 Jun 2017 06:45:43 +0000 Subject: [PATCH] Travis CI: API documentation update at 2017-06-23 06:45:43 UTC. [ci package] Commit: https://github.com/urho3d/Urho3D/commit/58277e36219ea772375e8b292400bd7c0584d49c Message: Add AS bindings for searching Node children by name. --- Docs/AngelScriptAPI.h | 8 ++++++++ Docs/ScriptAPI.dox | 4 ++++ Source/Urho3D/.soversion | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Docs/AngelScriptAPI.h b/Docs/AngelScriptAPI.h index e82e95a97..855306d16 100644 --- a/Docs/AngelScriptAPI.h +++ b/Docs/AngelScriptAPI.h @@ -7935,6 +7935,8 @@ Vector2 WorldToLocal2D(const Vector2&) const; void Yaw(float, TransformSpace = TS_LOCAL); // Properties: +/* readonly */ +Array allChildrenByName; bool animationEnabled; /* readonly */ Array attributeDefaults; @@ -7946,6 +7948,8 @@ String category; /* readonly */ Array children; /* readonly */ +Array childrenByName; +/* readonly */ Array components; Vector3 direction; bool enabled; @@ -10019,6 +10023,8 @@ Vector2 WorldToLocal2D(const Vector2&) const; void Yaw(float, TransformSpace = TS_LOCAL); // Properties: +/* readonly */ +Array allChildrenByName; bool animationEnabled; /* readonly */ LoadMode asyncLoadMode; @@ -10039,6 +10045,8 @@ uint checksum; /* readonly */ Array children; /* readonly */ +Array childrenByName; +/* readonly */ Array components; /* readonly */ DebugRenderer debugRenderer; diff --git a/Docs/ScriptAPI.dox b/Docs/ScriptAPI.dox index 8cc76b9ac..5023ed4d4 100644 --- a/Docs/ScriptAPI.dox +++ b/Docs/ScriptAPI.dox @@ -9646,12 +9646,14 @@ Methods: Properties: +- Node@[] allChildrenByName // readonly - bool animationEnabled - Variant[] attributeDefaults // readonly - AttributeInfo[] attributeInfos // readonly - Variant[] attributes - String category // readonly - Node@[] children // readonly +- Node@[] childrenByName // readonly - Component@[] components // readonly - Vector3 direction - bool enabled @@ -11456,6 +11458,7 @@ Methods: Properties: +- Node@[] allChildrenByName // readonly - bool animationEnabled - LoadMode asyncLoadMode // readonly - bool asyncLoading // readonly @@ -11467,6 +11470,7 @@ Properties: - String category // readonly - uint checksum // readonly - Node@[] children // readonly +- Node@[] childrenByName // readonly - Component@[] components // readonly - DebugRenderer@ debugRenderer // readonly - Vector3 direction diff --git a/Source/Urho3D/.soversion b/Source/Urho3D/.soversion index 8076b7dca..416eb55e2 100644 --- a/Source/Urho3D/.soversion +++ b/Source/Urho3D/.soversion @@ -1 +1 @@ -0.1.72 +0.1.73