From 7f0d8bcade9005a053e9dbaf6444dda2724918e4 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 18 May 2023 19:22:23 +0200 Subject: Docs: Point to @GDScript in GDscript (script impl) (cherry picked from commit ad21fb0f9261de6a3b82b5267253efb5f6a019fa) --- modules/gdscript/doc_classes/GDScript.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index 1a102bd16f..0651d33e66 100644 --- a/modules/gdscript/doc_classes/GDScript.xml +++ b/modules/gdscript/doc_classes/GDScript.xml @@ -5,7 +5,8 @@ A script implemented in the GDScript programming language. The script extends the functionality of all objects that instantiate it. - [method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes. + Calling [method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes. + If you are looking for GDScript's built-in functions, see [@GDScript] instead. $DOCS_URL/tutorials/scripting/gdscript/index.html -- cgit v1.2.3