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.
2 parents 4124f61 + c8583ab commit 465b800Copy full SHA for 465b800
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