![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <TriggerBattleMapEventAction.hpp>
Public Member Functions | |
| TriggerBattleMapEventAction (BattleSpawnerArea &source) | |
| virtual | ~TriggerBattleMapEventAction () |
| virtual void | VisitPlayer (IPlayer &visitable) |
ICloneable members. | |
| virtual TriggerBattleMapEventAction * | Clone () const |
Public Member Functions inherited from yap::BaseMapEventAction | |
| virtual | ~BaseMapEventAction () |
| virtual bool | Execute (MapEventActionType contextType, DynamicWorldObject &trigger, MapEventArgs &args) |
| Sets up the MapEventArgs args for the next execution. | |
| virtual void | VisitDynamicWorldObject (DynamicWorldObject &visitable) |
| virtual void | VisitCharacter (Character &visitable) |
| virtual void | VisitTeleporter (Teleporter &visitable) |
| virtual void | VisitDestructibleObject (DestructibleObject &visitable) |
| virtual void | VisitBattleSpawnerArea (BattleSpawnerArea &visitable) |
Public Member Functions inherited from yap::IMapEventAction | |
| virtual | ~IMapEventAction () |
Public Member Functions inherited from yap::ICloneable | |
| virtual | ~ICloneable () |
Public Member Functions inherited from yap::IDynamicWorldObjectVisitor | |
| virtual | ~IDynamicWorldObjectVisitor () |
Protected Member Functions | |
| TriggerBattleMapEventAction (const TriggerBattleMapEventAction ©) | |
Protected Member Functions inherited from yap::BaseMapEventAction | |
| BaseMapEventAction () | |
| BaseMapEventAction (const BaseMapEventAction ©) | |
| MapEventActionType | GetContextType () const |
| MapEventArgs & | GetArgs () |
Private Member Functions | |
| DISALLOW_ASSIGN (TriggerBattleMapEventAction) | |
| bool | TriggerBattle (const Vector2 &offset) |
Private Attributes | |
| BattleSpawnerArea & | source_ |
Static Private Attributes | |
| static const String | OBJECT_ENTERING_HANDLER_NAME = "ObjectEntering" |
Definition at line 13 of file TriggerBattleMapEventAction.hpp.
|
explicit |
Definition at line 14 of file TriggerBattleMapEventAction.cpp.
|
virtual |
Definition at line 21 of file TriggerBattleMapEventAction.cpp.
|
protected |
Definition at line 25 of file TriggerBattleMapEventAction.cpp.
|
virtual |
Reimplemented from yap::IMapEventAction.
Definition at line 32 of file TriggerBattleMapEventAction.cpp.
|
private |
|
private |
Definition at line 83 of file TriggerBattleMapEventAction.cpp.
|
virtual |
Reimplemented from yap::BaseMapEventAction.
Definition at line 37 of file TriggerBattleMapEventAction.cpp.
|
staticprivate |
Definition at line 35 of file TriggerBattleMapEventAction.hpp.
|
private |
Definition at line 39 of file TriggerBattleMapEventAction.hpp.