![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <SpecialDefense.hpp>
Public Member Functions | |
| SpecialDefense () | |
| SpecialDefense (const UInt16 &ev, const UInt16 &iv) | |
Public Member Functions inherited from yap::BaseStat | |
| BaseStat () | |
| Constructors. | |
| BaseStat (const UInt16 &ev, const UInt16 &iv) | |
| const UInt16 & | GetValue () const |
| Getters. | |
| const UInt16 & | GetIndividualValue () const |
| const UInt16 & | GetEffortValue () const |
| void | SetIndividualValue (const UInt16 &iv) |
| Setters. | |
| void | SetEffortValue (const UInt16 &ev) |
| void | AddValue (int value) |
| void | ComputeValue (const int &base, const UInt16 level) |
| void | ComputeValue (const int &base, const UInt16 level, const float &natureFactor) |
Additional Inherited Members | |
Protected Attributes inherited from yap::BaseStat | |
| UInt16 | value_ |
| UInt16 | individualValue_ |
| UInt16 | effortValue_ |
Definition at line 9 of file SpecialDefense.hpp.
| yap::SpecialDefense::SpecialDefense | ( | ) |
Definition at line 5 of file SpecialDefense.cpp.
Definition at line 9 of file SpecialDefense.cpp.