Skip to content

Add Dictionary Support #5

@HaSa1002

Description

@HaSa1002

GDScript Dictionaries can be created using

var dict = {"a": 10, "some": Vector2(10, 11)}

In C# we can use a similar syntax

var dict = new Godot.Collections.Dictionary {
	{"a", 10},
	{"some", Vector2(10, 11)}
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions