#include <NatureInfo.hpp>
List of all members.
Detailed Description
Definition at line 11 of file NatureInfo.hpp.
Constructor & Destructor Documentation
| yap::NatureInfo::NatureInfo |
( |
| ) |
|
| yap::NatureInfo::NatureInfo |
( |
const ID & |
id | ) |
|
| yap::NatureInfo::NatureInfo |
( |
const NatureInfo & |
copy | ) |
|
Member Function Documentation
| const float & yap::NatureInfo::GetAttackFactor |
( |
| ) |
const |
| const float & yap::NatureInfo::GetDefenseFactor |
( |
| ) |
const |
| const ID & yap::NatureInfo::GetID |
( |
| ) |
const |
| const String & yap::NatureInfo::GetName |
( |
| ) |
const |
| const float & yap::NatureInfo::GetSpecialAttackFactor |
( |
| ) |
const |
| const float & yap::NatureInfo::GetSpecialDefenseFactor |
( |
| ) |
const |
| const float & yap::NatureInfo::GetSpeedFactor |
( |
| ) |
const |
| void yap::NatureInfo::SetAttackFactor |
( |
const float & |
factor | ) |
|
| void yap::NatureInfo::SetDefenseFactor |
( |
const float & |
factor | ) |
|
| void yap::NatureInfo::SetID |
( |
const ID & |
id | ) |
|
| void yap::NatureInfo::SetName |
( |
const String & |
name | ) |
|
| void yap::NatureInfo::SetSpecialAttackFactor |
( |
const float & |
factor | ) |
|
| void yap::NatureInfo::SetSpecialDefenseFactor |
( |
const float & |
factor | ) |
|
| void yap::NatureInfo::SetSpeedFactor |
( |
const float & |
factor | ) |
|
Member Data Documentation
| float yap::NatureInfo::attackFactor_ |
|
private |
| float yap::NatureInfo::defenseFactor_ |
|
private |
| const float yap::NatureInfo::INITIAL_FACTOR_VALUE = 1.f |
|
staticprivate |
| float yap::NatureInfo::specialAttackFactor_ |
|
private |
| float yap::NatureInfo::specialDefenseFactor_ |
|
private |
| float yap::NatureInfo::speedFactor_ |
|
private |
| ID yap::NatureInfo::staticID_ |
|
private |
The documentation for this class was generated from the following files: