Browse Source

Travis CI: API documentation update at 2014-02-24 20:07:49 UTC.
[ci skip]

urho3d-travis-ci 11 years ago
parent
commit
062dfcf2fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Docs/LuaScriptAPI.dox

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -3302,6 +3302,8 @@ Methods:
 - Node* InstantiateXML(const String fileName, const Vector3& position, const Quaternion& rotation, CreateMode mode = REPLICATED)
 - bool LoadAsync(File* file)
 - bool LoadAsyncXML(File* file)
+- bool LoadAsync(const String fileName)
+- bool LoadAsyncXML(const String fileName)
 - void StopAsyncLoading()
 - void Clear(bool clearReplicated = true, bool clearLocal = true)
 - void SetUpdateEnabled(bool enable)