Browse Source

Travis CI: API documentation update at 2014-03-10 07:49:26 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
af6c1c49df
3 changed files with 5 additions and 9 deletions
  1. 2 4
      Docs/AngelScriptAPI.h
  2. 1 1
      Docs/LuaScriptAPI.dox
  3. 2 4
      Docs/ScriptAPI.dox

+ 2 - 4
Docs/AngelScriptAPI.h

@@ -4011,8 +4011,7 @@ int weakRefs;
 class Node
 {
 // Methods:
-void AddChild(Node);
-void AddChild(Node, uint);
+void AddChild(Node, uint = M_MAX_UNSIGNED);
 void ApplyAttributes();
 Node Clone(CreateMode = REPLICATED);
 Node CreateChild(const String& = String ( ), CreateMode = REPLICATED, uint = 0);
@@ -5127,8 +5126,7 @@ int weakRefs;
 class Scene
 {
 // Methods:
-void AddChild(Node);
-void AddChild(Node, uint);
+void AddChild(Node, uint = M_MAX_UNSIGNED);
 void AddRequiredPackageFile(PackageFile);
 void ApplyAttributes();
 void Clear(bool = true, bool = true);

+ 1 - 1
Docs/LuaScriptAPI.dox

@@ -2380,7 +2380,7 @@ Methods:
 - void SetOwner(Connection* owner)
 - void MarkDirty()
 - Node* CreateChild(const String name = String::EMPTY, CreateMode mode = REPLICATED, unsigned id = 0)
-- void AddChild(Node* node)
+- void AddChild(Node* node, unsigned index = M_MAX_UNSIGNED)
 - void RemoveChild(Node* node)
 - void RemoveAllChildren()
 - void RemoveChildren(bool removeReplicated, bool removeLocal, bool recursive)

+ 2 - 4
Docs/ScriptAPI.dox

@@ -3354,8 +3354,7 @@ Properties:
 
 Methods:
 
-- void AddChild(Node@)
-- void AddChild(Node@, uint)
+- void AddChild(Node@, uint = M_MAX_UNSIGNED)
 - void ApplyAttributes()
 - Node@ Clone(CreateMode = REPLICATED)
 - Node@ CreateChild(const String& = String ( ), CreateMode = REPLICATED, uint = 0)
@@ -4310,8 +4309,7 @@ Properties:
 
 Methods:
 
-- void AddChild(Node@)
-- void AddChild(Node@, uint)
+- void AddChild(Node@, uint = M_MAX_UNSIGNED)
 - void AddRequiredPackageFile(PackageFile@)
 - void ApplyAttributes()
 - void Clear(bool = true, bool = true)