From 8d445f3f9fe4574bcecd9a63b28be5c2ee06c0df Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 14 Oct 2020 18:03:29 +0200 Subject: [PATCH] Link the Random number generation tutorial in the class reference (cherry picked from commit 802c1e4df1975ff6ed11eacefe7e12d40b295b32) --- doc/classes/RandomNumberGenerator.xml | 1 + modules/gdscript/doc_classes/@GDScript.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/classes/RandomNumberGenerator.xml b/doc/classes/RandomNumberGenerator.xml index 94604703eab..cb766cd7314 100644 --- a/doc/classes/RandomNumberGenerator.xml +++ b/doc/classes/RandomNumberGenerator.xml @@ -15,6 +15,7 @@ [/codeblock] + https://docs.godotengine.org/en/latest/tutorials/math/random_number_generation.html diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 1e369658742..9c24616be95 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.) + https://docs.godotengine.org/en/latest/tutorials/math/random_number_generation.html