GDScript: Improve PROPERTY_HINT_{ARRAY,DICTIONARY}_TYPE handling
This commit is contained in:
@@ -146,6 +146,8 @@ public:
|
||||
|
||||
String to_string() const;
|
||||
_FORCE_INLINE_ String to_string_strict() const { return is_hard_type() ? to_string() : "Variant"; }
|
||||
|
||||
String to_property_info_hint_string() const;
|
||||
PropertyInfo to_property_info(const String &p_name) const;
|
||||
|
||||
_FORCE_INLINE_ static DataType get_variant_type() { // Default DataType for container elements.
|
||||
|
||||
Reference in New Issue
Block a user