mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-23 12:19:54 +00:00
Recently, Dictionary::get() was introduced, which acts like a index operator but allows the caller to specify a default value to return instead of issuing an error. This commit adds a new GDNative function that includes the default value.