|
| static bool | TryExtractTeamId (std::string const &args, TeamId &outFaction) |
| |
| static bool | HandleDebugWarModeBalanceCommand (ChatHandler *handler, Variant< uint32, EXACT_SEQUENCE("alliance"), EXACT_SEQUENCE("horde"), EXACT_SEQUENCE("neutral"), EXACT_SEQUENCE("off")> command, Optional< int32 > rewardValue) |
| |
| static bool | HandleDebugPlayCinematicCommand (ChatHandler *handler, uint32 cinematicId) |
| |
| static bool | HandleDebugPlayMovieCommand (ChatHandler *handler, uint32 movieId) |
| |
| static bool | HandleDebugPlaySoundCommand (ChatHandler *handler, uint32 soundId, Optional< uint32 > broadcastTextId) |
| |
| static bool | HandleDebugPlayMusicCommand (ChatHandler *handler, uint32 musicId) |
| |
| static bool | HandleDebugPlayObjectSoundCommand (ChatHandler *handler, int32 soundKitId, Optional< int32 > broadcastTextId) |
| |
| static bool | HandleDebugSendSpellFailCommand (ChatHandler *handler, SpellCastResult result, Optional< int32 > failArg1, Optional< int32 > failArg2) |
| |
| static bool | HandleDebugSendPlayerChoiceCommand (ChatHandler *handler, int32 choiceId) |
| |
| 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 const *handler, int32 variable, int32 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, QuestPushReason 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 *handler, uint32 battlemasterListId) |
| |
| 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, Optional< uint32 > phaseId, Optional< uint32 > visibleMapId, Optional< uint32 > uiMapPhaseId) |
| |
| 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 | HandleDebugMoveflagsCommand (ChatHandler *handler, Optional< uint32 > moveFlags, Optional< uint32 > moveFlagsExtra, Optional< uint32 > moveFlagsExtra2) |
| |
| 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 | HandleDebugLoadCellsCommandHelper (ChatHandler *handler, Map *map, Optional< uint32 > tileX, Optional< uint32 > tileY) |
| |
| static bool | HandleDebugBoundaryCommand (ChatHandler *handler, Optional< EXACT_SEQUENCE("fill")> fill, Optional< uint32 > durationArg) |
| |
| static bool | HandleDebugPhaseCommand (ChatHandler *handler) |
| |
| static bool | HandleDebugRaidResetCommand (ChatHandler *handler, uint32 mapId, Optional< uint32 > 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 | HandleDebugConversationCommand (ChatHandler *handler, uint32 conversationEntry) |
| |
| static bool | HandleDebugModifierTreeCommand (ChatHandler *handler, uint32 modifierTreeId) |
| |
| static bool | HandleDebugWSExpressionCommand (ChatHandler *handler, uint32 expressionId) |
| |
| static bool | HandleDebugPlayerConditionCommand (ChatHandler *handler, uint32 playerConditionId) |
| |
| static bool | HandleDebugOutOfBounds (ChatHandler *handler) |
| |
| static bool | HandleDebugMemoryLeak (ChatHandler *handler) |
| |
| 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 | HandleDebugBecomePersonalClone (ChatHandler *handler) |
| |
| static bool | HandleDebugDummyCommand (ChatHandler *handler) |
| |
Definition at line 66 of file cs_debug.cpp.