Browse Source

Travis CI: API documentation update at 2014-10-06 08:06:00 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
852eda6c50
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/Engine/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -7120,6 +7120,7 @@ void ReleaseResources(StringHash, bool = false);
 void ReleaseResources(const String&, bool = false);
 void ReleaseResources(const String&, const String&, bool = false);
 bool ReloadResource(Resource);
+void ReloadResourceWithDependencies(const String&);
 void RemovePackageFile(PackageFile, bool = true, bool = false);
 void RemovePackageFile(const String&, bool = true, bool = false);
 void RemoveResourceDir(const String&);

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -4320,6 +4320,7 @@ Methods:
 
 - void ReleaseAllResources(bool force = false)
 - bool ReloadResource(Resource* resource)
+- void ReloadResourceWithDependencies(const String fileName)
 - void SetMemoryBudget(StringHash type, unsigned budget)
 - void SetMemoryBudget(const String type, unsigned budget)
 - void SetAutoReloadResources(bool enable)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -8336,6 +8336,7 @@ Methods:
 - void ReleaseResources(const String&, bool = false)
 - void ReleaseResources(const String&, const String&, bool = false)
 - bool ReloadResource(Resource@)
+- void ReloadResourceWithDependencies(const String&)
 - void RemovePackageFile(PackageFile@, bool = true, bool = false)
 - void RemovePackageFile(const String&, bool = true, bool = false)
 - void RemoveResourceDir(const String&)

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.24
+0.0.25