V-Gears 0
Free Final Fantasy VII engine.
VGears::WorldmapFileSerializer::Normal Struct Reference

A normal. More...

#include <WorldmapFileSerializer.h>

Public Attributes

sint16 x
 X coordinate. More...
 
sint16 y
 Y coordinate. More...
 
sint16 z
 Z coordinate. More...
 
uint16 unused
 Fill space to fit the structure in 32 bit. More...
 

Detailed Description

A normal.

Member Data Documentation

◆ unused

uint16 VGears::WorldmapFileSerializer::Normal::unused

Fill space to fit the structure in 32 bit.

◆ x

sint16 VGears::WorldmapFileSerializer::Normal::x

X coordinate.

◆ y

sint16 VGears::WorldmapFileSerializer::Normal::y

Y coordinate.

◆ z

sint16 VGears::WorldmapFileSerializer::Normal::z

Z coordinate.


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