mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Docs: fix arg name of toggled signal in BaseButton
arg was renamed in #15530 but the description wasn't updated
This commit is contained in:
parent
2cd15849f9
commit
57b82873fb
@ -92,7 +92,7 @@
|
||||
<argument index="0" name="button_pressed" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
This signal is emitted when the button was just toggled between pressed and normal states (only if toggle_mode is active). The new state is contained in the [i]pressed[/i] argument.
|
||||
This signal is emitted when the button was just toggled between pressed and normal states (only if toggle_mode is active). The new state is contained in the [i]button_pressed[/i] argument.
|
||||
</description>
|
||||
</signal>
|
||||
</signals>
|
||||
|
Loading…
Reference in New Issue
Block a user