![]() |
TrinityCore
|
This is the complete list of members for movie_anduin_final, including all inherited members.
| _name | ScriptObject | private |
| _skippedPlayers | movie_anduin_final | private |
| GetName() const | ScriptObject | |
| MarkPlayerAsSkipped(uint32 playerId) | movie_anduin_final | inline |
| movie_anduin_final() | movie_anduin_final | inline |
| OnBindToInstance(Player *player, Difficulty difficulty, uint32 mapId, bool permanent, uint8 extendState) | PlayerScript | virtual |
| OnChat(Player *player, uint32 type, uint32 lang, std::string &msg) | PlayerScript | virtual |
| OnChat(Player *player, uint32 type, uint32 lang, std::string &msg, Player *receiver) | PlayerScript | virtual |
| OnChat(Player *player, uint32 type, uint32 lang, std::string &msg, Group *group) | PlayerScript | virtual |
| OnChat(Player *player, uint32 type, uint32 lang, std::string &msg, Guild *guild) | PlayerScript | virtual |
| OnChat(Player *player, uint32 type, uint32 lang, std::string &msg, Channel *channel) | PlayerScript | virtual |
| OnClearEmote(Player *player) | PlayerScript | virtual |
| OnCreate(Player *player) | PlayerScript | virtual |
| OnCreatureKill(Player *killer, Creature *killed) | PlayerScript | virtual |
| OnDelete(ObjectGuid guid, uint32 accountId) | PlayerScript | virtual |
| OnDuelEnd(Player *winner, Player *loser, DuelCompleteType type) | PlayerScript | virtual |
| OnDuelRequest(Player *target, Player *challenger) | PlayerScript | virtual |
| OnDuelStart(Player *player1, Player *player2) | PlayerScript | virtual |
| OnFailedDelete(ObjectGuid guid, uint32 accountId) | PlayerScript | virtual |
| OnFreeTalentPointsChanged(Player *player, uint32 points) | PlayerScript | virtual |
| OnGiveXP(Player *player, uint32 &amount, Unit *victim) | PlayerScript | virtual |
| OnLevelChanged(Player *player, uint8 oldLevel) | PlayerScript | virtual |
| OnLogin(Player *player, bool firstLogin) | PlayerScript | virtual |
| OnLogout(Player *player) | PlayerScript | virtual |
| OnMapChanged(Player *player) | PlayerScript | virtual |
| OnMoneyChanged(Player *player, int64 &amount) | PlayerScript | virtual |
| OnMoneyLimit(Player *player, int64 amount) | PlayerScript | virtual |
| OnMovieComplete(Player *player, uint32) override | movie_anduin_final | inlinevirtual |
| OnPlayerKilledByCreature(Creature *killer, Player *killed) | PlayerScript | virtual |
| OnPlayerRepop(Player *player) | PlayerScript | virtual |
| OnPVPKill(Player *killer, Player *killed) | PlayerScript | virtual |
| OnQuestStatusChange(Player *player, uint32 questId) | PlayerScript | virtual |
| OnReputationChange(Player *player, uint32 factionId, int32 &standing, bool incremental) | PlayerScript | virtual |
| OnSave(Player *player) | PlayerScript | virtual |
| OnSpellCast(Player *player, Spell *spell, bool skipCheck) | PlayerScript | virtual |
| OnTalentsReset(Player *player, bool noCost) | PlayerScript | virtual |
| OnTextEmote(Player *player, uint32 textEmote, uint32 emoteNum, ObjectGuid guid) | PlayerScript | virtual |
| OnUpdateZone(Player *player, uint32 newZone, uint32 newArea) | PlayerScript | virtual |
| operator=(ScriptObject const &right)=delete | ScriptObject | |
| operator=(ScriptObject &&right)=delete | ScriptObject | |
| PlayerScript(char const *name) noexcept | PlayerScript | explicitprotected |
| ScriptObject(ScriptObject const &right)=delete | ScriptObject | |
| ScriptObject(ScriptObject &&right)=delete | ScriptObject | |
| ScriptObject(char const *name) noexcept | ScriptObject | explicitprotected |
| ~PlayerScript() | PlayerScript | |
| ~ScriptObject() | ScriptObject | protectedvirtual |