TrinityCore
Loading...
Searching...
No Matches
FindCreatureOptions Struct Reference

#include <Object.h>

Public Attributes

Optional< uint32CreatureId
 
Optional< std::string_view > StringId
 
Optional< bool > IsAlive
 
Optional< bool > IsInCombat
 
Optional< bool > IsSummon
 
bool IgnorePhases = false
 
bool IgnoreNotOwnedPrivateObjects = true
 
bool IgnorePrivateObjects = false
 
Optional< uint32AuraSpellId
 
Optional< ObjectGuidOwnerGuid
 
Optional< ObjectGuidCharmerGuid
 
Optional< ObjectGuidCreatorGuid
 
Optional< ObjectGuidPrivateObjectOwnerGuid
 

Detailed Description

Definition at line 299 of file Object.h.

Member Data Documentation

◆ AuraSpellId

Optional<uint32> FindCreatureOptions::AuraSpellId

Definition at line 312 of file Object.h.

◆ CharmerGuid

Optional<ObjectGuid> FindCreatureOptions::CharmerGuid

Definition at line 314 of file Object.h.

◆ CreatorGuid

Optional<ObjectGuid> FindCreatureOptions::CreatorGuid

Definition at line 315 of file Object.h.

◆ CreatureId

Optional<uint32> FindCreatureOptions::CreatureId

Definition at line 301 of file Object.h.

◆ IgnoreNotOwnedPrivateObjects

bool FindCreatureOptions::IgnoreNotOwnedPrivateObjects = true

Definition at line 309 of file Object.h.

◆ IgnorePhases

bool FindCreatureOptions::IgnorePhases = false

Definition at line 308 of file Object.h.

◆ IgnorePrivateObjects

bool FindCreatureOptions::IgnorePrivateObjects = false

Definition at line 310 of file Object.h.

◆ IsAlive

Optional<bool> FindCreatureOptions::IsAlive

Definition at line 304 of file Object.h.

◆ IsInCombat

Optional<bool> FindCreatureOptions::IsInCombat

Definition at line 305 of file Object.h.

◆ IsSummon

Optional<bool> FindCreatureOptions::IsSummon

Definition at line 306 of file Object.h.

◆ OwnerGuid

Optional<ObjectGuid> FindCreatureOptions::OwnerGuid

Definition at line 313 of file Object.h.

◆ PrivateObjectOwnerGuid

Optional<ObjectGuid> FindCreatureOptions::PrivateObjectOwnerGuid

Definition at line 316 of file Object.h.

◆ StringId

Optional<std::string_view> FindCreatureOptions::StringId

Definition at line 302 of file Object.h.


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