mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +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.
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
|
||||
|
||||
Reference in New Issue
Block a user