-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
godotengine/godot
#107071Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement
Description
Godot 4.4.1
There's nothing I could find in the docs explaining how to make a typed dictionary and I had to guess it was Dictionary[key_type, value_type]
Places where it should be added:
https://docs.godotengine.org/en/4.4/tutorials/scripting/gdscript/static_typing.html
https://docs.godotengine.org/en/4.4/tutorials/scripting/gdscript/gdscript_basics.html#doc-gdscript-builtin-types
https://docs.godotengine.org/en/4.4/classes/class_dictionary.html#class-dictionary
Metadata
Metadata
Assignees
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement