Skip to content

Commit 2b933f4

Browse files
committed
Add _CLASS_SNAKE_CASE_ script template placeholder
1 parent 4124f61 commit 2b933f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/scripting/creating_script_templates.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ Base placeholders
205205
+--------------------------+----------------------------------------------------+
206206
| ``_CLASS_`` | The name of the new class. |
207207
+--------------------------+----------------------------------------------------+
208+
| ``_CLASS_SNAKE_CASE_`` | The name of the new class as ``snake_case``. |
209+
+--------------------------+----------------------------------------------------+
208210
| ``_BASE_`` | The base type a new script inherits from. |
209211
+--------------------------+----------------------------------------------------+
210212
| ``_TS_`` | Indentation placeholder. The exact type and number |

0 commit comments

Comments
 (0)