summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorFileDialog.xml
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2021-10-10 22:28:56 +0300
committerYuri Sizov <yuris@humnom.net>2021-10-10 22:57:58 +0300
commit07725b611baf8ee2806997151bc61c59efa48e81 (patch)
treef916cc9a21ccd8d5fa5697f089a8bec509f2793b /doc/classes/EditorFileDialog.xml
parent2a28df82d4979c3ca77c16ee9ae64c5a4f50a925 (diff)
downloadredot-engine-07725b611baf8ee2806997151bc61c59efa48e81.tar.gz
Add warnings to methods that give access to internal nodes
Diffstat (limited to 'doc/classes/EditorFileDialog.xml')
-rw-r--r--doc/classes/EditorFileDialog.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml
index 53fba9f3b8..79758281ac 100644
--- a/doc/classes/EditorFileDialog.xml
+++ b/doc/classes/EditorFileDialog.xml
@@ -26,6 +26,7 @@
<return type="VBoxContainer" />
<description>
Returns the [code]VBoxContainer[/code] used to display the file system.
+ [b]Warning:[/b] This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their [member CanvasItem.visible] property.
</description>
</method>
<method name="invalidate">