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

Public Member Functions

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 OnCreate (Unit *creator)
 
virtual void OnStart ()
 
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
 

Protected Attributes

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

Detailed Description

Definition at line 251 of file drustvar_chapter_2_the_burden_of_proof.cpp.

Member Function Documentation

◆ ConversationAI() [1/3]

ConversationAI::ConversationAI ( Conversation c,
uint32  scriptId = {} 
)
explicitnoexcept

Definition at line 35 of file ConversationAI.cpp.

◆ ConversationAI() [2/3]

ConversationAI::ConversationAI ( ConversationAI &&  )
delete

◆ ConversationAI() [3/3]

ConversationAI::ConversationAI ( ConversationAI const &  )
delete

◆ GetConstableClone()

Creature * conversation_burden_of_proof_base::GetConstableClone ( ) const
inline

Definition at line 305 of file drustvar_chapter_2_the_burden_of_proof.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetLucilleClone()

Creature * conversation_burden_of_proof_base::GetLucilleClone ( ) const
inline

Definition at line 310 of file drustvar_chapter_2_the_burden_of_proof.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ScheduleEvents()

void conversation_burden_of_proof_base::ScheduleEvents ( uint32  pathId,
int32  lineId,
uint32  creditEntry 
) const
inline

Definition at line 277 of file drustvar_chapter_2_the_burden_of_proof.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SummonClones()

void conversation_burden_of_proof_base::SummonClones ( Unit creator)
inline

Definition at line 256 of file drustvar_chapter_2_the_burden_of_proof.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ _constableCloneGUID

ObjectGuid conversation_burden_of_proof_base::_constableCloneGUID
protected

Definition at line 316 of file drustvar_chapter_2_the_burden_of_proof.cpp.

◆ _lucilleCloneGUID

ObjectGuid conversation_burden_of_proof_base::_lucilleCloneGUID
protected

Definition at line 317 of file drustvar_chapter_2_the_burden_of_proof.cpp.


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