Fixes regression from #12396 which caused #12466. [ci skip]
@@ -409,10 +409,8 @@
</method>
</methods>
<members>
- <member name="data" type="Dictionary">
- <description>
- Holds all of the image's color data in a given format. See [code]FORMAT_*[/code] constants.
- </description>
+ <member name="data" type="Dictionary" setter="_set_data" getter="_get_data">
+ Holds all of the image's color data in a given format. See [code]FORMAT_*[/code] constants.
</member>
</members>
<constants>
@@ -31,7 +31,6 @@
<return type="int" enum="Error">
</return>
<argument index="0" name="bbcode" type="String">
- Adds BBCode to the text label.
</argument>
<description>
</description>
@@ -30,6 +30,14 @@
+ <method name="get_locale_name" qualifiers="const">
+ <return type="String">
+ </return>
+ <argument index="0" name="locale" type="String">
+ </argument>
+ <description>
+ </description>
+ </method>
<method name="remove_translation">
<return type="void">