mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@@ -21,26 +21,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_library">
|
||||
<return type="GDNativeLibrary">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="initialize">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_library">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="library" type="GDNativeLibrary">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="terminate">
|
||||
<return type="bool">
|
||||
</return>
|
||||
|
||||
@@ -27,48 +27,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_symbol_prefix" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_singleton" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_load_once">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="load_once" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_singleton">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="singleton" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_symbol_prefix">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="symbol_prefix" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="should_load_once" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="load_once" type="bool" setter="set_load_once" getter="should_load_once">
|
||||
|
||||
@@ -9,40 +9,12 @@
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_class_name" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_library" qualifiers="const">
|
||||
<return type="GDNativeLibrary">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="new" qualifiers="vararg">
|
||||
<return type="Object">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_class_name">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="class_name" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_library">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="library" type="GDNativeLibrary">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="class_name" type="String" setter="set_class_name" getter="get_class_name">
|
||||
|
||||
Reference in New Issue
Block a user