mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Update Keywords to include class_name
Includes `class_name` in the keywords list, and updates the definition of `class`.
This commit is contained in:
@@ -160,7 +160,9 @@ in case you want to take a look under the hood.
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| return | Returns a value from a function. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| class | Defines a class. |
|
||||
| class | Defines an inner class. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| class_name | Defines a class name and optional icon for your script. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
| extends | Defines what class to extend with the current class. |
|
||||
+------------+---------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user