mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #107868 from lawnjelly/quick_ancestry4
Provide quick access to `Object` ancestry
This commit is contained in:
commit
149a4b4ca1
18 changed files with 86 additions and 9 deletions
|
|
@ -4041,6 +4041,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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue