1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

doc: Remove setters and getters now exposed via properties/members

This commit is contained in:
Rémi Verschelde
2017-11-24 18:10:32 +01:00
parent 31f62f53c5
commit 92f07fefcd
251 changed files with 0 additions and 17248 deletions

View File

@@ -15,34 +15,6 @@
<demos>
</demos>
<methods>
<method name="get_constant_type" qualifiers="const">
<return type="int" enum="Variant.Type">
</return>
<description>
</description>
</method>
<method name="get_constant_value" qualifiers="const">
<return type="Variant">
</return>
<description>
</description>
</method>
<method name="set_constant_type">
<return type="void">
</return>
<argument index="0" name="type" type="int" enum="Variant.Type">
</argument>
<description>
</description>
</method>
<method name="set_constant_value">
<return type="void">
</return>
<argument index="0" name="value" type="Variant">
</argument>
<description>
</description>
</method>
</methods>
<members>
<member name="type" type="int" setter="set_constant_type" getter="get_constant_type" enum="Variant.Type">