TrinityCore
Loading...
Searching...
No Matches
EmpyreanDomain::PlayerMoveDownEvent Class Reference
+ Inheritance diagram for EmpyreanDomain::PlayerMoveDownEvent:

Public Member Functions

 PlayerMoveDownEvent (Player *player, std::shared_ptr< Scripting::v2::ActionResult< MovementStopReason > > const &action)
 
bool Execute (uint64, uint32) override
 
- Public Member Functions inherited from BasicEvent
 BasicEvent ()
 
virtual ~BasicEvent ()
 
virtual bool IsDeletable () const
 
virtual void Abort (uint64)
 
void ScheduleAbort ()
 

Private Attributes

Player_player
 
std::shared_ptr< Scripting::v2::ActionResult< MovementStopReason > > _action
 

Detailed Description

Definition at line 89 of file arena_empyrean_domain.cpp.

Constructor & Destructor Documentation

◆ PlayerMoveDownEvent()

EmpyreanDomain::PlayerMoveDownEvent::PlayerMoveDownEvent ( Player player,
std::shared_ptr< Scripting::v2::ActionResult< MovementStopReason > > const &  action 
)
inlineexplicit

Definition at line 92 of file arena_empyrean_domain.cpp.

Member Function Documentation

◆ Execute()

bool EmpyreanDomain::PlayerMoveDownEvent::Execute ( uint64  ,
uint32   
)
inlineoverridevirtual

Reimplemented from BasicEvent.

Definition at line 94 of file arena_empyrean_domain.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _action

std::shared_ptr<Scripting::v2::ActionResult<MovementStopReason> > EmpyreanDomain::PlayerMoveDownEvent::_action
private

Definition at line 108 of file arena_empyrean_domain.cpp.

◆ _player

Player* EmpyreanDomain::PlayerMoveDownEvent::_player
private

Definition at line 107 of file arena_empyrean_domain.cpp.


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