TrinityCore
debug_commandscript Class Reference
+ Inheritance diagram for debug_commandscript:

Classes

class  CreatureCountWorker
 

Public Member Functions

 debug_commandscript ()
 
ChatCommandTable GetCommands () const override
 
- Public Member Functions inherited from CommandScript
 ~CommandScript ()
 
virtual std::vector< Trinity::ChatCommands::ChatCommandBuilderGetCommands () const =0
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Static Public Member Functions

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 *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, 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 *)
 
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)
 
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 HandleDebugWSExpressionCommand (ChatHandler *handler, uint32 expressionId)
 
static bool HandleDebugPlayerConditionCommand (ChatHandler *handler, uint32 playerConditionId)
 
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 HandleDebugBecomePersonalClone (ChatHandler *handler)
 
static bool HandleDebugDummyCommand (ChatHandler *handler)
 

Additional Inherited Members

- Protected Member Functions inherited from CommandScript
 CommandScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 65 of file cs_debug.cpp.

Constructor & Destructor Documentation

◆ debug_commandscript()

debug_commandscript::debug_commandscript ( )
inline

Definition at line 68 of file cs_debug.cpp.

Member Function Documentation

◆ GetCommands()

ChatCommandTable debug_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 70 of file cs_debug.cpp.

+ Here is the call graph for this function:

◆ HandleDebugAnimCommand()

static bool debug_commandscript::HandleDebugAnimCommand ( ChatHandler handler,
Emote  emote 
)
inlinestatic

Definition at line 1143 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugAreaTriggersCommand()

static bool debug_commandscript::HandleDebugAreaTriggersCommand ( ChatHandler handler)
inlinestatic

Definition at line 523 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugArenaCommand()

static bool debug_commandscript::HandleDebugArenaCommand ( ChatHandler )
inlinestatic

Definition at line 859 of file cs_debug.cpp.

+ Here is the caller graph for this function:

◆ HandleDebugBattlegroundCommand()

static bool debug_commandscript::HandleDebugBattlegroundCommand ( ChatHandler )
inlinestatic

Definition at line 853 of file cs_debug.cpp.

+ Here is the caller graph for this function:

◆ HandleDebugBecomePersonalClone()

static bool debug_commandscript::HandleDebugBecomePersonalClone ( ChatHandler handler)
inlinestatic

Definition at line 1778 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugBoundaryCommand()

static bool debug_commandscript::HandleDebugBoundaryCommand ( ChatHandler handler,
Optional< EXACT_SEQUENCE("fill")>  fill,
Optional< uint32 durationArg 
)
inlinestatic

Definition at line 1311 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugCombatListCommand()

static bool debug_commandscript::HandleDebugCombatListCommand ( ChatHandler handler)
inlinestatic

Definition at line 1025 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugConversationCommand()

static bool debug_commandscript::HandleDebugConversationCommand ( ChatHandler handler,
uint32  conversationEntry 
)
inlinestatic

Definition at line 1571 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugDummyCommand()

static bool debug_commandscript::HandleDebugDummyCommand ( ChatHandler handler)
inlinestatic

Definition at line 1789 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugEnterVehicleCommand()

static bool debug_commandscript::HandleDebugEnterVehicleCommand ( ChatHandler handler,
uint32  entry,
Optional< int8 seatId 
)
inlinestatic

Definition at line 1045 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugGetItemStateCommand()

static bool debug_commandscript::HandleDebugGetItemStateCommand ( ChatHandler handler,
std::string  itemState 
)
inlinestatic

Definition at line 587 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugGetLootRecipientCommand()

static bool debug_commandscript::HandleDebugGetLootRecipientCommand ( ChatHandler handler)
inlinestatic

Definition at line 563 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugGuidLimitsCommand()

static bool debug_commandscript::HandleDebugGuidLimitsCommand ( ChatHandler handler,
Optional< uint32 mapId 
)
inlinestatic

Definition at line 1668 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugGuidLimitsMap()

static void debug_commandscript::HandleDebugGuidLimitsMap ( ChatHandler handler,
Map map 
)
inlinestatic

Definition at line 1694 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugInstanceSpawns()

static bool debug_commandscript::HandleDebugInstanceSpawns ( ChatHandler handler,
Variant< uint32, EXACT_SEQUENCE("explain")>  optArg 
)
inlinestatic

Definition at line 1462 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugItemExpireCommand()

static bool debug_commandscript::HandleDebugItemExpireCommand ( ChatHandler handler,
ObjectGuid::LowType  guid 
)
inlinestatic

Definition at line 1129 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugLoadCellsCommand()

static bool debug_commandscript::HandleDebugLoadCellsCommand ( ChatHandler handler,
Optional< uint32 mapId,
Optional< uint32 tileX,
Optional< uint32 tileY 
)
inlinestatic

Definition at line 1260 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugLoadCellsCommandHelper()

static bool debug_commandscript::HandleDebugLoadCellsCommandHelper ( ChatHandler handler,
Map map,
Optional< uint32 tileX,
Optional< uint32 tileY 
)
inlinestatic

Definition at line 1280 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugLoSCommand()

static bool debug_commandscript::HandleDebugLoSCommand ( ChatHandler handler)
inlinestatic

Definition at line 1153 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugMemoryLeak()

static bool debug_commandscript::HandleDebugMemoryLeak ( ChatHandler handler)
inlinestatic

Definition at line 1642 of file cs_debug.cpp.

+ Here is the caller graph for this function:

◆ HandleDebugMoveflagsCommand()

static bool debug_commandscript::HandleDebugMoveflagsCommand ( ChatHandler handler,
Optional< uint32 moveFlags,
Optional< uint32 moveFlagsExtra 
)
inlinestatic

Display case

@fixme: port master's HandleDebugMoveflagsCommand; flags need different handling

Definition at line 1189 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugNearGraveyard()

static bool debug_commandscript::HandleDebugNearGraveyard ( ChatHandler handler,
Optional< EXACT_SEQUENCE("linked")>  linked 
)
inlinestatic

Definition at line 1414 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugObjectCountCommand()

static bool debug_commandscript::HandleDebugObjectCountCommand ( ChatHandler handler,
Optional< uint32 mapId 
)
inlinestatic

Definition at line 1700 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugObjectCountMap()

static void debug_commandscript::HandleDebugObjectCountMap ( ChatHandler handler,
Map map 
)
inlinestatic

Definition at line 1760 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugOutOfBounds()

static bool debug_commandscript::HandleDebugOutOfBounds ( ChatHandler handler)
inlinestatic

Definition at line 1631 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugPhaseCommand()

static bool debug_commandscript::HandleDebugPhaseCommand ( ChatHandler handler)
inlinestatic

Definition at line 1331 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugPlayCinematicCommand()

static bool debug_commandscript::HandleDebugPlayCinematicCommand ( ChatHandler handler,
uint32  cinematicId 
)
inlinestatic

Definition at line 188 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugPlayerConditionCommand()

static bool debug_commandscript::HandleDebugPlayerConditionCommand ( ChatHandler handler,
uint32  playerConditionId 
)
inlinestatic

Definition at line 1608 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugPlayMovieCommand()

static bool debug_commandscript::HandleDebugPlayMovieCommand ( ChatHandler handler,
uint32  movieId 
)
inlinestatic

Definition at line 216 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugPlayMusicCommand()

static bool debug_commandscript::HandleDebugPlayMusicCommand ( ChatHandler handler,
uint32  musicId 
)
inlinestatic

Definition at line 260 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugPlayObjectSoundCommand()

static bool debug_commandscript::HandleDebugPlayObjectSoundCommand ( ChatHandler handler,
int32  soundKitId,
Optional< int32 broadcastTextId 
)
inlinestatic

Definition at line 277 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugPlaySoundCommand()

static bool debug_commandscript::HandleDebugPlaySoundCommand ( ChatHandler handler,
uint32  soundId,
Optional< uint32 broadcastTextId 
)
inlinestatic

Definition at line 231 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugQuestResetCommand()

static bool debug_commandscript::HandleDebugQuestResetCommand ( ChatHandler handler,
std::string  arg 
)
inlinestatic

Definition at line 1378 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugRaidResetCommand()

static bool debug_commandscript::HandleDebugRaidResetCommand ( ChatHandler handler,
uint32  mapId,
Optional< uint32 difficulty 
)
inlinestatic

Definition at line 1351 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendBuyErrorCommand()

static bool debug_commandscript::HandleDebugSendBuyErrorCommand ( ChatHandler handler,
BuyResult  error 
)
inlinestatic

Definition at line 326 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendChannelNotifyCommand()

static bool debug_commandscript::HandleDebugSendChannelNotifyCommand ( ChatHandler handler,
ChatNotify  type 
)
inlinestatic

Definition at line 540 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendChatMsgCommand()

static bool debug_commandscript::HandleDebugSendChatMsgCommand ( ChatHandler handler,
ChatMsg  type 
)
inlinestatic

Definition at line 549 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendEquipErrorCommand()

static bool debug_commandscript::HandleDebugSendEquipErrorCommand ( ChatHandler handler,
InventoryResult  error 
)
inlinestatic

Definition at line 314 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendLargePacketCommand()

static bool debug_commandscript::HandleDebugSendLargePacketCommand ( ChatHandler handler)
inlinestatic

Definition at line 1103 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendOpcodeCommand()

static bool debug_commandscript::HandleDebugSendOpcodeCommand ( ChatHandler handler)
inlinestatic

Definition at line 332 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendPlayerChoiceCommand()

static bool debug_commandscript::HandleDebugSendPlayerChoiceCommand ( ChatHandler handler,
int32  choiceId 
)
inlinestatic

Definition at line 307 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendQuestInvalidMsgCommand()

static bool debug_commandscript::HandleDebugSendQuestInvalidMsgCommand ( ChatHandler handler,
QuestFailedReason  msg 
)
inlinestatic

Definition at line 581 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendQuestPartyMsgCommand()

static bool debug_commandscript::HandleDebugSendQuestPartyMsgCommand ( ChatHandler handler,
QuestPushReason  msg 
)
inlinestatic

Definition at line 557 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendSellErrorCommand()

static bool debug_commandscript::HandleDebugSendSellErrorCommand ( ChatHandler handler,
SellResult  error 
)
inlinestatic

Definition at line 320 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendSetPhaseShiftCommand()

static bool debug_commandscript::HandleDebugSendSetPhaseShiftCommand ( ChatHandler handler,
Optional< uint32 phaseId,
Optional< uint32 visibleMapId,
Optional< uint32 uiMapPhaseId 
)
inlinestatic

Definition at line 1112 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSendSpellFailCommand()

static bool debug_commandscript::HandleDebugSendSpellFailCommand ( ChatHandler handler,
SpellCastResult  result,
Optional< int32 failArg1,
Optional< int32 failArg2 
)
inlinestatic

Definition at line 294 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSetAuraStateCommand()

static bool debug_commandscript::HandleDebugSetAuraStateCommand ( ChatHandler handler,
Optional< AuraStateType state,
bool  apply 
)
inlinestatic

Definition at line 1167 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugSpawnVehicleCommand()

static bool debug_commandscript::HandleDebugSpawnVehicleCommand ( ChatHandler handler,
uint32  entry,
Optional< uint32 id 
)
inlinestatic

Definition at line 1071 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugThreatInfoCommand()

static bool debug_commandscript::HandleDebugThreatInfoCommand ( ChatHandler handler)
inlinestatic

Definition at line 950 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugThreatListCommand()

static bool debug_commandscript::HandleDebugThreatListCommand ( ChatHandler handler)
inlinestatic

Definition at line 865 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugTransportCommand()

static bool debug_commandscript::HandleDebugTransportCommand ( ChatHandler handler,
std::string  operation 
)
inlinestatic

Definition at line 1234 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugUpdateWorldStateCommand()

static bool debug_commandscript::HandleDebugUpdateWorldStateCommand ( ChatHandler handler,
uint32  variable,
uint32  value 
)
inlinestatic

Definition at line 517 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugWardenForce()

static bool debug_commandscript::HandleDebugWardenForce ( ChatHandler handler,
std::vector< uint16 checkIds 
)
inlinestatic

Definition at line 1651 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugWarModeBalanceCommand()

static bool debug_commandscript::HandleDebugWarModeBalanceCommand ( ChatHandler handler,
Variant< uint32, EXACT_SEQUENCE("alliance"), EXACT_SEQUENCE("horde"), EXACT_SEQUENCE("neutral"), EXACT_SEQUENCE("off")>  command,
Optional< int32 rewardValue 
)
inlinestatic

Definition at line 157 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleDebugWSExpressionCommand()

static bool debug_commandscript::HandleDebugWSExpressionCommand ( ChatHandler handler,
uint32  expressionId 
)
inlinestatic

Definition at line 1585 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleWPGPSCommand()

static bool debug_commandscript::HandleWPGPSCommand ( ChatHandler handler)
inlinestatic

Definition at line 1224 of file cs_debug.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ TryExtractTeamId()

static bool debug_commandscript::TryExtractTeamId ( std::string const &  args,
TeamId outFaction 
)
inlinestatic

Definition at line 143 of file cs_debug.cpp.


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