classref: Sync with current master branch (fc1c25d29)

This commit is contained in:
Rémi Verschelde
2022-11-07 14:06:01 +01:00
parent d09033677f
commit 263e4d6224
196 changed files with 5055 additions and 3075 deletions

View File

@@ -17,7 +17,7 @@ A script implemented in the GDScript programming language.
Description
-----------
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instance it.
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instantiate it.
\ :ref:`new<class_GDScript_method_new>` creates a new instance of the script. :ref:`Object.set_script<class_Object_method_set_script>` extends an existing object, if that object's class matches one of the script's base classes.