TrinityCore
DynamicObject.h File Reference
#include "Object.h"
#include "GridObject.h"
#include "MapObject.h"
+ Include dependency graph for DynamicObject.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DynamicObject
 
struct  DynamicObject::ValuesUpdateForPlayerWithMaskSender
 

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 

Definition at line 29 of file DynamicObject.h.