![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Trainer.h"
Public Member Functions | |
| bool | IsCastable () const |
Public Attributes | |
| uint32 | SpellId = 0 |
| uint32 | MoneyCost = 0 |
| uint32 | ReqSkillLine = 0 |
| uint32 | ReqSkillRank = 0 |
| std::array< uint32, 3 > | ReqAbility = { } |
| uint8 | ReqLevel = 0 |
| bool Spell::IsCastable | ( | ) | const |
References SPELL_EFFECT_LEARN_SPELL, SpellId, and sSpellMgr.
Referenced by Trainer::Trainer::TeachSpell().
| uint32 Trainer::Spell::MoneyCost = 0 |
Referenced by ObjectMgr::LoadTrainers(), and Trainer::Trainer::TeachSpell().
| std::array<uint32, 3> Trainer::Spell::ReqAbility = { } |
Referenced by Trainer::Trainer::GetSpellState(), and ObjectMgr::LoadTrainers().
| uint8 Trainer::Spell::ReqLevel = 0 |
Referenced by Trainer::Trainer::GetSpellState(), and ObjectMgr::LoadTrainers().
| uint32 Trainer::Spell::ReqSkillLine = 0 |
Referenced by Trainer::Trainer::GetSpellState(), and ObjectMgr::LoadTrainers().
| uint32 Trainer::Spell::ReqSkillRank = 0 |
Referenced by Trainer::Trainer::GetSpellState(), and ObjectMgr::LoadTrainers().
| uint32 Trainer::Spell::SpellId = 0 |