AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
MovementHandlerScript.h File Reference
#include "Object.h"
#include "ScriptObject.h"
#include <vector>

Go to the source code of this file.

Classes

class  MovementHandlerScript
 

Enumerations

enum  MovementHook {
  MOVEMENTHOOK_ON_PLAYER_MOVE ,
  MOVEMENTHOOK_END
}
 

Enumeration Type Documentation

◆ MovementHook

Enumerator
MOVEMENTHOOK_ON_PLAYER_MOVE 
MOVEMENTHOOK_END 
26{
29};
@ MOVEMENTHOOK_ON_PLAYER_MOVE
Definition: MovementHandlerScript.h:27
@ MOVEMENTHOOK_END
Definition: MovementHandlerScript.h:28