![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <Options.h>
Public Attributes | |
| EntryCompressionType | zip_compressionType = EntryCompressionType::NO_COMPRESS |
| BSP/ZIP - The compression format. | |
| int16_t | zip_compressionStrength = 5 |
| BSP/ZIP - The compression strength. | |
| uint16_t | vpk_preloadBytes = 0 |
| VPK - The amount in bytes of the file to preload. Maximum is controlled by VPK_MAX_PRELOAD_BYTES (format/VPK.h). | |
| bool | vpk_saveToDirectory = false |
| VPK - Save this entry to the directory VPK. | |
| uint16_t vpkpp::EntryOptions::vpk_preloadBytes = 0 |
VPK - The amount in bytes of the file to preload. Maximum is controlled by VPK_MAX_PRELOAD_BYTES (format/VPK.h).
| bool vpkpp::EntryOptions::vpk_saveToDirectory = false |
| int16_t vpkpp::EntryOptions::zip_compressionStrength = 5 |
| EntryCompressionType vpkpp::EntryOptions::zip_compressionType = EntryCompressionType::NO_COMPRESS |