{{newin|[[0.10.0]]|100|type=function}}
Gets the compression format of the CompressedData.
== Function ==
=== Synopsis ===
<source lang="lua">
format = CompressedData:getFormat( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|CompressedDataFormat|format|The format of the CompressedData.}}
== See Also ==
* [[parent::CompressedData]]
[[Category:Functions]]
{{#set:Description=Gets the compression format of the CompressedData.}}
== Other Languages ==
{{i18n|CompressedData:getFormat}}