V-Gears 0
Free Final Fantasy VII engine.
FF7Data::BattleModelInfo Struct Reference

Information about a model. More...

#include <FF7Data.h>

Public Member Functions

 BattleModelInfo ()
 Constructor. More...
 

Public Attributes

int numeric_id
 A numeric ID assigned to the model. More...
 
std::string alphanumeric_id
 An alphanumeric ID assigned to the model. More...
 
std::string name
 A name for the model. More...
 
std::string name_normal
 A normalized version of the name. More...
 
bool is_enemy
 Indicates if the model is of an enemy. More...
 
bool is_player
 Indicates if the model is of aa playable character. More...
 
bool is_scene
 Indicates if the model is of a battle scene. More...
 

Detailed Description

Information about a model.

Constructor & Destructor Documentation

◆ BattleModelInfo()

FF7Data::BattleModelInfo::BattleModelInfo ( )
inline

Constructor.

Initializes to default values.

Member Data Documentation

◆ alphanumeric_id

std::string FF7Data::BattleModelInfo::alphanumeric_id

An alphanumeric ID assigned to the model.

◆ is_enemy

bool FF7Data::BattleModelInfo::is_enemy

Indicates if the model is of an enemy.

◆ is_player

bool FF7Data::BattleModelInfo::is_player

Indicates if the model is of aa playable character.

◆ is_scene

bool FF7Data::BattleModelInfo::is_scene

Indicates if the model is of a battle scene.

◆ name

std::string FF7Data::BattleModelInfo::name

A name for the model.

◆ name_normal

std::string FF7Data::BattleModelInfo::name_normal

A normalized version of the name.

◆ numeric_id

int FF7Data::BattleModelInfo::numeric_id

A numeric ID assigned to the model.


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