Travis CI: API documentation update at 2014-10-06 08:06:00 UTC.
[ci package]
This commit is contained in:
Родитель
562f401ffa
Коммит
852eda6c50
|
@ -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&);
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 @@
|
|||
0.0.24
|
||||
0.0.25
|
||||
|
|
Загрузка…
Ссылка в новой задаче