mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Add a "see also" link to the GDScript grammar in the GDScript section
The page is in the Development section, but it's not easy to discover.
(cherry picked from commit ea7814b25c)
This commit is contained in:
committed by
Rémi Verschelde
parent
6b0a4a412e
commit
af8e35e142
@@ -1142,7 +1142,7 @@ in other languages)::
|
||||
There is no need to call them explicitly when overloading them.
|
||||
|
||||
|
||||
Class Constructor
|
||||
Class constructor
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
The class constructor, called on class instantiation, is named ``_init``. As
|
||||
|
||||
@@ -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