mirror of
https://github.com/godotengine/godot.git
synced 2025-01-26 03:40:36 +00:00
Merge pull request #24903 from Naryosha/patch-1
Docs: fix arg name of toggled signal in BaseButton
This commit is contained in:
commit
59e7fc5ff1
@ -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