1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #37020 from aaronfranke/range

Allow using integer vectors for iteration and make range() use them
This commit is contained in:
Rémi Verschelde
2020-05-10 13:11:07 +02:00
committed by GitHub
3 changed files with 105 additions and 49 deletions

View File

@@ -684,7 +684,7 @@ public:
BlockNode *get_completion_block();
FunctionNode *get_completion_function();
int get_completion_argument_index();
int get_completion_identifier_is_function();
bool get_completion_identifier_is_function();
const List<String> &get_dependencies() const { return dependencies; }