Rename some arguments called "position"

This commit is contained in:
kobewi
2024-03-20 23:38:27 +01:00
parent 7d151c8381
commit 25f9f923a1
8 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -413,9 +413,9 @@
</description>
</signal>
<signal name="popup_request">
<param index="0" name="position" type="Vector2" />
<param index="0" name="at_position" type="Vector2" />
<description>
Emitted when a popup is requested. Happens on right-clicking in the GraphEdit. [param position] is the position of the mouse pointer when the signal is sent.
Emitted when a popup is requested. Happens on right-clicking in the GraphEdit. [param at_position] is the position of the mouse pointer when the signal is sent.
</description>
</signal>
<signal name="scroll_offset_changed">