![]() |
TrinityCore
|
#include <CreatureAIImpl.h>
Public Member Functions | |
AISpellInfoType () | |
Public Attributes | |
AITarget | target |
AICondition | condition |
Milliseconds | cooldown |
Milliseconds | realCooldown |
float | maxRange |
uint8 | Targets |
uint8 | Effects |
Definition at line 75 of file CreatureAIImpl.h.
|
inline |
Definition at line 77 of file CreatureAIImpl.h.
AICondition AISpellInfoType::condition |
Definition at line 80 of file CreatureAIImpl.h.
Milliseconds AISpellInfoType::cooldown |
Definition at line 81 of file CreatureAIImpl.h.
uint8 AISpellInfoType::Effects |
Definition at line 86 of file CreatureAIImpl.h.
float AISpellInfoType::maxRange |
Definition at line 83 of file CreatureAIImpl.h.
Milliseconds AISpellInfoType::realCooldown |
Definition at line 82 of file CreatureAIImpl.h.
AITarget AISpellInfoType::target |
Definition at line 79 of file CreatureAIImpl.h.
uint8 AISpellInfoType::Targets |
Definition at line 85 of file CreatureAIImpl.h.