Procházet zdrojové kódy

Travis CI: API documentation update at 2015-01-16 14:45:01 UTC.
[ci package]

urho3d-travis-ci před 11 roky
rodič
revize
686a6277c9
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 2 0
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -4404,6 +4404,7 @@ Methods:
 - Resource* GetResource(const String type, const String name, bool sendEventOnFailure = true)
 - bool BackgroundLoadResource(const String type, const String name, bool sendEventOnFailure = true)
 - unsigned GetNumBackgroundLoadResources() const
+- const Vector<String>& GetResourceDirs() const
 - bool Exists(const String name) const
 - unsigned GetMemoryBudget(StringHash type) const
 - unsigned GetMemoryUse(StringHash type) const
@@ -4424,6 +4425,7 @@ Properties:
 - bool returnFailedResources
 - bool searchPackagesFirst
 - unsigned numBackgroundLoadResources (readonly)
+- Vector<String>& resourceDirs (readonly)
 - int finishBackgroundResourcesMs
 
 <a name="Class_ResourceRef"></a>

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.69
+0.0.70