Browse Source

Travis CI: API documentation update at 2016-10-07 07:57:13 UTC.
[ci package]

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

Message: Merge pull request #1632 from 1vanK/master

Add AnimationController::IsPlaying(layer) method

urho3d-travis-ci 9 years ago
parent
commit
763e99367d
4 changed files with 4 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -368,6 +368,7 @@ bool IsAtEnd(const String&) const;
 bool IsFadingIn(const String&) const;
 bool IsFadingIn(const String&) const;
 bool IsFadingOut(const String&) const;
 bool IsFadingOut(const String&) const;
 bool IsPlaying(const String&) const;
 bool IsPlaying(const String&) const;
+bool IsPlaying(uint8) const;
 bool Load(File, bool = false);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -395,6 +395,7 @@ Methods:
 - bool SetAutoFade(const String name, float fadeOutTime)
 - bool SetAutoFade(const String name, float fadeOutTime)
 - bool SetRemoveOnCompletion(const String name, bool removeOnCompletion)
 - bool SetRemoveOnCompletion(const String name, bool removeOnCompletion)
 - bool IsPlaying(const String name) const
 - bool IsPlaying(const String name) const
+- bool IsPlaying(char layer) const
 - bool IsFadingIn(const String name) const
 - bool IsFadingIn(const String name) const
 - bool IsFadingOut(const String name) const
 - bool IsFadingOut(const String name) const
 - bool IsAtEnd(const String name) const
 - bool IsAtEnd(const String name) const

+ 1 - 0
Docs/ScriptAPI.dox

@@ -3021,6 +3021,7 @@ Methods:
 - bool IsFadingIn(const String&) const
 - bool IsFadingIn(const String&) const
 - bool IsFadingOut(const String&) const
 - bool IsFadingOut(const String&) const
 - bool IsPlaying(const String&) const
 - bool IsPlaying(const String&) const
+- bool IsPlaying(uint8) const
 - bool Load(File@, bool = false)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.16
+0.1.17