AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
DynamicObject.h File Reference
#include "Object.h"

Go to the source code of this file.

Classes

class  DynamicObject
 

Enumerations

enum  DynamicObjectType {
  DYNAMIC_OBJECT_PORTAL = 0x0 ,
  DYNAMIC_OBJECT_AREA_SPELL = 0x1 ,
  DYNAMIC_OBJECT_FARSIGHT_FOCUS = 0x2
}
 

Enumeration Type Documentation

◆ DynamicObjectType

Enumerator
DYNAMIC_OBJECT_PORTAL 
DYNAMIC_OBJECT_AREA_SPELL 
DYNAMIC_OBJECT_FARSIGHT_FOCUS 
28{
29 DYNAMIC_OBJECT_PORTAL = 0x0, // unused
32};
@ DYNAMIC_OBJECT_PORTAL
Definition: DynamicObject.h:29
@ DYNAMIC_OBJECT_FARSIGHT_FOCUS
Definition: DynamicObject.h:31
@ DYNAMIC_OBJECT_AREA_SPELL
Definition: DynamicObject.h:30