|
@@ -133,7 +133,7 @@ public:
|
|
ClassNode *class_type = nullptr;
|
|
ClassNode *class_type = nullptr;
|
|
|
|
|
|
MethodInfo method_info; // For callable/signals.
|
|
MethodInfo method_info; // For callable/signals.
|
|
- Map<StringName, int> enum_values; // For enums.
|
|
|
|
|
|
+ OrderedHashMap<StringName, int> enum_values; // For enums.
|
|
|
|
|
|
_FORCE_INLINE_ bool is_set() const { return kind != UNRESOLVED; }
|
|
_FORCE_INLINE_ bool is_set() const { return kind != UNRESOLVED; }
|
|
_FORCE_INLINE_ bool has_no_type() const { return type_source == UNDETECTED; }
|
|
_FORCE_INLINE_ bool has_no_type() const { return type_source == UNDETECTED; }
|