#include "Unit.h"
◆ AttackPosition()
| AttackPosition::AttackPosition |
( |
Position |
pos | ) |
|
|
inline |
bool _taken
Definition Unit.h:611
Position _pos
Definition Unit.h:610
◆ operator=()
| int AttackPosition::operator= |
( |
const int |
val | ) |
|
|
inline |
601 {
602 if (!val)
603 {
604
606 return 0;
607 }
608 return 0;
609 };
References _taken.
◆ operator==()
| bool AttackPosition::operator== |
( |
const int |
val | ) |
|
|
inline |
597 {
598 return !val;
599 };
◆ _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