#include "Unit.h"
◆ AttackPosition()
| AttackPosition::AttackPosition |
( |
Position |
pos | ) |
|
|
inline |
bool _taken
Definition Unit.h:612
Position _pos
Definition Unit.h:611
◆ operator=()
| int AttackPosition::operator= |
( |
const int |
val | ) |
|
|
inline |
602 {
603 if (!val)
604 {
605
607 return 0;
608 }
609 return 0;
610 };
References _taken.
◆ operator==()
| bool AttackPosition::operator== |
( |
const int |
val | ) |
|
|
inline |
598 {
599 return !val;
600 };
◆ _pos
◆ _taken
| bool AttackPosition::_taken |
The documentation for this struct was generated from the following file:
- azerothcore-wotlk/src/server/game/Entities/Unit/Unit.h