You've already forked godot
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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user