Merge pull request #34322 from rainlizard/set_script-variables

set_script() detailing what happens to variables
This commit is contained in:
Rémi Verschelde 2020-01-06 14:09:36 +01:00 committed by GitHub
commit c3af23ff5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,6 +460,7 @@
</argument>
<description>
Assigns a script to the object. Each object can have a single script assigned to it, which are used to extend its functionality.
If the object already had a script, the previous script instance will be freed and its variables and state will be lost. The new script's [method _init] method will be called.
</description>
</method>
<method name="to_string">