doc: Sync classref with current source
This commit is contained in:
parent
957910c480
commit
067c259ef1
2 changed files with 17 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
If [code]true[/code], the application quits automatically on going back (e.g. on Android). Enabled by default.
|
If [code]true[/code], the application quits automatically on going back (e.g. on Android). Enabled by default.
|
||||||
To handle 'Go Back' button when this option is disabled, use [constant MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST].
|
To handle 'Go Back' button when this option is disabled, use [constant MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_screen_stretch">
|
<method name="set_screen_stretch">
|
||||||
|
|
|
@ -2782,6 +2782,22 @@
|
||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="particles_is_inactive">
|
||||||
|
<return type="bool">
|
||||||
|
</return>
|
||||||
|
<argument index="0" name="particles" type="RID">
|
||||||
|
</argument>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
|
<method name="particles_request_process">
|
||||||
|
<return type="void">
|
||||||
|
</return>
|
||||||
|
<argument index="0" name="particles" type="RID">
|
||||||
|
</argument>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="particles_restart">
|
<method name="particles_restart">
|
||||||
<return type="void">
|
<return type="void">
|
||||||
</return>
|
</return>
|
||||||
|
|
Loading…
Reference in a new issue