1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Added missing information about File.open_encrypted function to docs.

This commit is contained in:
codetorex
2020-07-29 06:40:02 +01:00
committed by Rémi Verschelde
parent 13d785241c
commit 3f6a7c74e3

View File

@@ -257,6 +257,7 @@
</argument>
<description>
Opens an encrypted file in write or read mode. You need to pass a binary key to encrypt/decrypt it.
[b]Note:[/b] The provided key must be 32 bytes long.
</description>
</method>
<method name="open_encrypted_with_pass">