doc: Sync classref with current source
This commit is contained in:
@@ -202,14 +202,14 @@
|
||||
</members>
|
||||
<signals>
|
||||
<signal name="item_focused">
|
||||
<argument index="0" name="ID" type="int">
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
This signal is emitted when user navigated to an item using [code]ui_up[/code] or [code]ui_down[/code] action. ID of the item selected is passed as argument.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="item_selected">
|
||||
<argument index="0" name="ID" type="int">
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
This signal is emitted when the current item was changed by the user. Index of the item selected is passed as argument.
|
||||
|
||||
Reference in New Issue
Block a user