You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
- Now you can get the ContainerTypeValidate from a Dictionary (both for keys and for values). - ContainerTypeValidate exposes a validator function that does not show any error in case of failure. This allows testing values before trying to use them in Dictionary.