Add proper type to most public API uses of Array

This commit is contained in:
Juan Linietsky 2020-04-21 12:16:45 -03:00
parent 79f82bd742
commit f8ef38efed
26 changed files with 156 additions and 165 deletions

View file

@ -257,7 +257,7 @@ protected:
static void _bind_methods();
public:
Array get_selected_nodes();
TypedArray<Node> get_selected_nodes();
void add_node(Node *p_node);
void remove_node(Node *p_node);
bool is_selected(Node *) const;