![]() |
TrinityCore
|
#include "Unit.h"
#include "Common.h"
#include "CreatureData.h"
#include "DatabaseEnvFwd.h"
#include "Duration.h"
#include "GridObject.h"
#include "MapObject.h"
#include <list>
Go to the source code of this file.
Classes | |
struct | VendorItemCount |
class | Creature |
struct | Creature::ValuesUpdateForPlayerWithMaskSender |
class | AssistDelayEvent |
class | ForcedDespawnDelayEvent |
Macros | |
#define | CREATURE_Z_ATTACK_RANGE 3 |
#define | MAX_VENDOR_ITEMS 150 |
Typedefs | |
typedef std::list< VendorItemCount > | VendorItemCounts |
typedef std::vector< uint8 > | CreatureTextRepeatIds |
typedef std::unordered_map< uint8, CreatureTextRepeatIds > | CreatureTextRepeatGroup |
Enumerations | |
enum class | VendorInventoryReason : uint8 { None = 0 , Empty = 1 } |
enum class | VendorDataTypeFlags : int32 { Generic = 0x01 , Ammo = 0x02 , Food = 0x04 , Poison = 0x08 , Reagent = 0x10 , Petition = 0x20 } |
Functions | |
DEFINE_ENUM_FLAG (VendorDataTypeFlags) | |
Variables | |
static constexpr uint8 | WILD_BATTLE_PET_DEFAULT_LEVEL = 1 |
static constexpr size_t | CREATURE_TAPPERS_SOFT_CAP = 5 |
#define CREATURE_Z_ATTACK_RANGE 3 |
Definition at line 52 of file Creature.h.
#define MAX_VENDOR_ITEMS 150 |
Definition at line 54 of file Creature.h.
typedef std::unordered_map<uint8, CreatureTextRepeatIds> CreatureTextRepeatGroup |
Definition at line 79 of file Creature.h.
typedef std::vector<uint8> CreatureTextRepeatIds |
Definition at line 78 of file Creature.h.
typedef std::list<VendorItemCount> VendorItemCounts |
Definition at line 49 of file Creature.h.
|
strong |
Enumerator | |
---|---|
Generic | |
Ammo | |
Food | |
Poison | |
Reagent | |
Petition |
Definition at line 62 of file Creature.h.
|
strong |
Enumerator | |
---|---|
None | |
Empty |
Definition at line 56 of file Creature.h.
DEFINE_ENUM_FLAG | ( | VendorDataTypeFlags | ) |
|
staticconstexpr |
Definition at line 75 of file Creature.h.
|
staticconstexpr |
Definition at line 74 of file Creature.h.