godot/doc/classes/ConfirmationDialog.xml
Rémi Verschelde 53d73f59eb doc: Drop unused <demos> tag
(cherry picked from commit 6af69f851a)
2019-04-19 13:10:25 +02:00

23 lines
614 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="ConfirmationDialog" inherits="AcceptDialog" category="Core" version="3.1">
<brief_description>
Dialog for confirmation of actions.
</brief_description>
<description>
Dialog for confirmation of actions. This dialog inherits from [AcceptDialog], but has by default an OK and Cancel button (in host OS order).
</description>
<tutorials>
</tutorials>
<methods>
<method name="get_cancel">
<return type="Button">
</return>
<description>
Return the cancel button.
</description>
</method>
</methods>
<constants>
</constants>
</class>