ConfigFile.loadEncrypted

Loads the encrypted config file specified as a parameter, using the provided key to decrypt it. The file's contents are parsed and loaded in the ConfigFile object which the method was called on. Returns one of the error code constants (OK on success).

struct ConfigFile
@nogc nothrow
GodotError
loadEncrypted
(
in String path
,
in PoolByteArray key
)

Meta