|
static bool | HandleDebugPlayCinematicCommand (ChatHandler *handler, uint32 cinematicId) |
|
static bool | HandleDebugPlayMovieCommand (ChatHandler *handler, uint32 movieId) |
|
static bool | HandleDebugPlaySoundCommand (ChatHandler *handler, uint32 soundId) |
|
static bool | HandleDebugPlayMusicCommand (ChatHandler *handler, uint32 musicId) |
|
static bool | HandleDebugSendSpellFailCommand (ChatHandler *handler, SpellCastResult result, Optional< uint32 > failArg1, Optional< uint32 > failArg2) |
|
static bool | HandleDebugSendEquipErrorCommand (ChatHandler *handler, InventoryResult error) |
|
static bool | HandleDebugSendSellErrorCommand (ChatHandler *handler, SellResult error) |
|
static bool | HandleDebugSendBuyErrorCommand (ChatHandler *handler, BuyResult error) |
|
static bool | HandleDebugSendOpcodeCommand (ChatHandler *handler) |
|
static bool | HandleDebugUpdateWorldStateCommand (ChatHandler *handler, uint32 variable, uint32 value) |
|
static bool | HandleDebugAreaTriggersCommand (ChatHandler *handler) |
|
static bool | HandleDebugSendChannelNotifyCommand (ChatHandler *handler, ChatNotify type) |
|
static bool | HandleDebugSendChatMsgCommand (ChatHandler *handler, ChatMsg type) |
|
static bool | HandleDebugSendQuestPartyMsgCommand (ChatHandler *handler, QuestShareMessages msg) |
|
static bool | HandleDebugGetLootRecipientCommand (ChatHandler *handler) |
|
static bool | HandleDebugSendQuestInvalidMsgCommand (ChatHandler *handler, QuestFailedReason msg) |
|
static bool | HandleDebugGetItemStateCommand (ChatHandler *handler, std::string itemState) |
|
static bool | HandleDebugBattlegroundCommand (ChatHandler *) |
|
static bool | HandleDebugArenaCommand (ChatHandler *) |
|
static bool | HandleDebugThreatListCommand (ChatHandler *handler) |
|
static bool | HandleDebugThreatInfoCommand (ChatHandler *handler) |
|
static bool | HandleDebugCombatListCommand (ChatHandler *handler) |
|
static bool | HandleDebugEnterVehicleCommand (ChatHandler *handler, uint32 entry, Optional< int8 > seatId) |
|
static bool | HandleDebugSpawnVehicleCommand (ChatHandler *handler, uint32 entry, Optional< uint32 > id) |
|
static bool | HandleDebugSendLargePacketCommand (ChatHandler *handler) |
|
static bool | HandleDebugSendSetPhaseShiftCommand (ChatHandler *handler, uint32 phaseShift) |
|
static bool | HandleDebugGetItemValueCommand (ChatHandler *handler, ObjectGuid::LowType guid, uint32 index) |
|
static bool | HandleDebugSetItemValueCommand (ChatHandler *handler, ObjectGuid::LowType guid, uint32 index, uint32 value) |
|
static bool | HandleDebugItemExpireCommand (ChatHandler *handler, ObjectGuid::LowType guid) |
|
static bool | HandleDebugAnimCommand (ChatHandler *handler, Emote emote) |
|
static bool | HandleDebugLoSCommand (ChatHandler *handler) |
|
static bool | HandleDebugSetAuraStateCommand (ChatHandler *handler, Optional< AuraStateType > state, bool apply) |
|
static bool | HandleDebugSetValueCommand (ChatHandler *handler, uint32 index, Variant< uint32, float > value) |
|
static bool | HandleDebugGetValueCommand (ChatHandler *handler, uint32 index, bool isInt) |
|
static bool | HandleDebugMod32ValueCommand (ChatHandler *handler, uint32 index, uint32 value) |
|
static bool | HandleDebugUpdateCommand (ChatHandler *handler, uint32 index, Optional< uint32 > value) |
|
static bool | HandleDebugSet32BitCommand (ChatHandler *handler, uint32 index, uint8 bit) |
|
static bool | HandleDebugMoveflagsCommand (ChatHandler *handler, Optional< uint32 > moveFlags, Optional< uint32 > moveFlagsExtra) |
|
static bool | HandleWPGPSCommand (ChatHandler *handler) |
|
static bool | HandleDebugTransportCommand (ChatHandler *handler, std::string operation) |
|
static bool | HandleDebugLoadCellsCommand (ChatHandler *handler, Optional< uint32 > mapId, Optional< uint32 > tileX, Optional< uint32 > tileY) |
|
static bool | HandleDebugBoundaryCommand (ChatHandler *handler, Optional< EXACT_SEQUENCE("fill")> fill, Optional< uint32 > durationArg) |
|
static bool | HandleDebugRaidResetCommand (ChatHandler *handler, uint32 mapId, Optional< uint8 > difficulty) |
|
static bool | HandleDebugQuestResetCommand (ChatHandler *handler, std::string arg) |
|
static bool | HandleDebugNearGraveyard (ChatHandler *handler, Optional< EXACT_SEQUENCE("linked")> linked) |
|
static bool | HandleDebugInstanceSpawns (ChatHandler *handler, Variant< uint32, EXACT_SEQUENCE("explain")> optArg) |
|
static bool | HandleDebugOutOfBounds (ChatHandler *handler) |
|
static bool | HandleDebugMemoryLeak (ChatHandler *handler) |
|
static bool | HandleDebugWardenForce (ChatHandler *handler, std::vector< uint16 > checkIds) |
|
static bool | HandleDebugGuidLimitsCommand (ChatHandler *handler, Optional< uint32 > mapId) |
|
static void | HandleDebugGuidLimitsMap (ChatHandler *handler, Map *map) |
|
static bool | HandleDebugObjectCountCommand (ChatHandler *handler, Optional< uint32 > mapId) |
|
static void | HandleDebugObjectCountMap (ChatHandler *handler, Map *map) |
|
static bool | HandleDebugDummyCommand (ChatHandler *handler) |
|