1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Mention about BaseButton.toggle_mode in ButtonGroup description

This commit is contained in:
volzhs
2018-02-21 15:53:30 +09:00
parent 6756896b22
commit 0d0b266143

View File

@@ -5,6 +5,7 @@
</brief_description>
<description>
Group of [Button]. All direct and indirect children buttons become radios. Only one allows being pressed.
[member BaseButton.toggle_mode] should be [code]true[/code].
</description>
<tutorials>
</tutorials>