diff options
author | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-22 18:56:08 +0200 |
---|---|---|
committer | MewPurPur <mew.pur.pur@abv.bg> | 2023-06-22 18:56:08 +0200 |
commit | 8848c395b6c46e99284bd5c21d52bd3d562c8a13 (patch) | |
tree | 099791972b90d96795287cc2f391115255cc9a86 /modules/gdscript/doc_classes | |
parent | ada712e06a471da2a2f4646237830bbd7980c114 (diff) | |
download | redot-engine-8848c395b6c46e99284bd5c21d52bd3d562c8a13.tar.gz |
Add information about file extension to GDScript, CSharpScript, and Shader
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index f383eed480..b9fcce4883 100644 --- a/modules/gdscript/doc_classes/GDScript.xml +++ b/modules/gdscript/doc_classes/GDScript.xml @@ -4,7 +4,7 @@ A script implemented in the GDScript programming language. </brief_description> <description> - A script implemented in the GDScript programming language. The script extends the functionality of all objects that instantiate it. + A script implemented in the GDScript programming language, saved with the [code].gd[/code] extension. The script extends the functionality of all objects that instantiate it. 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. </description> |