mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix confusing descriptions of ConfirmationDialog's description.
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
To get cancel action, you can use:
|
||||
[codeblocks]
|
||||
[gdscript]
|
||||
get_cancel_button().pressed.connect(self.canceled)
|
||||
get_cancel_button().pressed.connect(_on_canceled)
|
||||
[/gdscript]
|
||||
[csharp]
|
||||
GetCancelButton().Pressed += Canceled;
|
||||
GetCancelButton().Pressed += OnCanceled;
|
||||
[/csharp]
|
||||
[/codeblocks]
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user