AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ObjectPosSelector.h File Reference
#include "Define.h"
#include <cmath>
#include <map>
#include <math.h>

Go to the source code of this file.

Classes

struct  ObjectPosSelector
 
struct  ObjectPosSelector::UsedPos
 

Enumerations

enum  UsedPosType {
  USED_POS_PLUS ,
  USED_POS_MINUS
}
 

Functions

UsedPosType operator~ (UsedPosType uptype)
 

Enumeration Type Documentation

◆ UsedPosType

Enumerator
USED_POS_PLUS 
USED_POS_MINUS 
@ USED_POS_PLUS
Definition: ObjectPosSelector.h:26
@ USED_POS_MINUS
Definition: ObjectPosSelector.h:26

Function Documentation

◆ operator~()

UsedPosType operator~ ( UsedPosType  uptype)
inline
29{
30 return uptype == USED_POS_PLUS ? USED_POS_MINUS : USED_POS_PLUS;
31}

References USED_POS_MINUS, and USED_POS_PLUS.