summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-04-07 23:28:52 +0200
committerkobewi <kobewi4e@gmail.com>2024-04-08 12:26:24 +0200
commit398892ccc01cec724c5f4c9cdfd0fb7e746a0fa7 (patch)
treea9df9840ab02f60c20d020f15f2276d72b20188a /doc/classes
parente5b4ef8e9522e950033cbece39a31a4a76da19c1 (diff)
downloadredot-engine-398892ccc01cec724c5f4c9cdfd0fb7e746a0fa7.tar.gz
Allow skipping imported resource files from export
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/EditorExportPlugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml
index 436f471e5d..3e2b3ea111 100644
--- a/doc/classes/EditorExportPlugin.xml
+++ b/doc/classes/EditorExportPlugin.xml
@@ -313,7 +313,7 @@
<method name="skip">
<return type="void" />
<description>
- To be called inside [method _export_file]. Skips the current file, so it's not included in the export.
+ To be called inside [method _export_file], [method _customize_resource], or [method _customize_scene]. Skips the current file, so it's not included in the export.
</description>
</method>
</methods>