File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tutorials/scripting/gdscript Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ in case you want to take a look under the hood.
173173+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
174174| return | Returns a value from a function. |
175175+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
176- | class | Defines a class. |
176+ | class | Defines an inner class. See ` Inner classes `_. |
177177+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
178- | class_name | Defines the script as a globally accessible class with the specified name. |
178+ | class_name | Defines the script as a globally accessible class with the specified name. See ` Registering named classes `_. |
179179+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
180180| extends | Defines what class to extend with the current class. |
181181+------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments