mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-02 18:21:45 +00:00
Rename String::is_rel_path to String::is_relative_path
This commit is contained in:
@@ -4324,7 +4324,7 @@ bool String::is_resource_file() const {
|
||||
return begins_with("res://") && find("::") == -1;
|
||||
}
|
||||
|
||||
bool String::is_rel_path() const {
|
||||
bool String::is_relative_path() const {
|
||||
return !is_absolute_path();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user