![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A spawn point database record. More...
#include <SpawnPointDb.h>
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 |
A spawn point database record.
std::string SpawnPointDb::Record::entity_name |
Only used from script calls.
u16 SpawnPointDb::Record::field_id = 0 |
Field that links to {.
bool SpawnPointDb::Record::from_script = false |
Indicates if the gateway is a map jump from a script.
VGears::TriggersFile::Gateway SpawnPointDb::Record::gateway |
Gateway data.
u32 SpawnPointDb::Record::gateway_index_or_map_jump_address = 0 |
Index of the gateway in {.
std::string SpawnPointDb::Record::script_function_name |
Only used from script calls.