![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <DestroyObjectMapEventAction.hpp>
Public Member Functions | |
| DestroyObjectMapEventAction () | |
| virtual | ~DestroyObjectMapEventAction () |
| void | SetTargetWorldID (const ID &targetWorldID) |
| virtual void | VisitPlayer (IPlayer &visitable) |
ICloneable members. | |
| virtual DestroyObjectMapEventAction * | 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 | |
| DestroyObjectMapEventAction (const DestroyObjectMapEventAction ©) | |
Protected Member Functions inherited from yap::BaseMapEventAction | |
| BaseMapEventAction () | |
| BaseMapEventAction (const BaseMapEventAction ©) | |
| MapEventActionType | GetContextType () const |
| MapEventArgs & | GetArgs () |
Private Member Functions | |
| DISALLOW_ASSIGN (DestroyObjectMapEventAction) | |
Private Attributes | |
| ID | targetWorldID_ |
Definition at line 11 of file DestroyObjectMapEventAction.hpp.
| yap::DestroyObjectMapEventAction::DestroyObjectMapEventAction | ( | ) |
Definition at line 7 of file DestroyObjectMapEventAction.cpp.
|
virtual |
Definition at line 13 of file DestroyObjectMapEventAction.cpp.
|
protected |
Definition at line 17 of file DestroyObjectMapEventAction.cpp.
|
virtual |
Reimplemented from yap::IMapEventAction.
Definition at line 24 of file DestroyObjectMapEventAction.cpp.
|
private |
| void yap::DestroyObjectMapEventAction::SetTargetWorldID | ( | const ID & | targetWorldID | ) |
Definition at line 29 of file DestroyObjectMapEventAction.cpp.
|
virtual |
Reimplemented from yap::BaseMapEventAction.
Definition at line 34 of file DestroyObjectMapEventAction.cpp.
|
private |
Definition at line 35 of file DestroyObjectMapEventAction.hpp.