TrinityCore
conversation_cyrus_crestfall_shaking_hands Class Reference
+ Inheritance diagram for conversation_cyrus_crestfall_shaking_hands:

Public Types

enum  ShakingHandsConversationData {
  CONVO_LINE_CYRUS_START_WALK_TO_FIRE = 17416 , CONVO_LINE_CYRUS_CHANGE_FACING_GENN = 17419 , CONVO_LINE_CYRUS_MOVE_BACK_TO_GENN = 17421 , CONVO_LINE_CYRUS_DESPAWN_CLONE_OFFICE = 17423 ,
  EVENT_CYRUS_START_WALK_TO_FIRE = 1 , EVENT_CYRUS_CHANGE_FACING_GENN = 2 , EVENT_CYRUS_MOVE_BACK_TO_GENN = 3 , EVENT_CYRUS_DESPAWN_CLONE_OFFICE = 4 ,
  POINT_CYRUS_MOVE_TO_OFFICE_FIRE = 1 , POINT_CYRUS_MOVE_BACK_TO_GENN = 2
}
 

Public Member Functions

 conversation_cyrus_crestfall_shaking_hands ()
 
void OnConversationCreate (Conversation *conversation, Unit *creator) override
 
void OnConversationStart (Conversation *conversation) override
 
void OnConversationUpdate (Conversation *conversation, uint32 diff) override
 
- Public Member Functions inherited from ConversationScript
 ~ConversationScript ()
 
virtual void OnConversationCreate (Conversation *conversation, Unit *creator)
 
virtual void OnConversationStart (Conversation *conversation)
 
virtual void OnConversationLineStarted (Conversation *conversation, uint32 lineId, Player *sender)
 
virtual void OnConversationUpdate (Conversation *conversation, uint32 diff)
 
- 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

EventMap _events
 

Additional Inherited Members

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

Detailed Description

Definition at line 535 of file zone_boralus.cpp.

Member Enumeration Documentation

◆ ShakingHandsConversationData

Enumerator
CONVO_LINE_CYRUS_START_WALK_TO_FIRE 
CONVO_LINE_CYRUS_CHANGE_FACING_GENN 
CONVO_LINE_CYRUS_MOVE_BACK_TO_GENN 
CONVO_LINE_CYRUS_DESPAWN_CLONE_OFFICE 
EVENT_CYRUS_START_WALK_TO_FIRE 
EVENT_CYRUS_CHANGE_FACING_GENN 
EVENT_CYRUS_MOVE_BACK_TO_GENN 
EVENT_CYRUS_DESPAWN_CLONE_OFFICE 
POINT_CYRUS_MOVE_TO_OFFICE_FIRE 
POINT_CYRUS_MOVE_BACK_TO_GENN 

Definition at line 540 of file zone_boralus.cpp.

Constructor & Destructor Documentation

◆ conversation_cyrus_crestfall_shaking_hands()

conversation_cyrus_crestfall_shaking_hands::conversation_cyrus_crestfall_shaking_hands ( )
inline

Definition at line 538 of file zone_boralus.cpp.

Member Function Documentation

◆ OnConversationCreate()

void conversation_cyrus_crestfall_shaking_hands::OnConversationCreate ( Conversation conversation,
Unit creator 
)
inlineoverridevirtual

Reimplemented from ConversationScript.

Definition at line 556 of file zone_boralus.cpp.

+ Here is the call graph for this function:

◆ OnConversationStart()

void conversation_cyrus_crestfall_shaking_hands::OnConversationStart ( Conversation conversation)
inlineoverridevirtual

Reimplemented from ConversationScript.

Definition at line 572 of file zone_boralus.cpp.

+ Here is the call graph for this function:

◆ OnConversationUpdate()

void conversation_cyrus_crestfall_shaking_hands::OnConversationUpdate ( Conversation conversation,
uint32  diff 
)
inlineoverridevirtual

Reimplemented from ConversationScript.

Definition at line 582 of file zone_boralus.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _events

EventMap conversation_cyrus_crestfall_shaking_hands::_events
private

Definition at line 637 of file zone_boralus.cpp.


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