mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add proper type to most public API uses of Array
This commit is contained in:
parent
79f82bd742
commit
f8ef38efed
26 changed files with 156 additions and 165 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue