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

This commit is contained in:
Hugo Locurcio 2021-04-29 00:47:16 +02:00
parent 4a7679e4dd
commit 5f098d6db6
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -275,6 +275,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">