V-Gears 0
Free Final Fantasy VII engine.
Savemap::STAT Class Reference

Character basic stats. More...

#include <Savemap.h>

Static Public Attributes

static const unsigned int STR = 0
 Strength stat. More...
 
static const unsigned int VIT = 1
 Vtatlity stat. More...
 
static const unsigned int MAG = 2
 Magic stat. More...
 
static const unsigned int SPR = 3
 Spirit stat. More...
 
static const unsigned int DEX = 4
 Dexterity stat. More...
 
static const unsigned int LCK = 5
 Luck stat. More...
 
static const unsigned int HP = 6
 HP stat. More...
 
static const unsigned int MP = 7
 MP stat. More...
 

Detailed Description

Character basic stats.

Member Data Documentation

◆ DEX

const unsigned int Savemap::STAT::DEX = 4
static

Dexterity stat.

◆ HP

const unsigned int Savemap::STAT::HP = 6
static

HP stat.

◆ LCK

const unsigned int Savemap::STAT::LCK = 5
static

Luck stat.

◆ MAG

const unsigned int Savemap::STAT::MAG = 2
static

Magic stat.

◆ MP

const unsigned int Savemap::STAT::MP = 7
static

MP stat.

◆ SPR

const unsigned int Savemap::STAT::SPR = 3
static

Spirit stat.

◆ STR

const unsigned int Savemap::STAT::STR = 0
static

Strength stat.

◆ VIT

const unsigned int Savemap::STAT::VIT = 1
static

Vtatlity stat.


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