V-Gears 0
Free Final Fantasy VII engine.
VGears::TriggersFile::Gateway Struct Reference

A gateway. More...

#include <VGearsTriggersFile.h>

Collaboration diagram for VGears::TriggersFile::Gateway:

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
 

Detailed Description

A gateway.

Gateways are a special kind of trigger.

Member Data Documentation

◆ destination

TriggerVertex VGears::TriggersFile::Gateway::destination

The destination point in the target map.

◆ destination_field_id

u16 VGears::TriggersFile::Gateway::destination_field_id

ID of the destination field.

◆ dir

u8 VGears::TriggersFile::Gateway::dir
Todo:
Understand and document.

◆ dir_copy1

u8 VGears::TriggersFile::Gateway::dir_copy1
Todo:
Understand and document.

◆ dir_copy2

u8 VGears::TriggersFile::Gateway::dir_copy2
Todo:
Understand and document.

◆ dir_copy3

u8 VGears::TriggersFile::Gateway::dir_copy3
Todo:
Understand and document.

◆ exit_line

std::array<TriggerVertex, 2> VGears::TriggersFile::Gateway::exit_line

The gateway line, between two vertices.


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