Merge class_name docs from scripting_continued.rst into gdscript docs

This commit is contained in:
Nathan Lovato
2020-11-07 23:23:19 -06:00
parent 47b0008cc0
commit 5a21563707
7 changed files with 12 additions and 51 deletions

View File

@@ -138,7 +138,7 @@ custom behavior.
Nodes added via an EditorPlugin are "CustomType" nodes. While they work
with any scripting language, they have fewer features than
:ref:`the Script Class system <doc_scripting_continued_class_name>`. If you
:ref:`the Script Class system <doc_gdscript_basics_class_name>`. If you
are writing GDScript or NativeScript, we recommend using Script Classes instead.
To create a new node type, you can use the function