You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
GDScript: Add static typing for for loop variable
This commit is contained in:
@@ -814,6 +814,8 @@ public:
|
||||
|
||||
struct ForNode : public Node {
|
||||
IdentifierNode *variable = nullptr;
|
||||
TypeNode *datatype_specifier = nullptr;
|
||||
bool use_conversion_assign = false;
|
||||
ExpressionNode *list = nullptr;
|
||||
SuiteNode *loop = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user