TrinityCore
Loading...
Searching...
No Matches
debug_commandscript Class Reference
+ Inheritance diagram for debug_commandscript:

Classes

class  CreatureCountWorker
 

Public Member Functions

 debug_commandscript ()
 
std::span< ChatCommandBuilder const > GetCommands () const override
 
- Public Member Functions inherited from CommandScript
 ~CommandScript ()
 
- 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 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)
 

Additional Inherited Members

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

Detailed Description

Definition at line 66 of file cs_debug.cpp.

Constructor & Destructor Documentation

◆ debug_commandscript()

debug_commandscript::debug_commandscript ( )
inline

Definition at line 69 of file cs_debug.cpp.

Member Function Documentation

◆ GetCommands()

std::span< ChatCommandBuilder const > debug_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 71 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 1155 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 524 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 handler,
uint32  battlemasterListId 
)
inlinestatic

Definition at line 860 of file cs_debug.cpp.

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

◆ HandleDebugBattlegroundCommand()

static bool debug_commandscript::HandleDebugBattlegroundCommand ( ChatHandler )
inlinestatic

Definition at line 854 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 1788 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 1324 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 1037 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 1580 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 1799 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 1057 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 588 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 564 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 1675 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 1701 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 1471 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 1141 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 1273 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 1293 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 1165 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 1666 of file cs_debug.cpp.

+ Here is the caller graph for this function:

◆ HandleDebugModifierTreeCommand()

static bool debug_commandscript::HandleDebugModifierTreeCommand ( ChatHandler handler,
uint32  modifierTreeId 
)
inlinestatic

Definition at line 1594 of file cs_debug.cpp.

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

◆ HandleDebugMoveflagsCommand()

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

Display case

Definition at line 1201 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 1427 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 1707 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 1770 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 1655 of file cs_debug.cpp.

+ Here is the caller graph for this function:

◆ HandleDebugPhaseCommand()

static bool debug_commandscript::HandleDebugPhaseCommand ( ChatHandler handler)
inlinestatic

Definition at line 1344 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 189 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 1636 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 217 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 261 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 278 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 232 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 1391 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 1364 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 327 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 541 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 550 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 315 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 1115 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 333 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 308 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 582 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 558 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 321 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 1124 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 295 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 1179 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 1083 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 962 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 877 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 1247 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 const *  handler,
int32  variable,
int32  value 
)
inlinestatic

Definition at line 518 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 158 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 1613 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 1237 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 144 of file cs_debug.cpp.


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