Browse Source

Travis CI: API documentation update at 2016-06-23 12:02:08 UTC.
[ci package]

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

Message: Add events for node/component being cloned. These are sent by their owning scene after the cloning process (along with all attributes set) is complete.

urho3d-travis-ci 9 years ago
parent
commit
c88891fa6f
2 changed files with 11 additions and 1 deletions
  1. 10 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 10 - 0
Docs/ScriptAPI.dox

@@ -574,6 +574,16 @@ namespace Urho3D
 ### TemporaryChanged
 - %Serializable : Serializable pointer
 
+### NodeCloned
+- %Scene : Scene pointer
+- %Node : Node pointer
+- %CloneNode : Node pointer
+
+### ComponentCloned
+- %Scene : Scene pointer
+- %Component : Component pointer
+- %CloneComponent : Component pointer
+
 ### InterceptNetworkUpdate
 - %Serializable : Serializable pointer
 - %TimeStamp : unsigned (0-255)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.237
+0.0.238