mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Update resource file project settings on rename
This commit is contained in:
parent
5885e1c6dd
commit
4cd69e91fc
4 changed files with 23 additions and 0 deletions
|
|
@ -870,6 +870,10 @@ void ProjectSettings::set_custom_property_info(const String &p_prop, const Prope
|
|||
custom_prop_info[p_prop].name = p_prop;
|
||||
}
|
||||
|
||||
const Map<StringName, PropertyInfo> &ProjectSettings::get_custom_property_info() const {
|
||||
return custom_prop_info;
|
||||
}
|
||||
|
||||
void ProjectSettings::set_disable_feature_overrides(bool p_disable) {
|
||||
|
||||
disable_feature_overrides = p_disable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue