1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Add missing description of FileAccess.store_half behavior on error

This commit is contained in:
Haoyu Qiu
2025-05-08 12:53:52 +08:00
parent 0793c626d2
commit c24bfb0491

View File

@@ -517,6 +517,7 @@
<param index="0" name="value" type="float" />
<description>
Stores a half-precision floating-point number as 16 bits in the file.
[b]Note:[/b] If an error occurs, the resulting value of the file position indicator is indeterminate.
</description>
</method>
<method name="store_line">