From c24bfb0491dc0763cbf39b95b5f2822223f5a39b Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Thu, 8 May 2025 12:53:52 +0800 Subject: [PATCH] Add missing description of `FileAccess.store_half` behavior on error --- doc/classes/FileAccess.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/FileAccess.xml b/doc/classes/FileAccess.xml index 248c1000fc4..3c5ea4b393f 100644 --- a/doc/classes/FileAccess.xml +++ b/doc/classes/FileAccess.xml @@ -517,6 +517,7 @@ 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.