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

A spawn point database record. More...

#include <SpawnPointDb.h>

Collaboration diagram for SpawnPointDb::Record:

Public Attributes

u16 field_id = 0
 Field that links to {. More...
 
u32 gateway_index_or_map_jump_address = 0
 Index of the gateway in {. More...
 
VGears::TriggersFile::Gateway gateway
 Gateway data. More...
 
bool from_script = false
 Indicates if the gateway is a map jump from a script. More...
 
std::string entity_name
 
std::string script_function_name
 

Detailed Description

A spawn point database record.

Member Data Documentation

◆ entity_name

std::string SpawnPointDb::Record::entity_name
Todo:
Understand and document.

Only used from script calls.

◆ field_id

u16 SpawnPointDb::Record::field_id = 0

Field that links to {.

See also
SpawnPointDb::target_field_id}.

◆ from_script

bool SpawnPointDb::Record::from_script = false

Indicates if the gateway is a map jump from a script.

◆ gateway

VGears::TriggersFile::Gateway SpawnPointDb::Record::gateway

Gateway data.

◆ gateway_index_or_map_jump_address

u32 SpawnPointDb::Record::gateway_index_or_map_jump_address = 0

Index of the gateway in {.

See also
field_id}.

◆ script_function_name

std::string SpawnPointDb::Record::script_function_name
Todo:
Understand and document.

Only used from script calls.


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