SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vpkpp::EntryOptions Struct Reference

#include <Options.h>

Collaboration diagram for vpkpp::EntryOptions:

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.
 

Detailed Description

Definition at line 33 of file Options.h.

Member Data Documentation

◆ vpk_preloadBytes

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)

Definition at line 41 of file Options.h.

◆ vpk_saveToDirectory

bool vpkpp::EntryOptions::vpk_saveToDirectory = false

VPK - Save this entry to the directory VPK.

Definition at line 44 of file Options.h.

◆ zip_compressionStrength

int16_t vpkpp::EntryOptions::zip_compressionStrength = 5

BSP/ZIP - The compression strength.

Definition at line 38 of file Options.h.

◆ zip_compressionType

EntryCompressionType vpkpp::EntryOptions::zip_compressionType = EntryCompressionType::NO_COMPRESS

BSP/ZIP - The compression format.

Definition at line 35 of file Options.h.


The documentation for this struct was generated from the following file: