diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-10-10 22:28:56 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-10-10 22:57:58 +0300 |
commit | 07725b611baf8ee2806997151bc61c59efa48e81 (patch) | |
tree | f916cc9a21ccd8d5fa5697f089a8bec509f2793b /doc/classes/ConfirmationDialog.xml | |
parent | 2a28df82d4979c3ca77c16ee9ae64c5a4f50a925 (diff) |
Add warnings to methods that give access to internal nodes
Diffstat (limited to 'doc/classes/ConfirmationDialog.xml')
-rw-r--r-- | doc/classes/ConfirmationDialog.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ConfirmationDialog.xml b/doc/classes/ConfirmationDialog.xml index 352631da1d..c4bdaf436d 100644 --- a/doc/classes/ConfirmationDialog.xml +++ b/doc/classes/ConfirmationDialog.xml @@ -22,6 +22,7 @@ <return type="Button" /> <description> Returns the cancel button. + [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> </methods> |