Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-08-21 00:37:52 +02:00
parent a438389c1f
commit 0ce22eb52b
249 changed files with 10123 additions and 1540 deletions
+5
View File
@@ -54,6 +54,11 @@ A class stored as a resource. The script exends the functionality of all objects
The 'new' method of a script subclass creates a new instance. :ref:`Object.set_script<class_Object_set_script>` extends an existing object, if that object's class matches one of the script's base classes.
Tutorials
---------
- :doc:`../getting_started/step_by_step/scripting`
Member Function Description
---------------------------