Skip to content

Dictionary class is missing key methods #1337

Open
@limbonaut

Description

@limbonaut

Godot version

4.2.1-stable

godot-cpp version

4.2

System information

Manjaro GNOME, NVIDIA X11, Forward+

Issue description

Dictionary is missing get_value_at_index, get_key_at_index and get_valid.
get_valid is easy to work around, but the other two are problematic. The workaround if to get keys() and values() to iterate over, and it's slow.

Steps to reproduce

N/A

Minimal reproduction project

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionenhancementThis is an enhancement on the current functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions