Item struct
#include <Jazz2/Compatibility/JJ2Data.h>
Item from a .j2d data file.
Public variables
- String Filename
- File name of the item.
-
std::
unique_ptr<uint8_t[]> Blob - Raw item data.
-
std::
uint32_t Type - Item type.
-
std::
int32_t Size - Size of the item data in bytes.