![]() |
TrinityCore
|
#include <IdleMovementGenerator.h>
Inheritance diagram for DistractMovementGenerator:Public Member Functions | |
| DistractMovementGenerator (uint32 timer, float orientation) | |
| 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 Attributes | |
| uint32 | _timer |
| float | _orientation |
| float | _originalOrientation |
Additional Inherited Members | |
Public Attributes inherited from MovementGenerator | |
| uint8 | Priority |
| uint16 | Flags |
| uint32 | BaseUnitState |
Definition at line 56 of file IdleMovementGenerator.h.
|
explicit |
Definition at line 142 of file IdleMovementGenerator.cpp.
|
overridevirtual |
Implements MovementGenerator.
Definition at line 191 of file IdleMovementGenerator.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements MovementGenerator.
Definition at line 196 of file IdleMovementGenerator.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements MovementGenerator.
Definition at line 204 of file IdleMovementGenerator.cpp.
|
overridevirtual |
Implements MovementGenerator.
Definition at line 149 of file IdleMovementGenerator.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements MovementGenerator.
Definition at line 169 of file IdleMovementGenerator.cpp.
Here is the call graph for this function:Implements MovementGenerator.
Definition at line 176 of file IdleMovementGenerator.cpp.
Here is the call graph for this function:
|
private |
Definition at line 70 of file IdleMovementGenerator.h.
|
private |
Definition at line 71 of file IdleMovementGenerator.h.
|
private |
Definition at line 69 of file IdleMovementGenerator.h.