[#GetSpecialScriptSize] = GetSpecialScriptSize :mrdocs: Returns the decompressed byte length of a special (compressed) script. == Synopsis Declared in `<compressor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int GetSpecialScriptSize(unsigned int nSize); ---- == Return Value The number of payload bytes to read for that special script. == Parameters [cols="1,4"] |=== | Name| Description | *nSize* | The special script type identifier read from the stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#