diff options
| author | Kelly Thomas | 2018-05-17 00:15:30 +0800 |
|---|---|---|
| committer | Kelly Thomas | 2018-05-17 00:15:30 +0800 |
| commit | c6ed46891d0abacb6619ff77697c616c9658a90f (patch) | |
| tree | b6db1db2d9fc61d1f43126014b89627d66be6b1b /doc/classes/AcceptDialog.xml | |
| parent | 760ec584df5ab1126b73a8c0d47637916e22250e (diff) | |
| download | godot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.gz godot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.zst godot-c6ed46891d0abacb6619ff77697c616c9658a90f.zip | |
[docs] fix links in class docs
Diffstat (limited to 'doc/classes/AcceptDialog.xml')
| -rw-r--r-- | doc/classes/AcceptDialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml index 99a3f5948..20d8bebd6 100644 --- a/doc/classes/AcceptDialog.xml +++ b/doc/classes/AcceptDialog.xml @@ -21,7 +21,7 @@ <argument index="2" name="action" type="String" default=""""> </argument> <description> - Adds a button with label [i]text[/i] and a custom [i]action[/i] to the dialog and returns the created button. [i]action[/i] will be passed to the [custom_action] signal when pressed. + Adds a button with label [i]text[/i] and a custom [i]action[/i] to the dialog and returns the created button. [i]action[/i] will be passed to the [signal custom_action] signal when pressed. If [code]true[/code], [i]right[/i] will place the button to the right of any sibling buttons. Default value: [code]false[/code]. </description> </method> |
