mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #10901 from Muller-Castro/add-template-placeholder
Add `_CLASS_SNAKE_CASE_` script template placeholder
This commit is contained in:
@@ -205,6 +205,9 @@ Base placeholders
|
||||
+--------------------------+----------------------------------------------------+
|
||||
| ``_CLASS_`` | The name of the new class. |
|
||||
+--------------------------+----------------------------------------------------+
|
||||
| ``_CLASS_SNAKE_CASE_`` | The name of the new class as ``snake_case`` |
|
||||
| | (used in GDScript only). |
|
||||
+--------------------------+----------------------------------------------------+
|
||||
| ``_BASE_`` | The base type a new script inherits from. |
|
||||
+--------------------------+----------------------------------------------------+
|
||||
| ``_TS_`` | Indentation placeholder. The exact type and number |
|
||||
|
||||
Reference in New Issue
Block a user