![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A database of spawn points. More...
#include <SpawnPointDb.h>
Classes | |
struct | Record |
A spawn point database record. More... | |
Public Attributes | |
u16 | target_field_id = 0 |
Field IDs. More... | |
std::vector< Record > | gateways_to_this_field |
List of gateways to this field. More... | |
A database of spawn points.
std::vector<Record> SpawnPointDb::gateways_to_this_field |
List of gateways to this field.
u16 SpawnPointDb::target_field_id = 0 |
Field IDs.
ID of the field the gateways records from N other number of fields are linking to.