AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Creature.h"
#include "CreatureAI.h"
#include "GameObjectAI.h"
#include "SmartScript.h"
#include "SmartScriptMgr.h"
#include "Spell.h"
#include "Unit.h"
Go to the source code of this file.
Classes | |
class | SmartAI |
class | SmartGameObjectAI |
Enumerations | |
enum | SmartEscortState { SMART_ESCORT_NONE = 0x000 , SMART_ESCORT_ESCORTING = 0x001 , SMART_ESCORT_RETURNING = 0x002 , SMART_ESCORT_PAUSED = 0x004 } |
enum | SmartEscortVars { SMART_ESCORT_MAX_PLAYER_DIST = 60 , SMART_MAX_AID_DIST = SMART_ESCORT_MAX_PLAYER_DIST / 2 } |
Functions | |
void | AddSC_SmartScripts () |
Registers scripts required by the SAI scripting system. More... | |
enum SmartEscortState |
enum SmartEscortVars |
Enumerator | |
---|---|
SMART_ESCORT_MAX_PLAYER_DIST | |
SMART_MAX_AID_DIST |
void AddSC_SmartScripts | ( | ) |
Registers scripts required by the SAI scripting system.
Referenced by ScriptMgr::Initialize().