You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Prevent renaming to an unkown extension from FileSystem dock.
This commit is contained in:
@@ -272,6 +272,7 @@ public:
|
||||
void scan();
|
||||
void scan_changes();
|
||||
void update_file(const String &p_file);
|
||||
Set<String> get_valid_extensions() const;
|
||||
|
||||
EditorFileSystemDirectory *get_filesystem_path(const String &p_path);
|
||||
String get_file_type(const String &p_file) const;
|
||||
|
||||
Reference in New Issue
Block a user