![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
This is the complete list of members for yap::PokemonStat, including all inherited members.
| attack_ | yap::PokemonStat | private |
| ComputeStats(const PokemonInfo &pokeInfo, const UInt16 &level, const NatureInfo &natureInfo) | yap::PokemonStat | |
| defense_ | yap::PokemonStat | private |
| GetAttack() const | yap::PokemonStat | |
| GetDefense() const | yap::PokemonStat | |
| GetHitPoint() const | yap::PokemonStat | |
| GetSpecialAttack() const | yap::PokemonStat | |
| GetSpecialDefense() const | yap::PokemonStat | |
| GetSpeed() const | yap::PokemonStat | |
| hitPoint_ | yap::PokemonStat | private |
| LoadFromPokemonStat(const PokemonStat &stats) | yap::PokemonStat | |
| ModifyHitPoint(int value) | yap::PokemonStat | |
| PokemonStat() | yap::PokemonStat | |
| PokemonStat(const HitPoint &hp, const Attack &atk, const Defense &def, const SpecialAttack &speAtk, const SpecialDefense &speDef, const Speed &speed) | yap::PokemonStat | |
| PokemonStat(const PokemonStat ©) | yap::PokemonStat | |
| RestoreHP() | yap::PokemonStat | |
| SetCurrentHP(const yap::UInt16 &value) | yap::PokemonStat | |
| specialAttack_ | yap::PokemonStat | private |
| specialDefense_ | yap::PokemonStat | private |
| speed_ | yap::PokemonStat | private |