diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-10-14 18:03:29 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-10-14 18:03:29 +0200 |
commit | 802c1e4df1975ff6ed11eacefe7e12d40b295b32 (patch) | |
tree | ae4debbdd59e880d737d470213095f7c4f0b917b /modules/gdscript/doc_classes/@GDScript.xml | |
parent | 60531111e7318c531abee973a72d797a16c49c9b (diff) |
Link the Random number generation tutorial in the class reference
Diffstat (limited to 'modules/gdscript/doc_classes/@GDScript.xml')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index fc27892099..e170667a30 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -7,6 +7,7 @@ List of core built-in GDScript functions. Math functions and other utilities. Everything else is provided by objects. (Keywords: builtin, built in, global functions.) </description> <tutorials> + <link title="Random number generation">https://docs.godotengine.org/en/latest/tutorials/math/random_number_generation.html</link> </tutorials> <methods> <method name="Color8"> |