From ce48604eb7fade041c85cf8d6101bf9a29b9aaf1 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Thu, 25 Nov 2021 14:24:09 +0300 Subject: Enchance descriptions of @GlobalScope/@GDScript --- doc/classes/@GlobalScope.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/classes') 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 @@ - Global scope constants and variables. + Global scope constants and functions. - 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]. + $DOCS_URL/tutorials/math/random_number_generation.html -- cgit v1.2.3