![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <BattleParameters.hpp>
Public Member Functions | |
| BattleParameters () | |
| virtual | ~BattleParameters () |
Getters. | |
{ | |
| IDrawableBattleEntity & | GetOpponent () const |
Public Member Functions inherited from yap::BattleParameters | |
| const BattleType & | GetBattleType () const |
| const ID & | GetGroundType () const |
| const ID & | GetWeather () const |
| void | SetBattleType (const BattleType &value) |
| void | SetGroundType (const ID &value) |
| void | SetWeather (const ID &value) |
| void | SetOpponent (IBattleEntity *value) |
Private Member Functions | |
| DISALLOW_COPY (BattleParameters) | |
Setters. | |
|
{ | |
| IDrawableBattleEntity * | opponent_ |
| } | |
| void | SetOpponent (IDrawableBattleEntity *value) |
Additional Inherited Members | |
Static Public Attributes inherited from yap::BattleParameters | |
| static const BattleType | DEFAULT_BATTLE_TYPE |
| } | |
| static const ID | DEFAULT_GROUND_TYPE |
| static const ID | DEFAULT_WEATHER |
Definition at line 11 of file BattleParameters.hpp.
| ycl::BattleParameters::BattleParameters | ( | ) |
Reimplemented from yap::BattleParameters.
Definition at line 6 of file BattleParameters.cpp.
|
virtual |
Definition at line 12 of file BattleParameters.cpp.
|
private |
| IDrawableBattleEntity & ycl::BattleParameters::GetOpponent | ( | ) | const |
Reimplemented from yap::BattleParameters.
Definition at line 17 of file BattleParameters.cpp.
| void ycl::BattleParameters::SetOpponent | ( | IDrawableBattleEntity * | value | ) |
|
private |