1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Update FileAccess.xml

This commit is contained in:
ntlblpm
2024-11-19 03:45:03 -05:00
committed by GitHub
parent fd4c29a189
commit 086d1ea2ac

View File

@@ -4,7 +4,7 @@
Provides methods for file reading and writing operations.
</brief_description>
<description>
This class can be used to permanently store data in the user device's file system and to read from it. This is useful for store game save data or player configuration files.
This class can be used to permanently store data in the user device's file system and to read from it. This is useful for storing game save data or player configuration files.
Here's a sample on how to write and read from a file:
[codeblocks]
[gdscript]