mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename "file" param for str.path_join() to "path"
This commit is contained in:
@@ -517,7 +517,7 @@ public:
|
||||
String rstrip(const String &p_chars) const;
|
||||
String get_extension() const;
|
||||
String get_basename() const;
|
||||
String path_join(const String &p_file) const;
|
||||
String path_join(const String &p_path) const;
|
||||
char32_t unicode_at(int p_idx) const;
|
||||
|
||||
CharString ascii(bool p_allow_extended = false) const;
|
||||
|
||||
Reference in New Issue
Block a user