mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Synchronize parameter names in definition and declaration
Fixes #10244.
This commit is contained in:
parent
b1ecaaa22b
commit
00f6c85928
134 changed files with 974 additions and 974 deletions
|
|
@ -75,8 +75,8 @@ public:
|
|||
|
||||
virtual uint64_t get_modified_time(String p_file);
|
||||
|
||||
virtual Error rename(String p_from, String p_to);
|
||||
virtual Error remove(String p_name);
|
||||
virtual Error rename(String p_path, String p_new_path);
|
||||
virtual Error remove(String p_path);
|
||||
|
||||
virtual size_t get_space_left();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue