xoreos
0.0.5
|
A resource within the archive. More...
#include <archive.h>
Public Member Functions | |
Resource () | |
Public Attributes | |
Common::UString | name |
The resource's name. More... | |
uint64 | hash |
The resource's hashed name. More... | |
FileType | type |
The resource's type. More... | |
uint32 | index |
The resource's local index within the archive. More... | |
Aurora::Archive::Resource::Resource | ( | ) |
Definition at line 31 of file archive.cpp.
uint64 Aurora::Archive::Resource::hash |
uint32 Aurora::Archive::Resource::index |
The resource's local index within the archive.
Definition at line 52 of file archive.h.
Referenced by Engines::KotOR::SavedGame::fillFromModuleSAV(), Engines::KotOR::SavedGame::fillFromSAV(), Aurora::TheWitcherSaveFile::load(), Aurora::ZIPFile::load(), Aurora::PEFile::load(), Aurora::NDSFile::readNames(), and Aurora::OBBFile::readResList().
Common::UString Aurora::Archive::Resource::name |
The resource's name.
Definition at line 49 of file archive.h.
Referenced by Engines::KotOR::SavedGame::fillFromModuleSAV(), Engines::KotOR::SavedGame::fillFromSAV(), Aurora::TheWitcherSaveFile::load(), Aurora::ZIPFile::load(), Aurora::PEFile::load(), Aurora::BZFFile::mergeKEY(), Aurora::BIFFile::mergeKEY(), Aurora::NDSFile::readNames(), and Aurora::OBBFile::readResList().
FileType Aurora::Archive::Resource::type |
The resource's type.
Definition at line 51 of file archive.h.
Referenced by Engines::KotOR::SavedGame::fillFromModuleSAV(), Engines::KotOR::SavedGame::fillFromSAV(), Aurora::TheWitcherSaveFile::load(), Aurora::ZIPFile::load(), Aurora::PEFile::load(), Aurora::NDSFile::readNames(), and Aurora::OBBFile::readResList().