V-Gears 0
Free Final Fantasy VII engine.
SpawnPointDb Struct Reference

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< Recordgateways_to_this_field
 List of gateways to this field. More...
 

Detailed Description

A database of spawn points.

Member Data Documentation

◆ gateways_to_this_field

std::vector<Record> SpawnPointDb::gateways_to_this_field

List of gateways to this field.

◆ target_field_id

u16 SpawnPointDb::target_field_id = 0

Field IDs.

ID of the field the gateways records from N other number of fields are linking to.


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