浏览代码

Merge pull request #106162 from timothyqiu/store-half

Add missing description of `FileAccess.store_half` behavior on error
Thaddeus Crews 4 月之前
父节点
当前提交
2d3b25e61d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/FileAccess.xml

+ 1 - 0
doc/classes/FileAccess.xml

@@ -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">