Browse Source

Travis CI: API documentation update at 2017-03-30 14:09:06 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7bf75955d8a92f9617fad51d028eb5d1d7e2f7cd

Message: Minor code convention edit to avoid underscore in function name.

urho3d-travis-ci 8 years ago
parent
commit
f2c01b1c00
3 changed files with 5 additions and 1 deletions
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -8780,6 +8780,8 @@ String GetPreferredResourceDir(const String&) const;
 Resource GetResource(StringHash, const String&, bool = true);
 Resource GetResource(const String&, const String&, bool = true);
 String GetResourceFileName(const String&) const;
+Array<Resource> GetResources(StringHash);
+Array<Resource> GetResources(const String&);
 bool HasSubscribedToEvent(Object, const String&);
 bool HasSubscribedToEvent(const String&);
 void ReleaseAllResources(bool = false);

+ 2 - 0
Docs/ScriptAPI.dox

@@ -10568,6 +10568,8 @@ Methods:
 - Resource@ GetResource(StringHash, const String&, bool = true)
 - Resource@ GetResource(const String&, const String&, bool = true)
 - String GetResourceFileName(const String&) const
+- Resource@[]@ GetResources(StringHash)
+- Resource@[]@ GetResources(const String&)
 - bool HasSubscribedToEvent(Object@, const String&)
 - bool HasSubscribedToEvent(const String&)
 - void ReleaseAllResources(bool = false)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.54
+0.1.55