mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #9316 from Chaosus/add_super_keyword
Add a `super` keyword to the table of keywords
This commit is contained in:
@@ -187,6 +187,8 @@ in case you want to take a look under the hood.
|
|||||||
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
|
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| self | Refers to current class instance. |
|
| self | Refers to current class instance. |
|
||||||
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
|
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| super | Resolves the scope of the parent method. See `Inheritance`_. |
|
||||||
|
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| signal | Defines a signal. |
|
| signal | Defines a signal. |
|
||||||
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
|
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| func | Defines a function. |
|
| func | Defines a function. |
|
||||||
|
|||||||
Reference in New Issue
Block a user