mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +00:00
Implement DirAccess.is_equivalent method.
This commit is contained in:
parent
6b5b84c0c5
commit
d5cea9bb2e
7 changed files with 67 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ public:
|
|||
virtual Error create_link(String p_source, String p_target) override;
|
||||
|
||||
virtual bool is_case_sensitive(const String &p_path) const override;
|
||||
virtual bool is_equivalent(const String &p_path_a, const String &p_path_b) const override;
|
||||
|
||||
virtual uint64_t get_space_left() override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue