#include "Unit.h"
◆ AttackPosition()
| AttackPosition::AttackPosition |
( |
Position |
pos | ) |
|
|
inline |
bool _taken
Definition Unit.h:600
Position _pos
Definition Unit.h:599
◆ operator=()
| int AttackPosition::operator= |
( |
const int |
val | ) |
|
|
inline |
590 {
591 if (!val)
592 {
593
595 return 0;
596 }
597 return 0;
598 };
References _taken.
◆ operator==()
| bool AttackPosition::operator== |
( |
const int |
val | ) |
|
|
inline |
586 {
587 return !val;
588 };
◆ _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