Rename some arguments called "position"
This commit is contained in:
parent
7d151c8381
commit
25f9f923a1
8 changed files with 15 additions and 15 deletions
|
|
@ -414,7 +414,7 @@
|
|||
</description>
|
||||
</signal>
|
||||
<signal name="empty_clicked">
|
||||
<param index="0" name="position" type="Vector2" />
|
||||
<param index="0" name="click_position" type="Vector2" />
|
||||
<param index="1" name="mouse_button_index" type="int" />
|
||||
<description>
|
||||
Emitted when a mouse button is clicked in the empty space of the tree.
|
||||
|
|
@ -442,7 +442,7 @@
|
|||
</description>
|
||||
</signal>
|
||||
<signal name="item_mouse_selected">
|
||||
<param index="0" name="position" type="Vector2" />
|
||||
<param index="0" name="mouse_position" type="Vector2" />
|
||||
<param index="1" name="mouse_button_index" type="int" />
|
||||
<description>
|
||||
Emitted when an item is selected with a mouse button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue