Rename String plus_file to path_join
This commit is contained in:
parent
051f24b067
commit
10a56981dc
100 changed files with 519 additions and 519 deletions
|
|
@ -39,7 +39,7 @@ static constexpr uint32_t char_count = ('z' - 'a');
|
|||
static constexpr uint32_t base = char_count + ('9' - '0');
|
||||
|
||||
String ResourceUID::get_cache_file() {
|
||||
return ProjectSettings::get_singleton()->get_project_data_path().plus_file("uid_cache.bin");
|
||||
return ProjectSettings::get_singleton()->get_project_data_path().path_join("uid_cache.bin");
|
||||
}
|
||||
|
||||
String ResourceUID::id_to_text(ID p_id) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue