From 30a3264e8ef914af39b01a8659677c1875fef462 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 6 Apr 2024 15:53:59 +0200 Subject: [PATCH] Merge pull request #9176 from BSChad/patch-1 Fix outdated _CLASS_ script template description. (cherry picked from commit 208bd8f46e4dedfd3c0459a147a35bfc8cd9472b) --- tutorials/scripting/creating_script_templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/creating_script_templates.rst b/tutorials/scripting/creating_script_templates.rst index 083ce2827..6fc171107 100644 --- a/tutorials/scripting/creating_script_templates.rst +++ b/tutorials/scripting/creating_script_templates.rst @@ -201,7 +201,7 @@ Base placeholders +==========================+====================================================+ | ``_BINDINGS_NAMESPACE_`` | The name of the Godot namespace (used in C# only). | +--------------------------+----------------------------------------------------+ -| ``_CLASS_`` | The name of the new class (used in C# only). | +| ``_CLASS_`` | The name of the new class. | +--------------------------+----------------------------------------------------+ | ``_BASE_`` | The base type a new script inherits from. | +--------------------------+----------------------------------------------------+