How to convert an untyped Array to a typed one?
- Edited
- Best Answerset by TwoFox
There are known issues with typed arrays in 4.0:
https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+%22typed+array%22
Apparently the feature is not reliable at this time.
But it won't hurt to submit another issue, if it's something that hasn't already been reported.
DaveTheCoder Thank you for the link. I found a solution in one of the issues, but I still don't understand that constructor.