V-Gears 0
Free Final Fantasy VII engine.
VGears::LGPArchive::FileEntry Struct Reference

A file in a LGP archive. More...

#include <VGearsLGPArchive.h>

Collaboration diagram for VGears::LGPArchive::FileEntry:

Public Attributes

String file_name
 The file name. More...
 
uint32 file_offset
 The file offset from the beginning of the archive. More...
 
uint8 unknown1
 Unknown data. More...
 
uint16 unknown2
 Unknown data. More...
 
String datafile_name
 NAme of the data file. More...
 
uint32 data_size
 Size of the data, in bytes. More...
 
uint32 data_offset
 Data offset. More...
 

Detailed Description

A file in a LGP archive.

Member Data Documentation

◆ data_offset

uint32 VGears::LGPArchive::FileEntry::data_offset

Data offset.

◆ data_size

uint32 VGears::LGPArchive::FileEntry::data_size

Size of the data, in bytes.

◆ datafile_name

String VGears::LGPArchive::FileEntry::datafile_name

NAme of the data file.

◆ file_name

String VGears::LGPArchive::FileEntry::file_name

The file name.

◆ file_offset

uint32 VGears::LGPArchive::FileEntry::file_offset

The file offset from the beginning of the archive.

◆ unknown1

uint8 VGears::LGPArchive::FileEntry::unknown1

Unknown data.

◆ unknown2

uint16 VGears::LGPArchive::FileEntry::unknown2

Unknown data.


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