TrinityCore
movie_anduin_final Class Reference
+ Inheritance diagram for movie_anduin_final:

Public Member Functions

 movie_anduin_final ()
 
void MarkPlayerAsSkipped (uint32 playerId)
 
void OnMovieComplete (Player *player, uint32) override
 
- Public Member Functions inherited from PlayerScript
 ~PlayerScript ()
 
virtual void OnPVPKill (Player *killer, Player *killed)
 
virtual void OnCreatureKill (Player *killer, Creature *killed)
 
virtual void OnPlayerKilledByCreature (Creature *killer, Player *killed)
 
virtual void OnLevelChanged (Player *player, uint8 oldLevel)
 
virtual void OnFreeTalentPointsChanged (Player *player, uint32 points)
 
virtual void OnTalentsReset (Player *player, bool noCost)
 
virtual void OnMoneyChanged (Player *player, int64 &amount)
 
virtual void OnMoneyLimit (Player *player, int64 amount)
 
virtual void OnGiveXP (Player *player, uint32 &amount, Unit *victim)
 
virtual void OnReputationChange (Player *player, uint32 factionId, int32 &standing, bool incremental)
 
virtual void OnDuelRequest (Player *target, Player *challenger)
 
virtual void OnDuelStart (Player *player1, Player *player2)
 
virtual void OnDuelEnd (Player *winner, Player *loser, DuelCompleteType type)
 
virtual void OnChat (Player *player, uint32 type, uint32 lang, std::string &msg)
 
virtual void OnChat (Player *player, uint32 type, uint32 lang, std::string &msg, Player *receiver)
 
virtual void OnChat (Player *player, uint32 type, uint32 lang, std::string &msg, Group *group)
 
virtual void OnChat (Player *player, uint32 type, uint32 lang, std::string &msg, Guild *guild)
 
virtual void OnChat (Player *player, uint32 type, uint32 lang, std::string &msg, Channel *channel)
 
virtual void OnClearEmote (Player *player)
 
virtual void OnTextEmote (Player *player, uint32 textEmote, uint32 emoteNum, ObjectGuid guid)
 
virtual void OnSpellCast (Player *player, Spell *spell, bool skipCheck)
 
virtual void OnLogin (Player *player, bool firstLogin)
 
virtual void OnLogout (Player *player)
 
virtual void OnCreate (Player *player)
 
virtual void OnDelete (ObjectGuid guid, uint32 accountId)
 
virtual void OnFailedDelete (ObjectGuid guid, uint32 accountId)
 
virtual void OnSave (Player *player)
 
virtual void OnBindToInstance (Player *player, Difficulty difficulty, uint32 mapId, bool permanent, uint8 extendState)
 
virtual void OnUpdateZone (Player *player, uint32 newZone, uint32 newArea)
 
virtual void OnMapChanged (Player *player)
 
virtual void OnQuestStatusChange (Player *player, uint32 questId)
 
virtual void OnPlayerRepop (Player *player)
 
virtual void OnMovieComplete (Player *player, uint32 movieId)
 
virtual void OnPlayerChoiceResponse (Player *player, uint32 choiceId, uint32 responseId)
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Private Attributes

std::unordered_set< uint32_skippedPlayers
 

Additional Inherited Members

- Protected Member Functions inherited from PlayerScript
 PlayerScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 3752 of file boss_anduin_wrynn.cpp.

Constructor & Destructor Documentation

◆ movie_anduin_final()

movie_anduin_final::movie_anduin_final ( )
inline

Definition at line 3755 of file boss_anduin_wrynn.cpp.

Member Function Documentation

◆ MarkPlayerAsSkipped()

void movie_anduin_final::MarkPlayerAsSkipped ( uint32  playerId)
inline

Definition at line 3757 of file boss_anduin_wrynn.cpp.

+ Here is the caller graph for this function:

◆ OnMovieComplete()

void movie_anduin_final::OnMovieComplete ( Player player,
uint32   
)
inlineoverridevirtual

Reimplemented from PlayerScript.

Definition at line 3762 of file boss_anduin_wrynn.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _skippedPlayers

std::unordered_set<uint32> movie_anduin_final::_skippedPlayers
private

Definition at line 3781 of file boss_anduin_wrynn.cpp.


The documentation for this class was generated from the following file: