V-Gears 0
Free Final Fantasy VII engine.
KernelDataInstaller::KeyItemData Struct Reference

Data for each key item. More...

Public Attributes

int id
 Key item ID. More...
 
std::string name
 Key item name. More...
 
std::string description
 Key item description. More...
 

Detailed Description

Data for each key item.

There is no data file about key items in KERNEL.BIN, there are only names (file 24) and descriptions (file 16)

Member Data Documentation

◆ description

std::string KernelDataInstaller::KeyItemData::description

Key item description.

◆ id

int KernelDataInstaller::KeyItemData::id

Key item ID.

Not actually in KERNEL.BIN, it;s the order at which they appear.

◆ name

std::string KernelDataInstaller::KeyItemData::name

Key item name.


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