[#DecompressScript] = DecompressScript :mrdocs: Reconstructs a script from its compressed representation. == Synopsis Declared in `<compressor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool DecompressScript( xref:CScript.adoc[CScript]& script, unsigned int nSize, xref:CompressedScript.adoc[CompressedScript] const& in); ---- == Return Value true if the script was decompressed successfully. == Parameters [cols="1,4"] |=== | Name| Description | *script* | Output script filled with the decompressed bytes. | *nSize* | The special script type identifier. | *in* | The compressed script payload. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#