Link the Random number generation tutorial in the class reference

(cherry picked from commit 802c1e4df1)
This commit is contained in:
Hugo Locurcio 2020-10-14 18:03:29 +02:00 committed by Rémi Verschelde
parent 7a0710f91a
commit 8d445f3f9f
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
[/codeblock]
</description>
<tutorials>
<link title="Random number generation">https://docs.godotengine.org/en/latest/tutorials/math/random_number_generation.html</link>
</tutorials>
<methods>
<method name="randf">

View file

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