love.data.decode (日本語)
LÖVE 11.0 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
EncodeFormat 形式の Data または文字列から Data または文字列をデコードします。
関数
概要
decoded = love.data.decode( container, format, sourceString )
引数
ContainerType container
- デコードしたデータの返値型。
EncodeFormat format
- 入力データ形式。
string sourceString
- デコード対象の生データ (エンコード済みデータ)。
返値
関数
概要
decoded = love.data.decode( container, format, sourceData )
引数
ContainerType container
- デコードしたデータの返値型。
EncodeFormat format
- 入力データ形式。
Data sourceData
- デコード対象の生データ (エンコード済みデータ)。
返値
関連