Difference between revisions of "CompressedData:getFormat"

m
 
Line 1: Line 1:
{{newin|[[0.9.0]]|090|type=function}}
+
{{newin|[[0.10.0]]|100|type=function}}
Gets the format of the CompressedData.
+
Gets the compression format of the CompressedData.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 9:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|CompressedImageFormat|format|The format of the CompressedData.}}
+
{{param|CompressedDataFormat|format|The format of the CompressedData.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::CompressedData]]
 
* [[parent::CompressedData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gets the format of the CompressedData.}}
+
{{#set:Description=Gets the compression format of the CompressedData.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|CompressedData:getFormat}}
 
{{i18n|CompressedData:getFormat}}

Latest revision as of 03:49, 3 October 2015

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Gets the compression format of the CompressedData.

Function

Synopsis

format = CompressedData:getFormat( )

Arguments

None.

Returns

CompressedDataFormat format
The format of the CompressedData.

See Also

Other Languages