{{newin|[[11.0]]|110|type=enum}}
Return type of various data-returning functions.
== Constants ==
;data: Return type is [[ByteData]].
;string: Return type is [[string]].
== Notes ==
Use '''data''' return type if you want to pass a reference to the data to another thread or LÖVE function, and use '''string''' return type if you want to use it immediately, like sending it to network.
== See Also ==
* [[parent::love.data]]
* [[love.data.compress]]
* [[love.data.decompress]]
* [[love.data.encode]]
* [[love.data.decode]]
* [[love.data.pack]]
* [[love.filesystem.read]]
* [[(File):read|File:read]]
[[Category:Enums]]
{{#set:Description=Return type of data-returning functions.}}
== Other Languages ==
{{i18n|ContainerType}}