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

#include <GMA.h>

Collaboration diagram for vpkpp::GMA::Header:

Public Attributes

int32_t signature
 
uint8_t version
 
uint64_t steamID
 
uint64_t timestamp
 
std::string requiredContent
 
std::string addonName
 
std::string addonDescription
 
std::string addonAuthor
 
int32_t addonVersion
 

Detailed Description

Definition at line 14 of file GMA.h.

Member Data Documentation

◆ addonAuthor

std::string vpkpp::GMA::Header::addonAuthor

Definition at line 22 of file GMA.h.

◆ addonDescription

std::string vpkpp::GMA::Header::addonDescription

Definition at line 21 of file GMA.h.

◆ addonName

std::string vpkpp::GMA::Header::addonName

Definition at line 20 of file GMA.h.

◆ addonVersion

int32_t vpkpp::GMA::Header::addonVersion

Definition at line 23 of file GMA.h.

◆ requiredContent

std::string vpkpp::GMA::Header::requiredContent

Definition at line 19 of file GMA.h.

◆ signature

int32_t vpkpp::GMA::Header::signature

Definition at line 15 of file GMA.h.

◆ steamID

uint64_t vpkpp::GMA::Header::steamID

Definition at line 17 of file GMA.h.

◆ timestamp

uint64_t vpkpp::GMA::Header::timestamp

Definition at line 18 of file GMA.h.

◆ version

uint8_t vpkpp::GMA::Header::version

Definition at line 16 of file GMA.h.


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