doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2019-11-11 17:25:05 +01:00
parent 957910c480
commit 067c259ef1
2 changed files with 17 additions and 1 deletions

View file

@ -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>