find_node 
find_parent
get_child
get_node
get_parent 
get_tree
get_viewport 

Node find_node(mask: String, recursive: bool = true, owned: bool = true) const
Node find_parent(mask: String) const
Node get_child(idx: int) const
int get_child_count() const
Array get_children() const
int get_network_master() const
Node get_node(path: NodePath) const
Node get_parent() const
SceneTree get_tree() const
Viewport get_viewport() const

+ Recent posts