|
@@ -6762,6 +6762,8 @@ Methods:
|
|
|
- void AddChild(Node@, uint = M_MAX_UNSIGNED)
|
|
- void AddChild(Node@, uint = M_MAX_UNSIGNED)
|
|
|
- void ApplyAttributes()
|
|
- void ApplyAttributes()
|
|
|
- Node@ Clone(CreateMode = REPLICATED)
|
|
- Node@ Clone(CreateMode = REPLICATED)
|
|
|
|
|
+- Component@ CloneComponent(Component@, CreateMode, uint = 0)
|
|
|
|
|
+- Component@ CloneComponent(Component@, uint = 0)
|
|
|
- Node@ CreateChild(const String& = String ( ), CreateMode = REPLICATED, uint = 0)
|
|
- Node@ CreateChild(const String& = String ( ), CreateMode = REPLICATED, uint = 0)
|
|
|
- Component@ CreateComponent(const String&, CreateMode = REPLICATED, uint = 0)
|
|
- Component@ CreateComponent(const String&, CreateMode = REPLICATED, uint = 0)
|
|
|
- ScriptObject@ CreateScriptObject(ScriptFile@, const String&, CreateMode = REPLICATED)
|
|
- ScriptObject@ CreateScriptObject(ScriptFile@, const String&, CreateMode = REPLICATED)
|
|
@@ -7969,6 +7971,8 @@ Methods:
|
|
|
- void ApplyAttributes()
|
|
- void ApplyAttributes()
|
|
|
- void Clear(bool = true, bool = true)
|
|
- void Clear(bool = true, bool = true)
|
|
|
- void ClearRequiredPackageFiles()
|
|
- void ClearRequiredPackageFiles()
|
|
|
|
|
+- Component@ CloneComponent(Component@, CreateMode, uint = 0)
|
|
|
|
|
+- Component@ CloneComponent(Component@, uint = 0)
|
|
|
- Node@ CreateChild(const String& = String ( ), CreateMode = REPLICATED, uint = 0)
|
|
- Node@ CreateChild(const String& = String ( ), CreateMode = REPLICATED, uint = 0)
|
|
|
- Component@ CreateComponent(const String&, CreateMode = REPLICATED, uint = 0)
|
|
- Component@ CreateComponent(const String&, CreateMode = REPLICATED, uint = 0)
|
|
|
- ScriptObject@ CreateScriptObject(ScriptFile@, const String&, CreateMode = REPLICATED)
|
|
- ScriptObject@ CreateScriptObject(ScriptFile@, const String&, CreateMode = REPLICATED)
|