summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-11-11 17:25:05 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-11-11 17:25:05 +0100
commit067c259ef139a1d60b64386ff596dfea690aa06d (patch)
tree49a85a375f037e223c281c245f1911110e5e2b04
parent957910c480b16e0ea976ddd104f78c97bc7cf437 (diff)
doc: Sync classref with current source
-rw-r--r--doc/classes/SceneTree.xml2
-rw-r--r--doc/classes/VisualServer.xml16
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index b6e2303d2a..e14a3b3759 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -249,7 +249,7 @@
</argument>
<description>
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>
</method>
<method name="set_screen_stretch">
diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml
index 18b08421a1..28365c213b 100644
--- a/doc/classes/VisualServer.xml
+++ b/doc/classes/VisualServer.xml
@@ -2782,6 +2782,22 @@
<description>
</description>
</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">
<return type="void">
</return>