![]() |
TrinityCore
|
#include <GenericMovementGenerator.h>
Inheritance diagram for GenericMovementGenerator:Public Member Functions | |
| GenericMovementGenerator (std::function< void(Movement::MoveSplineInit &init)> &&initializer, MovementGeneratorType type, uint32 id) | |
| bool | Initialize (Unit *) override |
| bool | Reset (Unit *) override |
| bool | Update (Unit *, uint32) override |
| void | Deactivate (Unit *) override |
| void | Finalize (Unit *, bool, bool) override |
| MovementGeneratorType | GetMovementGeneratorType () const override |
Public Member Functions inherited from MovementGenerator | |
| MovementGenerator () | |
| virtual | ~MovementGenerator () |
| virtual void | UnitSpeedChanged () |
| virtual void | Pause (uint32) |
| virtual void | Resume (uint32) |
| virtual bool | GetResetPosition (Unit *, float &, float &, float &) |
| void | AddFlag (uint16 const flag) |
| bool | HasFlag (uint16 const flag) const |
| void | RemoveFlag (uint16 const flag) |
| virtual std::string | GetDebugInfo () const |
Private Member Functions | |
| void | MovementInform (Unit *) |
Private Attributes | |
| std::function< void(Movement::MoveSplineInit &init)> | _splineInit |
| MovementGeneratorType | _type |
| uint32 | _pointId |
| TimeTracker | _duration |
Additional Inherited Members | |
Public Attributes inherited from MovementGenerator | |
| uint8 | Priority |
| uint16 | Flags |
| uint32 | BaseUnitState |
Definition at line 30 of file GenericMovementGenerator.h.
|
explicit |
Definition at line 25 of file GenericMovementGenerator.cpp.
|
overridevirtual |
Implements MovementGenerator.
Definition at line 72 of file GenericMovementGenerator.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements MovementGenerator.
Definition at line 77 of file GenericMovementGenerator.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements MovementGenerator.
Definition at line 40 of file GenericMovementGenerator.h.
|
overridevirtual |
Implements MovementGenerator.
Definition at line 32 of file GenericMovementGenerator.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 85 of file GenericMovementGenerator.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements MovementGenerator.
Definition at line 50 of file GenericMovementGenerator.cpp.
Here is the call graph for this function:Implements MovementGenerator.
Definition at line 55 of file GenericMovementGenerator.cpp.
Here is the call graph for this function:
|
private |
Definition at line 48 of file GenericMovementGenerator.h.
|
private |
Definition at line 47 of file GenericMovementGenerator.h.
|
private |
Definition at line 45 of file GenericMovementGenerator.h.
|
private |
Definition at line 46 of file GenericMovementGenerator.h.