![]() |
TrinityCore
|
#include <ObjectMgr.h>
Public Member Functions | |
| BroadcastText () | |
| std::string const & | GetText (LocaleConstant locale=DEFAULT_LOCALE, uint8 gender=GENDER_MALE, bool forceGender=false) const |
Public Attributes | |
| uint32 | Id |
| uint32 | LanguageID |
| std::vector< std::string > | Text |
| std::vector< std::string > | Text1 |
| uint32 | EmoteId1 |
| uint32 | EmoteId2 |
| uint32 | EmoteId3 |
| uint32 | EmoteDelay1 |
| uint32 | EmoteDelay2 |
| uint32 | EmoteDelay3 |
| uint32 | SoundEntriesID |
| uint32 | EmotesID |
| uint32 | Flags |
Definition at line 472 of file ObjectMgr.h.
|
inline |
Definition at line 474 of file ObjectMgr.h.
|
inline |
| uint32 BroadcastText::EmoteDelay1 |
Definition at line 488 of file ObjectMgr.h.
| uint32 BroadcastText::EmoteDelay2 |
Definition at line 489 of file ObjectMgr.h.
| uint32 BroadcastText::EmoteDelay3 |
Definition at line 490 of file ObjectMgr.h.
| uint32 BroadcastText::EmoteId1 |
Definition at line 485 of file ObjectMgr.h.
| uint32 BroadcastText::EmoteId2 |
Definition at line 486 of file ObjectMgr.h.
| uint32 BroadcastText::EmoteId3 |
Definition at line 487 of file ObjectMgr.h.
| uint32 BroadcastText::EmotesID |
Definition at line 492 of file ObjectMgr.h.
| uint32 BroadcastText::Flags |
Definition at line 493 of file ObjectMgr.h.
| uint32 BroadcastText::Id |
Definition at line 481 of file ObjectMgr.h.
| uint32 BroadcastText::LanguageID |
Definition at line 482 of file ObjectMgr.h.
| uint32 BroadcastText::SoundEntriesID |
Definition at line 491 of file ObjectMgr.h.
| std::vector<std::string> BroadcastText::Text |
Definition at line 483 of file ObjectMgr.h.
| std::vector<std::string> BroadcastText::Text1 |
Definition at line 484 of file ObjectMgr.h.