You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Provide quick access to Object ancestry
This commit is contained in:
@@ -4031,6 +4031,8 @@ String Node::_get_name_num_separator() {
|
||||
}
|
||||
|
||||
Node::Node() {
|
||||
_define_ancestry(AncestralClass::NODE);
|
||||
|
||||
orphan_node_count++;
|
||||
|
||||
// Default member initializer for bitfield is a C++20 extension, so:
|
||||
|
||||
Reference in New Issue
Block a user