![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Information about the player location in a field map. More...
#include <SaveMap.h>
Public Attributes | |
u16 | x |
X coordinate on the map. More... | |
u16 | y |
Y coordinate on the map. More... | |
u16 | triangle |
Triangle of the walkmesh. More... | |
u8 | orientation |
Player orientation. More... | |
Information about the player location in a field map.
7 bytes.
u8 SaveMap::FieldPosition::orientation |
Player orientation.
1 byte.
u16 SaveMap::FieldPosition::triangle |
Triangle of the walkmesh.
2 bytes.
u16 SaveMap::FieldPosition::x |
X coordinate on the map.
2 bytes.
u16 SaveMap::FieldPosition::y |
Y coordinate on the map.
2 bytes.