Implement typed dictionaries
This commit is contained in:
parent
906a4e9db9
commit
9853a69144
86 changed files with 3071 additions and 193 deletions
|
|
@ -189,6 +189,8 @@ public:
|
|||
|
||||
GDScriptParser::DataType get_typed_container_type() const;
|
||||
|
||||
bool can_reference(const DataType &p_other) const;
|
||||
|
||||
bool operator==(const DataType &p_other) const {
|
||||
if (type_source == UNDETECTED || p_other.type_source == UNDETECTED) {
|
||||
return true; // Can be considered equal for parsing purposes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue