TrinityCore
CreatureMovementData Struct Reference

#include <CreatureData.h>

Public Member Functions

 CreatureMovementData ()
 
CreatureChaseMovementType GetChase () const
 
CreatureRandomMovementType GetRandom () const
 
bool IsHoverInitiallyEnabled () const
 
uint32 GetInteractionPauseTimer () const
 
std::string ToString () const
 

Public Attributes

bool HoverInitiallyEnabled
 
CreatureChaseMovementType Chase
 
CreatureRandomMovementType Random
 
uint32 InteractionPauseTimer
 

Detailed Description

Definition at line 393 of file CreatureData.h.

Constructor & Destructor Documentation

◆ CreatureMovementData()

CreatureMovementData::CreatureMovementData ( )

Definition at line 58 of file Creature.cpp.

Member Function Documentation

◆ GetChase()

CreatureChaseMovementType CreatureMovementData::GetChase ( ) const
inline

Definition at line 402 of file CreatureData.h.

+ Here is the caller graph for this function:

◆ GetInteractionPauseTimer()

uint32 CreatureMovementData::GetInteractionPauseTimer ( ) const
inline

Definition at line 407 of file CreatureData.h.

+ Here is the caller graph for this function:

◆ GetRandom()

CreatureRandomMovementType CreatureMovementData::GetRandom ( ) const
inline

Definition at line 403 of file CreatureData.h.

+ Here is the caller graph for this function:

◆ IsHoverInitiallyEnabled()

bool CreatureMovementData::IsHoverInitiallyEnabled ( ) const
inline

Definition at line 405 of file CreatureData.h.

◆ ToString()

std::string CreatureMovementData::ToString ( ) const

Definition at line 61 of file Creature.cpp.

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

Member Data Documentation

◆ Chase

CreatureChaseMovementType CreatureMovementData::Chase

Definition at line 398 of file CreatureData.h.

◆ HoverInitiallyEnabled

bool CreatureMovementData::HoverInitiallyEnabled

Definition at line 397 of file CreatureData.h.

◆ InteractionPauseTimer

uint32 CreatureMovementData::InteractionPauseTimer

Definition at line 400 of file CreatureData.h.

◆ Random

CreatureRandomMovementType CreatureMovementData::Random

Definition at line 399 of file CreatureData.h.


The documentation for this struct was generated from the following files: