Add _CLASS_SNAKE_CASE_ script template placeholder

This commit is contained in:
Muller-Castro
2025-04-27 22:06:15 -03:00
parent 4124f61eef
commit c8583abde8

View File

@@ -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 |