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