We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.2.dev5.official [e3e2528]
Godot v4.2.dev5 - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 31.0.15.3742) - 13th Gen Intel(R) Core(TM) i7-13700K (24 Threads)
When using Variant in a for loop, it does not use the correct colour. (It is grey instead of green)
It is also worth noting that ctrl and clicking on a Variant type does not take you to the docs page.
Do a for loop and use Variant as the type.
for i: Variant in loop: pass
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Godot version
v4.2.dev5.official [e3e2528]
System information
Godot v4.2.dev5 - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 31.0.15.3742) - 13th Gen Intel(R) Core(TM) i7-13700K (24 Threads)
Issue description
When using Variant in a for loop, it does not use the correct colour. (It is grey instead of green)
It is also worth noting that ctrl and clicking on a Variant type does not take you to the docs page.
Steps to reproduce
Do a for loop and use Variant as the type.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: