EncodeFormat

Available since LÖVE 11.0
This enum is not supported in earlier versions.

Encoding format used to encode or decode data.

Constants

base64
Encode/decode data as base64 binary-to-text encoding.
hex
Encode/decode data as hexadecimal string.

See Also

Other Languages