mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Various classref typo fixes
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
<param index="0" name="byte_offset" type="int" />
|
||||
<param index="1" name="value" type="int" />
|
||||
<description>
|
||||
Encodes a 32-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 2 bytes of space, starting at the offset.
|
||||
Encodes a 32-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 4 bytes of space, starting at the offset.
|
||||
</description>
|
||||
</method>
|
||||
<method name="encode_s64">
|
||||
@@ -237,7 +237,7 @@
|
||||
<param index="0" name="byte_offset" type="int" />
|
||||
<param index="1" name="value" type="int" />
|
||||
<description>
|
||||
Encodes a 64-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 2 bytes of space, starting at the offset.
|
||||
Encodes a 64-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 8 bytes of space, starting at the offset.
|
||||
</description>
|
||||
</method>
|
||||
<method name="encode_s8">
|
||||
|
||||
Reference in New Issue
Block a user