![]() |
TrinityCore
|
This is the complete list of members for Trainer::Trainer, including all inherited members.
| _greeting | Trainer::Trainer | private |
| _id | Trainer::Trainer | private |
| _spells | Trainer::Trainer | private |
| _type | Trainer::Trainer | private |
| AddGreetingLocale(LocaleConstant locale, std::string_view greeting) | Trainer::Trainer | private |
| CanTeachSpell(Player const *player, Spell const *trainerSpell) const | Trainer::Trainer | private |
| GetGreeting(LocaleConstant locale) const | Trainer::Trainer | private |
| GetSpell(uint32 spellId) const | Trainer::Trainer | private |
| GetSpellState(Player const *player, Spell const *trainerSpell) const | Trainer::Trainer | private |
| ObjectMgr | Trainer::Trainer | private |
| SendSpells(Creature const *npc, Player *player, LocaleConstant locale) const | Trainer::Trainer | |
| SendTeachFailure(Creature const *npc, Player const *player, uint32 spellId, FailReason reason) const | Trainer::Trainer | private |
| TeachSpell(Creature const *npc, Player *player, uint32 spellId) const | Trainer::Trainer | |
| Trainer(uint32 id, Type type, std::string_view greeting, std::vector< Spell > spells) | Trainer::Trainer |