diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-11-25 14:07:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 14:07:05 +0100 |
commit | 6dfd14bd409bdaa3d50a4daa911ad1e263a26fcc (patch) | |
tree | bd447f9d952805aaf54d9e6e2386792d86b209af /modules/gdscript | |
parent | f28a79cc1a9461a4e769c8885f0b6f5797733340 (diff) | |
parent | ce48604eb7fade041c85cf8d6101bf9a29b9aaf1 (diff) |
Merge pull request #55306 from Chaosus/enchance_global_doc
Diffstat (limited to 'modules/gdscript')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 9c8adb4cf1..33f4198ac1 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -4,10 +4,10 @@ Built-in GDScript functions. </brief_description> <description> - List of core built-in GDScript functions. Math functions and other utilities. Everything else is provided by objects. (Keywords: builtin, built in, global functions.) + A list of GDScript-specific utility functions accessed in any script. + For the list of the global functions and constants see [@GlobalScope]. </description> <tutorials> - <link title="Random number generation">$DOCS_URL/tutorials/math/random_number_generation.html</link> </tutorials> <methods> <method name="Color8"> |