Skip to main content

VarDictionary

Type Alias VarDictionary 

pub type VarDictionary = Dictionary<Variant, Variant>;
Expand description

Untyped Godot Dictionary.

Alias for Dictionary<Variant, Variant>. This provides an untyped dictionary that can store any key-value pairs. Available on all Godot versions.

Aliased Typeยง

pub struct VarDictionary { /* private fields */ }