TrinityCore
Loading...
Searching...
No Matches
conversation_burden_of_proof_second_test_given Class Reference
+ Inheritance diagram for conversation_burden_of_proof_second_test_given:

Public Member Functions

void OnCreate (Unit *creator) override
 
void OnStart () override
 
- Public Member Functions inherited from conversation_burden_of_proof_base
void SummonClones (Unit *creator)
 
void ScheduleEvents (uint32 pathId, int32 lineId, uint32 creditEntry) const
 
CreatureGetConstableClone () const
 
CreatureGetLucilleClone () const
 
 ConversationAI (Conversation *c, uint32 scriptId={}) noexcept
 
 ConversationAI (ConversationAI const &)=delete
 
 ConversationAI (ConversationAI &&)=delete
 
- Public Member Functions inherited from ConversationAI
 ConversationAI (Conversation *c, uint32 scriptId={}) noexcept
 
 ConversationAI (ConversationAI const &)=delete
 
 ConversationAI (ConversationAI &&)=delete
 
ConversationAIoperator= (ConversationAI const &)=delete
 
ConversationAIoperator= (ConversationAI &&)=delete
 
virtual ~ConversationAI ()
 
virtual void OnInitialize ()
 
virtual void OnLineStarted (uint32 lineId, Player *sender)
 
virtual void OnUpdate (uint32 diff)
 
virtual void OnRemove ()
 
virtual void DoAction (int32 param)
 
virtual uint32 GetData (uint32 id) const
 
virtual void SetData (uint32 id, uint32 value)
 
virtual void SetGUID (ObjectGuid const &guid, int32 id)
 
virtual ObjectGuid GetGUID (int32 id) const
 
uint32 GetId () const
 

Additional Inherited Members

- Protected Attributes inherited from conversation_burden_of_proof_base
ObjectGuid _constableCloneGUID
 
ObjectGuid _lucilleCloneGUID
 
- Protected Attributes inherited from ConversationAI
Conversation *const conversation
 

Detailed Description

Definition at line 371 of file drustvar_chapter_2_the_burden_of_proof.cpp.

Member Function Documentation

◆ OnCreate()

void conversation_burden_of_proof_second_test_given::OnCreate ( Unit creator)
inlineoverridevirtual

Reimplemented from ConversationAI.

Definition at line 376 of file drustvar_chapter_2_the_burden_of_proof.cpp.

+ Here is the call graph for this function:

◆ OnStart()

void conversation_burden_of_proof_second_test_given::OnStart ( )
inlineoverridevirtual

Reimplemented from ConversationAI.

Definition at line 395 of file drustvar_chapter_2_the_burden_of_proof.cpp.

+ Here is the call graph for this function:

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