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

A map arrow. More...

#include <VGearsTriggersFile.h>

Collaboration diagram for VGears::TriggersFile::Arrow:

Public Attributes

s32 x
 X coordinate. More...
 
s32 z
 Z coordinate. More...
 
s32 y
 Y coordinate. More...
 
u32 type
 Arrow type. More...
 

Detailed Description

A map arrow.

Member Data Documentation

◆ type

u32 VGears::TriggersFile::Arrow::type

Arrow type.

0 - Invisible, 1 - Red, 2 - Green.

◆ x

s32 VGears::TriggersFile::Arrow::x

X coordinate.

◆ y

s32 VGears::TriggersFile::Arrow::y

Y coordinate.

◆ z

s32 VGears::TriggersFile::Arrow::z

Z coordinate.


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