Prechádzať zdrojové kódy

Travis CI: API documentation update at 2014-02-22 20:32:27 UTC.
[ci skip]

urho3d-travis-ci 11 rokov pred
rodič
commit
ce234504f0
3 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -4706,6 +4706,7 @@ Array<PackageFile> packageFiles;
 int refs;
 int refs;
 /* readonly */
 /* readonly */
 Array<String> resourceDirs;
 Array<String> resourceDirs;
+bool returnFailedResources;
 /* readonly */
 /* readonly */
 bool seachPackagesFirst;
 bool seachPackagesFirst;
 /* writeonly */
 /* writeonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -3147,6 +3147,7 @@ Methods:
 - void SetMemoryBudget(ShortStringHash type, unsigned budget)
 - void SetMemoryBudget(ShortStringHash type, unsigned budget)
 - void SetMemoryBudget(const String type, unsigned budget)
 - void SetMemoryBudget(const String type, unsigned budget)
 - void SetAutoReloadResources(bool enable)
 - void SetAutoReloadResources(bool enable)
+- void SetReturnFailedResources(bool enable)
 - void SetSearchPackagesFirst(bool value)
 - void SetSearchPackagesFirst(bool value)
 - File* GetFile(const String name)
 - File* GetFile(const String name)
 - Resource* GetResource(const String type, const String name, bool SendEventOnFailure = true)
 - Resource* GetResource(const String type, const String name, bool SendEventOnFailure = true)
@@ -3156,6 +3157,7 @@ Methods:
 - unsigned GetTotalMemoryUse() const
 - unsigned GetTotalMemoryUse() const
 - String GetResourceFileName(const String name) const
 - String GetResourceFileName(const String name) const
 - bool GetAutoReloadResources() const
 - bool GetAutoReloadResources() const
+- bool GetReturnFailedResources() const
 - bool GetSearchPackagesFirst() const
 - bool GetSearchPackagesFirst() const
 - String GetPreferredResourceDir(const String path) const
 - String GetPreferredResourceDir(const String path) const
 - String SanitateResourceName(const String name) const
 - String SanitateResourceName(const String name) const
@@ -3165,6 +3167,7 @@ Properties:
 
 
 - unsigned totalMemoryUse (readonly)
 - unsigned totalMemoryUse (readonly)
 - bool autoReloadResources (readonly)
 - bool autoReloadResources (readonly)
+- bool returnFailedResources (readonly)
 - bool searchPackagesFirst (readonly)
 - bool searchPackagesFirst (readonly)
 
 
 ### ResourceRef
 ### ResourceRef

+ 1 - 0
Docs/ScriptAPI.dox

@@ -3960,6 +3960,7 @@ Properties:
 - PackageFile@[]@ packageFiles // readonly
 - PackageFile@[]@ packageFiles // readonly
 - int refs // readonly
 - int refs // readonly
 - String[]@ resourceDirs // readonly
 - String[]@ resourceDirs // readonly
+- bool returnFailedResources
 - bool seachPackagesFirst // readonly
 - bool seachPackagesFirst // readonly
 - bool searchPackagesFirst // writeonly
 - bool searchPackagesFirst // writeonly
 - uint totalMemoryUse // readonly
 - uint totalMemoryUse // readonly