![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A gateway. More...
#include <VGearsTriggersFile.h>
Public Attributes | |
std::array< TriggerVertex, 2 > | exit_line |
The gateway line, between two vertices. More... | |
TriggerVertex | destination |
The destination point in the target map. More... | |
u16 | destination_field_id |
ID of the destination field. More... | |
u8 | dir |
u8 | dir_copy1 |
u8 | dir_copy2 |
u8 | dir_copy3 |
A gateway.
Gateways are a special kind of trigger.
TriggerVertex VGears::TriggersFile::Gateway::destination |
The destination point in the target map.
u16 VGears::TriggersFile::Gateway::destination_field_id |
ID of the destination field.
std::array<TriggerVertex, 2> VGears::TriggersFile::Gateway::exit_line |
The gateway line, between two vertices.