diff options
| author | Pedro J. Estébanez | 2017-11-19 13:05:18 +0100 |
|---|---|---|
| committer | Pedro J. Estébanez | 2017-11-19 15:07:05 +0100 |
| commit | 803b3934d6f85b71c60f2338a77ab5c5393cf422 (patch) | |
| tree | e0bbb8c126f1500ad98eef24e5710c0232f7b2b8 /scene/main/node.h | |
| parent | 0aa4765904b0aea28ccf485b2428b027a5960df4 (diff) | |
| download | godot-803b3934d6f85b71c60f2338a77ab5c5393cf422.tar.gz godot-803b3934d6f85b71c60f2338a77ab5c5393cf422.tar.zst godot-803b3934d6f85b71c60f2338a77ab5c5393cf422.zip | |
Diffstat (limited to 'scene/main/node.h')
| -rw-r--r-- | scene/main/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index e8901f7b6..c43e96063 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -169,6 +169,7 @@ private: void _duplicate_signals(const Node *p_original, Node *p_copy) const; void _duplicate_and_reown(Node *p_new_parent, const Map<Node *, Node *> &p_reown_map) const; + Node *_duplicate(int p_flags) const; Array _get_children() const; Array _get_groups() const; |
