mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #4864 from Calinou/gdscript-seealso-reference
Add a "see also" link to the GDScript grammar in the GDScript section
This commit is contained in:
@@ -1318,7 +1318,7 @@ the function name with the attribute operator::
|
||||
return super.overriding() # This calls the method as defined in the base class.
|
||||
|
||||
|
||||
Class Constructor
|
||||
Class constructor
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
The class constructor, called on class instantiation, is named ``_init``. If you
|
||||
|
||||
@@ -12,3 +12,8 @@ GDScript
|
||||
static_typing
|
||||
warning_system
|
||||
gdscript_format_string
|
||||
|
||||
.. seealso::
|
||||
|
||||
See :ref:`doc_gdscript_grammar` if you are interested in writing a third-party
|
||||
tool that interacts with GDScript, such as a linter or formatter.
|
||||
|
||||
Reference in New Issue
Block a user