Made possible to specify where to dump the contents when loading a ".pck" file
(cherry picked from commit 3c261e0dfa)
This commit is contained in:
committed by
Rémi Verschelde
parent
008e0748c1
commit
ffcfd9c8ea
@ -104,7 +104,7 @@ protected:
|
||||
|
||||
void _convert_to_last_version(int p_from_version);
|
||||
|
||||
bool _load_resource_pack(const String &p_pack, bool p_replace_files = true);
|
||||
bool _load_resource_pack(const String &p_pack, bool p_replace_files = true, const String &p_destination = "");
|
||||
|
||||
void _add_property_info_bind(const Dictionary &p_info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user