Browse Source

Travis CI: API documentation update at 2015-11-26 08:00:16 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/29e62526eb5492ed1385e8b17c77e82ee94fefb8

Message: Added event for sound playback finished. Deprecate SoundSource::SetAutoRemove() and change samples + NinjaSnowWar to not use it. Fix network replication of SoundSource to work with repeated playback on the same source.

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

+ 8 - 0
Docs/ScriptAPI.dox

@@ -5,6 +5,13 @@ namespace Urho3D
 
 \page EventList Event list
 
+## %Audio events
+
+### SoundFinished
+- %Node : Node pointer
+- %SoundSource : SoundSource pointer
+- %Sound : Sound pointer
+
 ## %Core events
 
 ### BeginFrame
@@ -44,6 +51,7 @@ namespace Urho3D
 
 ### AnimationTrigger
 - %Node : Node pointer
+- %Animation : Animation pointer
 - %Name : String
 - %Time : Float
 - %Data : User-defined data type

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.172
+0.0.173