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