doc: Sync classref with current source
Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
This commit is contained in:
parent
c30ab882d7
commit
b1f2c31a36
40 changed files with 299 additions and 120 deletions
|
|
@ -69,6 +69,14 @@
|
|||
Get the list of recently visited folders in the file dialog for this project.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_setting" qualifiers="const">
|
||||
<return type="Variant">
|
||||
</return>
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_settings_path" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
|
|
@ -78,6 +86,30 @@
|
|||
settings/templates - where export templates are located
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_setting" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="property_can_revert">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="property_get_revert">
|
||||
<return type="Variant">
|
||||
</return>
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_favorite_dirs">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
|
@ -87,6 +119,16 @@
|
|||
Set the list of favorite directories for this project.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_initial_value">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="value" type="Variant">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_recent_dirs">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
|
@ -96,6 +138,16 @@
|
|||
Set the list of recently visited folders in the file dialog for this project.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_setting">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="value" type="Variant">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<signals>
|
||||
<signal name="settings_changed">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue