d516aab8fa
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
24 lines
640 B
XML
24 lines
640 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="ConfirmationDialog" inherits="AcceptDialog" category="Core" version="3.0-stable">
|
|
<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>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
<method name="get_cancel">
|
|
<return type="Button">
|
|
</return>
|
|
<description>
|
|
Return the cancel button.
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|