![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <NullMapEventAction.hpp>
Private Member Functions | |
| DISALLOW_ASSIGN (NullMapEventAction) | |
Additional Inherited Members | |
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 | VisitPlayer (IPlayer &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 () |
| virtual IMapEventAction * | Clone () const |
Public Member Functions inherited from yap::ICloneable | |
| virtual | ~ICloneable () |
Public Member Functions inherited from yap::IDynamicWorldObjectVisitor | |
| virtual | ~IDynamicWorldObjectVisitor () |
Protected Member Functions inherited from yap::BaseMapEventAction | |
| BaseMapEventAction () | |
| BaseMapEventAction (const BaseMapEventAction ©) | |
| MapEventActionType | GetContextType () const |
| MapEventArgs & | GetArgs () |
Definition at line 9 of file NullMapEventAction.hpp.
|
private |