![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <ExperienceMediumSlow.hpp>
Public Member Functions | |
| ExperienceMediumSlow () | |
Public Member Functions inherited from yap::PokemonExperience | |
| PokemonExperience () | |
| void | Init (UInt32 experience) |
| void | InitFromLevel (UInt16 level) |
| UInt32 | GetValue () const |
| Getters. | |
| UInt32 | GetExperienceToNextLevel () const |
| UInt32 | GetTotalExperienceToNextLevel () const |
| float | GetExperiencePercentage () |
| int | AddExperience (const UInt32 &value) |
| void | ComputeTotalExperienceToNextLevel (UInt16 level) |
| UInt16 | GetLevel () |
Private Member Functions | |
| DISALLOW_COPY (ExperienceMediumSlow) | |
| virtual UInt32 | ComputeExperienceFromLevel (const UInt16 &level) |
Additional Inherited Members | |
Static Public Attributes inherited from yap::PokemonExperience | |
| static const UInt16 | INITIAL_LEVEL_VALUE = 1 |
| static const UInt16 | MAX_LEVEL_VALUE = 100 |
Definition at line 9 of file ExperienceMediumSlow.hpp.
| yap::ExperienceMediumSlow::ExperienceMediumSlow | ( | ) |
Definition at line 6 of file ExperienceMediumSlow.cpp.
Implements yap::PokemonExperience.
Definition at line 10 of file ExperienceMediumSlow.cpp.
|
private |