Add warnings to methods that give access to internal nodes
This commit is contained in:
parent
2a28df82d4
commit
07725b611b
17 changed files with 27 additions and 2 deletions
|
|
@ -314,6 +314,7 @@
|
|||
<return type="PopupMenu" />
|
||||
<description>
|
||||
Returns the [PopupMenu] of this [TextEdit]. By default, this menu is displayed when right-clicking on the [TextEdit].
|
||||
[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 Window.visible] property.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_minimap_line_at_pos" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue