Merge pull request #75778 from KoBeWi/_vp
Expose `_validate_property()` for scripting
This commit is contained in:
@ -258,6 +258,7 @@ public:
|
||||
bool get(const StringName &p_name, Variant &r_ret) const override;
|
||||
void get_property_list(List<PropertyInfo> *p_properties) const override;
|
||||
Variant::Type get_property_type(const StringName &p_name, bool *r_is_valid) const override;
|
||||
virtual void validate_property(PropertyInfo &p_property) const override;
|
||||
|
||||
bool property_can_revert(const StringName &p_name) const override;
|
||||
bool property_get_revert(const StringName &p_name, Variant &r_ret) const override;
|
||||
|
||||
Reference in New Issue
Block a user