#include "Unit.h"
◆ AttackPosition()
AttackPosition::AttackPosition |
( |
Position |
pos | ) |
|
|
inline |
bool _taken
Definition Unit.h:586
Position _pos
Definition Unit.h:585
◆ operator=()
int AttackPosition::operator= |
( |
const int |
val | ) |
|
|
inline |
576 {
577 if (!val)
578 {
579
581 return 0;
582 }
583 return 0;
584 };
References _taken.
◆ operator==()
bool AttackPosition::operator== |
( |
const int |
val | ) |
|
|
inline |
572 {
573 return !val;
574 };
◆ _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