You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Rename String.is_abs_path() to String.is_absolute_path()
This is more consistent with `NodePath.is_absolute()`.
This commit is contained in:
@@ -1365,7 +1365,7 @@ static void _register_variant_builtin_methods() {
|
||||
// FIXME: Static function, not sure how to bind
|
||||
//bind_method(String, humanize_size, sarray("size"), varray());
|
||||
|
||||
bind_method(String, is_abs_path, sarray(), varray());
|
||||
bind_method(String, is_absolute_path, sarray(), varray());
|
||||
bind_method(String, is_rel_path, sarray(), varray());
|
||||
bind_method(String, get_base_dir, sarray(), varray());
|
||||
bind_method(String, get_file, sarray(), varray());
|
||||
|
||||
Reference in New Issue
Block a user