Difference between revisions of "FileDecoder"

Line 1: Line 1:
{{newin|[[0.7.0]]|type=enum}}
+
{{newin|[[0.7.0]]|070|type=enum}}
 
How to decode a given [[FileData]].
 
How to decode a given [[FileData]].
 
== Constants ==
 
== Constants ==

Revision as of 09:42, 25 March 2011

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

How to decode a given FileData.

Constants

file
The data is unencoded.
base64
The data is base64-encoded.

See Also

Other Languages