diff --git a/tutorials/scripting/creating_script_templates.rst b/tutorials/scripting/creating_script_templates.rst index a1b6c51ed..febbcceea 100644 --- a/tutorials/scripting/creating_script_templates.rst +++ b/tutorials/scripting/creating_script_templates.rst @@ -203,7 +203,7 @@ Base placeholders +==========================+====================================================+ | ``_BINDINGS_NAMESPACE_`` | The name of the Godot namespace (used in C# only). | +--------------------------+----------------------------------------------------+ -| ``_CLASS_`` | The name of the new class. | +| ``_CLASS_`` | The name of the new class as ``PascalCase``. | +--------------------------+----------------------------------------------------+ | ``_CLASS_SNAKE_CASE_`` | The name of the new class as ``snake_case`` | | | (used in GDScript only). |