tutorials/best_practices/data_preferences #50
Replies: 3 comments
-
Enumerations: int vs. string |
Beta Was this translation helpful? Give feedback.
-
The details about how Dictionaries are implemented seem to be incorrect or outdated. Unless I'm mistaken, Dictionaries sizes aren't powers of 2, but instead use the sizes defined by |
Beta Was this translation helpful? Give feedback.
-
It is worth mentioning that one can access an existing function on named enums by calling
Because
This line will print |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
tutorials/best_practices/data_preferences
Ever wondered whether one should approach problem X with data structure Y or Z? This article covers a variety of topics related to these dilemmas. Array vs. Dictionary vs. Object: Godot stores all ...
https://docs.godotengine.org/en/stable/tutorials/best_practices/data_preferences.html
Beta Was this translation helpful? Give feedback.
All reactions