summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorFileSystem.xml
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2023-01-18 17:32:28 +0100
committerJuan Linietsky <reduzio@gmail.com>2023-01-18 20:56:45 +0100
commit5bdc0d97d35b254c6a710e95582b135ab3dcefd2 (patch)
treef616d058ca15d182915c07707bf7de4e0693e9f8 /doc/classes/EditorFileSystem.xml
parente514e3732a9588b650776cc962a9e4d8e6ded058 (diff)
downloadredot-engine-5bdc0d97d35b254c6a710e95582b135ab3dcefd2.tar.gz
Clean up EditorFileSystem script parsing
* Optimize only update modified/added/removed files. * Clean up documentation parsing.
Diffstat (limited to 'doc/classes/EditorFileSystem.xml')
-rw-r--r--doc/classes/EditorFileSystem.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml
index cddf3662aa..5f33c68a7d 100644
--- a/doc/classes/EditorFileSystem.xml
+++ b/doc/classes/EditorFileSystem.xml
@@ -71,12 +71,6 @@
This will not import the file. To reimport, call [method reimport_files] or [method scan] methods.
</description>
</method>
- <method name="update_script_classes">
- <return type="void" />
- <description>
- Scans the script files and updates the list of custom class names.
- </description>
- </method>
</methods>
<signals>
<signal name="filesystem_changed">