love.data.decode
Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Decode Data or a string from any of the EncodeFormats to Data or string.
Contents
Function
Synopsis
decoded = love.data.decode( container, format, sourceString )
Arguments
ContainerType container
- What type to return the decoded data as.
EncodeFormat format
- The format of the input data.
string sourceString
- The raw (encoded) data to decode.
Returns
Function
Synopsis
decoded = love.data.decode( container, format, sourceData )
Arguments
ContainerType container
- What type to return the decoded data as.
EncodeFormat format
- The format of the input data.
Data sourceData
- The raw (encoded) data to decode.
Returns
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info