Merge pull request #48280 from Calinou/doc-file-open-compressed-godot-only

Document that `File.open_compressed()` can only open files saved by Godot
This commit is contained in:
Rémi Verschelde 2021-05-05 15:16:23 +02:00 committed by GitHub
commit d1801f976f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">