#include <PokemonExperience.hpp>
List of all members.
Detailed Description
Definition at line 9 of file PokemonExperience.hpp.
Constructor & Destructor Documentation
| yap::PokemonExperience::PokemonExperience |
( |
| ) |
|
Member Function Documentation
| int yap::PokemonExperience::AddExperience |
( |
const UInt32 & |
value | ) |
|
| virtual UInt32 yap::PokemonExperience::ComputeExperienceFromLevel |
( |
const UInt16 & |
level | ) |
|
|
privatepure virtual |
| void yap::PokemonExperience::ComputeTotalExperienceToNextLevel |
( |
UInt16 |
level | ) |
|
| float yap::PokemonExperience::GetExperiencePercentage |
( |
| ) |
|
| UInt32 yap::PokemonExperience::GetExperienceToNextLevel |
( |
| ) |
const |
| UInt16 yap::PokemonExperience::GetLevel |
( |
| ) |
|
| UInt32 yap::PokemonExperience::GetTotalExperienceToNextLevel |
( |
| ) |
const |
| UInt32 yap::PokemonExperience::GetValue |
( |
| ) |
const |
| void yap::PokemonExperience::Init |
( |
UInt32 |
experience | ) |
|
| void yap::PokemonExperience::InitFromLevel |
( |
UInt16 |
level | ) |
|
Member Data Documentation
| UInt16 yap::PokemonExperience::currentLevel_ |
|
private |
| const uint yap::PokemonExperience::INITIAL_EXPERIENCE_VALUE = 0 |
|
staticprivate |
| const UInt16 yap::PokemonExperience::INITIAL_LEVEL_VALUE = 1 |
|
static |
| const uint yap::PokemonExperience::MAX_EXPERIENCE_VALUE = 2000000 |
|
staticprivate |
| const UInt16 yap::PokemonExperience::MAX_LEVEL_VALUE = 100 |
|
static |
| UInt32 yap::PokemonExperience::previousValue_ |
|
private |
| UInt32 yap::PokemonExperience::totalExperienceToNextLevel_ |
|
private |
| UInt32 yap::PokemonExperience::value_ |
|
private |
The documentation for this class was generated from the following files: