Add flag to control the replacement of files by ProjectSettings.load_resource_pack
This commit is contained in:
@ -104,7 +104,7 @@ protected:
|
||||
|
||||
void _convert_to_last_version(int p_from_version);
|
||||
|
||||
bool _load_resource_pack(const String &p_pack);
|
||||
bool _load_resource_pack(const String &p_pack, bool p_replace_files = true);
|
||||
|
||||
void _add_property_info_bind(const Dictionary &p_info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user