Skip to content

Commit

Permalink
Add a super keyword to the table of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosus committed May 2, 2024
1 parent ad40eb1 commit 3e05334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/scripting/gdscript/gdscript_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ in case you want to take a look under the hood.
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| self | Refers to current class instance. |
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| super | Resolves the scope of the parent method. See `Inheritance`_. |
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| signal | Defines a signal. |
+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| func | Defines a function. |
Expand Down

0 comments on commit 3e05334

Please sign in to comment.