YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::SpecialAttack Class Reference

#include <SpecialAttack.hpp>

Inheritance diagram for yap::SpecialAttack:
Collaboration diagram for yap::SpecialAttack:

List of all members.

Public Member Functions

 SpecialAttack ()
 SpecialAttack (const UInt16 &ev, const UInt16 &iv)
- Public Member Functions inherited from yap::BaseStat
 BaseStat ()
 Constructors.
 BaseStat (const UInt16 &ev, const UInt16 &iv)
const UInt16GetValue () const
 Getters.
const UInt16GetIndividualValue () const
const UInt16GetEffortValue () 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_

Detailed Description

Definition at line 9 of file SpecialAttack.hpp.


Constructor & Destructor Documentation

yap::SpecialAttack::SpecialAttack ( )

Definition at line 5 of file SpecialAttack.cpp.

yap::SpecialAttack::SpecialAttack ( const UInt16 ev,
const UInt16 iv 
)

Definition at line 9 of file SpecialAttack.cpp.


The documentation for this class was generated from the following files: