Replace Godot docs URL with $DOCS_URL in XML class reference
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
[b]Note:[/b] The default values of [member seed] and [member state] properties are pseudo-random, and changes when calling [method randomize]. The [code]0[/code] value documented here is a placeholder, and not the actual default seed.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Random number generation">https://docs.godotengine.org/en/latest/tutorials/math/random_number_generation.html</link>
|
||||
<link title="Random number generation">$DOCS_URL/tutorials/math/random_number_generation.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="randf">
|
||||
|
||||
Reference in New Issue
Block a user