We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4124f61 commit c8583abCopy full SHA for c8583ab
tutorials/scripting/creating_script_templates.rst
@@ -205,6 +205,9 @@ Base placeholders
205
+--------------------------+----------------------------------------------------+
206
| ``_CLASS_`` | The name of the new class. |
207
208
+| ``_CLASS_SNAKE_CASE_`` | The name of the new class as ``snake_case`` |
209
+| | (used in GDScript only). |
210
++--------------------------+----------------------------------------------------+
211
| ``_BASE_`` | The base type a new script inherits from. |
212
213
| ``_TS_`` | Indentation placeholder. The exact type and number |
0 commit comments