doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2018-10-31 13:29:33 +01:00
parent aba24e6866
commit 2b1f692455
4 changed files with 5 additions and 23 deletions

View File

@ -102,7 +102,7 @@
<argument index="0" name="name" type="String"> <argument index="0" name="name" type="String">
</argument> </argument>
<description> <description>
Returns true if the specified property exists and its initial value differs from the current value. Returns true if the specified property exists and its initial value differs from the current value.
</description> </description>
</method> </method>
<method name="property_get_revert"> <method name="property_get_revert">
@ -111,14 +111,14 @@
<argument index="0" name="name" type="String"> <argument index="0" name="name" type="String">
</argument> </argument>
<description> <description>
Returns the initial value of the specified property. Returns null if the property does not exist. Returns the initial value of the specified property. Returns null if the property does not exist.
</description> </description>
</method> </method>
<method name="save"> <method name="save">
<return type="int" enum="Error"> <return type="int" enum="Error">
</return> </return>
<description> <description>
Saves the configuration to the project.godot file. Saves the configuration to the project.godot file.
</description> </description>
</method> </method>
<method name="save_custom"> <method name="save_custom">
@ -127,7 +127,7 @@
<argument index="0" name="file" type="String"> <argument index="0" name="file" type="String">
</argument> </argument>
<description> <description>
Saves the configuration to a custom file. Saves the configuration to a custom file.
</description> </description>
</method> </method>
<method name="set_initial_value"> <method name="set_initial_value">

View File

@ -44,14 +44,6 @@
<description> <description>
</description> </description>
</method> </method>
<method name="autotile_get_size" qualifiers="const">
<return type="Vector2">
</return>
<argument index="0" name="id" type="int">
</argument>
<description>
</description>
</method>
<method name="autotile_set_bitmask_mode"> <method name="autotile_set_bitmask_mode">
<return type="void"> <return type="void">
</return> </return>
@ -62,16 +54,6 @@
<description> <description>
</description> </description>
</method> </method>
<method name="autotile_set_size">
<return type="void">
</return>
<argument index="0" name="id" type="int">
</argument>
<argument index="1" name="size" type="Vector2">
</argument>
<description>
</description>
</method>
<method name="clear"> <method name="clear">
<return type="void"> <return type="void">
</return> </return>

0
doc/classes/UndoRedo.xml Executable file → Normal file
View File