![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
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... | |
Information about a model.
|
inline |
Constructor.
Initializes to default values.
std::string FF7Data::BattleModelInfo::alphanumeric_id |
An alphanumeric ID assigned to the model.
bool FF7Data::BattleModelInfo::is_enemy |
Indicates if the model is of an enemy.
bool FF7Data::BattleModelInfo::is_player |
Indicates if the model is of aa playable character.
bool FF7Data::BattleModelInfo::is_scene |
Indicates if the model is of a battle scene.
std::string FF7Data::BattleModelInfo::name |
A name for the model.
std::string FF7Data::BattleModelInfo::name_normal |
A normalized version of the name.
int FF7Data::BattleModelInfo::numeric_id |
A numeric ID assigned to the model.