mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
doc: Fix wrong references found by new makerst.py
Thanks @PJB3005
This commit is contained in:
parent
7d22e162e7
commit
26fddb77be
43 changed files with 128 additions and 123 deletions
|
@ -193,13 +193,13 @@
|
|||
Serialize a [Variant] to a string.
|
||||
</constant>
|
||||
<constant name="STR_TO_VAR" value="59" enum="BuiltinFunc">
|
||||
Deserialize a [Variant] from a string serialized using [VAR_TO_STR].
|
||||
Deserialize a [Variant] from a string serialized using [code]VAR_TO_STR[/code].
|
||||
</constant>
|
||||
<constant name="VAR_TO_BYTES" value="60" enum="BuiltinFunc">
|
||||
Serialize a [Variant] to a [PoolByteArray].
|
||||
</constant>
|
||||
<constant name="BYTES_TO_VAR" value="61" enum="BuiltinFunc">
|
||||
Deserialize a [Variant] from a [PoolByteArray] serialized using [VAR_TO_BYTES].
|
||||
Deserialize a [Variant] from a [PoolByteArray] serialized using [code]VAR_TO_BYTES[/code].
|
||||
</constant>
|
||||
<constant name="COLORN" value="62" enum="BuiltinFunc">
|
||||
Return the [Color] with the given name and alpha ranging from 0 to 1. Note: names are defined in color_names.inc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue