![]() |
TrinityCore
|
#include <AbstractFollower.h>
Inheritance diagram for AbstractFollower:Public Member Functions | |
| AbstractFollower (Unit *target=nullptr) | |
| ~AbstractFollower () | |
| void | SetTarget (Unit *unit) |
| Unit * | GetTarget () const |
Private Attributes | |
| Unit * | _target = nullptr |
Definition at line 23 of file AbstractFollower.h.
|
inline |
|
inline |
|
inline |
| void AbstractFollower::SetTarget | ( | Unit * | unit | ) |
Definition at line 21 of file AbstractFollower.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 33 of file AbstractFollower.h.