Link the Random number generation tutorial in the class reference
(cherry picked from commit 802c1e4df1
)
This commit is contained in:
parent
7a0710f91a
commit
8d445f3f9f
2 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue