Add warnings to methods that give access to internal nodes

This commit is contained in:
Yuri Sizov
2021-10-10 22:28:56 +03:00
parent 2a28df82d4
commit 07725b611b
17 changed files with 27 additions and 2 deletions

View File

@ -39,6 +39,7 @@
<return type="LineEdit" />
<description>
Returns the [LineEdit] instance from this [SpinBox]. You can use it to access properties and methods of [LineEdit].
[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>