mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename (de)selected signals to node_(de)selected in GraphNode
This commit is contained in:
@@ -280,11 +280,6 @@
|
||||
Emitted when the GraphNode is requested to be closed. Happens on clicking the close button (see [member show_close]).
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="deselected">
|
||||
<description>
|
||||
Emitted when the GraphNode is deselected.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="dragged">
|
||||
<param index="0" name="from" type="Vector2" />
|
||||
<param index="1" name="to" type="Vector2" />
|
||||
@@ -292,6 +287,16 @@
|
||||
Emitted when the GraphNode is dragged.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="node_deselected">
|
||||
<description>
|
||||
Emitted when the GraphNode is deselected.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="node_selected">
|
||||
<description>
|
||||
Emitted when the GraphNode is selected.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="position_offset_changed">
|
||||
<description>
|
||||
Emitted when the GraphNode is moved.
|
||||
@@ -308,11 +313,6 @@
|
||||
Emitted when the GraphNode is requested to be resized. Happens on dragging the resizer handle (see [member resizable]).
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="selected">
|
||||
<description>
|
||||
Emitted when the GraphNode is selected.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="slot_updated">
|
||||
<param index="0" name="idx" type="int" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user