You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Merge pull request #92242 from Daylily-Zeleen/daylily-zeleen/fix_ConfirmationDialog_doc
Fix confusing descriptions of ConfirmationDialog.
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