Document that File.open_compressed() can only open files saved by Godot

(cherry picked from commit 5f098d6db6)
This commit is contained in:
Hugo Locurcio 2021-04-29 00:47:16 +02:00 committed by Rémi Verschelde
parent b4529c7e8d
commit b1cb84b452
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -255,6 +255,7 @@
</argument>
<description>
Opens a compressed file for reading or writing.
[b]Note:[/b] [method open_compressed] can only read files that were saved by Godot, not third-party compression formats. See [url=https://github.com/godotengine/godot/issues/28999]GitHub issue #28999[/url] for a workaround.
</description>
</method>
<method name="open_encrypted">