![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <ExperienceFluctuating.hpp>
Public Member Functions | |
| ExperienceFluctuating () | |
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 (ExperienceFluctuating) | |
| 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 ExperienceFluctuating.hpp.
| yap::ExperienceFluctuating::ExperienceFluctuating | ( | ) |
Definition at line 6 of file ExperienceFluctuating.cpp.
|
privatevirtual |
Implements yap::PokemonExperience.
Definition at line 10 of file ExperienceFluctuating.cpp.
|
private |