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 /doc | |
parent | f28a79cc1a9461a4e769c8885f0b6f5797733340 (diff) | |
parent | ce48604eb7fade041c85cf8d6101bf9a29b9aaf1 (diff) |
Merge pull request #55306 from Chaosus/enchance_global_doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index b1350c0241..41cc043a74 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1,13 +1,15 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="@GlobalScope" version="4.0"> <brief_description> - Global scope constants and variables. + Global scope constants and functions. </brief_description> <description> - Global scope constants and variables. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. + A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keycodes, property hints, etc. Singletons are also documented here, since they can be accessed from anywhere. + For the entries related to GDScript which can be accessed in any script see [@GDScript]. </description> <tutorials> + <link title="Random number generation">$DOCS_URL/tutorials/math/random_number_generation.html</link> </tutorials> <methods> <method name="abs"> |