mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge pull request #51671 from RandomShaper/fix_gdscript_crash
Fix some GDScript bugs
This commit is contained in:
@@ -161,6 +161,10 @@ public:
|
||||
container_element_type = nullptr;
|
||||
}
|
||||
|
||||
bool is_typed_container_type() const;
|
||||
|
||||
GDScriptParser::DataType get_typed_container_type() const;
|
||||
|
||||
bool operator==(const DataType &p_other) const {
|
||||
if (type_source == UNDETECTED || p_other.type_source == UNDETECTED) {
|
||||
return true; // Can be consireded equal for parsing purposes.
|
||||
|
||||
Reference in New Issue
Block a user