mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Rename "file" param for str.path_join() to "path"
This commit is contained in:
parent
39c201ca58
commit
3275116304
4 changed files with 6 additions and 6 deletions
|
|
@ -1750,7 +1750,7 @@ static void _register_variant_builtin_methods_string() {
|
|||
bind_string_method(rstrip, sarray("chars"), varray());
|
||||
bind_string_method(get_extension, sarray(), varray());
|
||||
bind_string_method(get_basename, sarray(), varray());
|
||||
bind_string_method(path_join, sarray("file"), varray());
|
||||
bind_string_method(path_join, sarray("path"), varray());
|
||||
bind_string_method(unicode_at, sarray("at"), varray());
|
||||
bind_string_method(indent, sarray("prefix"), varray());
|
||||
bind_string_method(dedent, sarray(), varray());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue