|
@@ -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">
|