Explorar o código

Add missing description of `FileAccess.store_half` behavior on error

Haoyu Qiu hai 4 meses
pai
achega
c24bfb0491
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      doc/classes/FileAccess.xml

+ 1 - 0
doc/classes/FileAccess.xml

@@ -517,6 +517,7 @@
 			<param index="0" name="value" type="float" />
 			<param index="0" name="value" type="float" />
 			<description>
 			<description>
 				Stores a half-precision floating-point number as 16 bits in the file.
 				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>
 			</description>
 		</method>
 		</method>
 		<method name="store_line">
 		<method name="store_line">