AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Trainer::Trainer Member List

This is the complete list of members for Trainer::Trainer, including all inherited members.

_greetingTrainer::Trainerprivate
_requirementTrainer::Trainerprivate
_spellsTrainer::Trainerprivate
_trainerIdTrainer::Trainerprivate
_typeTrainer::Trainerprivate
AddGreetingLocale(LocaleConstant locale, std::string greeting)Trainer::Trainerprivate
CanTeachSpell(Player const *player, Spell const *trainerSpell)Trainer::Trainer
GetGreeting(LocaleConstant locale) constTrainer::Trainerprivate
GetSpell(uint32 spellId) constTrainer::Trainer
GetSpells() constTrainer::Trainerinline
GetSpellState(Player const *player, Spell const *trainerSpell) constTrainer::Trainerprivate
GetTrainerRequirement() constTrainer::Trainerinline
GetTrainerType() constTrainer::Trainerinline
IsTrainerValidForPlayer(Player const *player) constTrainer::Trainer
ObjectMgrTrainer::Trainerprivate
SendSpells(Creature *npc, Player *player, LocaleConstant locale) constTrainer::Trainer
SendTeachFailure(Creature const *npc, Player const *player, uint32 spellId, FailReason reason) constTrainer::Trainerprivate
SendTeachSucceeded(Creature const *npc, Player const *player, uint32 spellId) constTrainer::Trainerprivate
TeachSpell(Creature *npc, Player *player, uint32 spellId)Trainer::Trainer
Trainer(uint32 trainerId, Type type, uint32 requirement, std::string greeting, std::vector< Spell > spells)Trainer::Trainer