TrinityCore
disable_commandscript Class Reference
+ Inheritance diagram for disable_commandscript:

Public Member Functions

 disable_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 HandleAddDisables (ChatHandler *handler, DisableType disableType, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableSpellCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableQuestCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableMapCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableBattlegroundCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableCriteriaCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableOutdoorPvPCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableVmapCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleAddDisableMMapCommand (ChatHandler *handler, uint32 entry, Optional< uint16 > flags, Tail disableComment)
 
static bool HandleRemoveDisables (ChatHandler *handler, DisableType disableType, uint32 entry)
 
static bool HandleRemoveDisableSpellCommand (ChatHandler *handler, uint32 entry)
 
static bool HandleRemoveDisableQuestCommand (ChatHandler *handler, uint32 entry)
 
static bool HandleRemoveDisableMapCommand (ChatHandler *handler, uint32 entry)
 
static bool HandleRemoveDisableBattlegroundCommand (ChatHandler *handler, uint32 entry)
 
static bool HandleRemoveDisableCriteriaCommand (ChatHandler *handler, uint32 entry)
 
static bool HandleRemoveDisableOutdoorPvPCommand (ChatHandler *handler, uint32 entry)
 
static bool HandleRemoveDisableVmapCommand (ChatHandler *handler, uint32 entry)
 
static bool HandleRemoveDisableMMapCommand (ChatHandler *handler, uint32 entry)
 

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 41 of file cs_disable.cpp.

Constructor & Destructor Documentation

◆ disable_commandscript()

disable_commandscript::disable_commandscript ( )
inline

Definition at line 44 of file cs_disable.cpp.

Member Function Documentation

◆ GetCommands()

ChatCommandTable disable_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 46 of file cs_disable.cpp.

+ Here is the call graph for this function:

◆ HandleAddDisableBattlegroundCommand()

static bool disable_commandscript::HandleAddDisableBattlegroundCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 228 of file cs_disable.cpp.

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

◆ HandleAddDisableCriteriaCommand()

static bool disable_commandscript::HandleAddDisableCriteriaCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 233 of file cs_disable.cpp.

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

◆ HandleAddDisableMapCommand()

static bool disable_commandscript::HandleAddDisableMapCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 223 of file cs_disable.cpp.

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

◆ HandleAddDisableMMapCommand()

static bool disable_commandscript::HandleAddDisableMMapCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 248 of file cs_disable.cpp.

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

◆ HandleAddDisableOutdoorPvPCommand()

static bool disable_commandscript::HandleAddDisableOutdoorPvPCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 238 of file cs_disable.cpp.

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

◆ HandleAddDisableQuestCommand()

static bool disable_commandscript::HandleAddDisableQuestCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 218 of file cs_disable.cpp.

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

◆ HandleAddDisables()

static bool disable_commandscript::HandleAddDisables ( ChatHandler handler,
DisableType  disableType,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 82 of file cs_disable.cpp.

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

◆ HandleAddDisableSpellCommand()

static bool disable_commandscript::HandleAddDisableSpellCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 213 of file cs_disable.cpp.

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

◆ HandleAddDisableVmapCommand()

static bool disable_commandscript::HandleAddDisableVmapCommand ( ChatHandler handler,
uint32  entry,
Optional< uint16 flags,
Tail  disableComment 
)
inlinestatic

Definition at line 243 of file cs_disable.cpp.

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

◆ HandleRemoveDisableBattlegroundCommand()

static bool disable_commandscript::HandleRemoveDisableBattlegroundCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 325 of file cs_disable.cpp.

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

◆ HandleRemoveDisableCriteriaCommand()

static bool disable_commandscript::HandleRemoveDisableCriteriaCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 330 of file cs_disable.cpp.

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

◆ HandleRemoveDisableMapCommand()

static bool disable_commandscript::HandleRemoveDisableMapCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 320 of file cs_disable.cpp.

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

◆ HandleRemoveDisableMMapCommand()

static bool disable_commandscript::HandleRemoveDisableMMapCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 345 of file cs_disable.cpp.

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

◆ HandleRemoveDisableOutdoorPvPCommand()

static bool disable_commandscript::HandleRemoveDisableOutdoorPvPCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 335 of file cs_disable.cpp.

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

◆ HandleRemoveDisableQuestCommand()

static bool disable_commandscript::HandleRemoveDisableQuestCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 315 of file cs_disable.cpp.

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

◆ HandleRemoveDisables()

static bool disable_commandscript::HandleRemoveDisables ( ChatHandler handler,
DisableType  disableType,
uint32  entry 
)
inlinestatic

Definition at line 253 of file cs_disable.cpp.

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

◆ HandleRemoveDisableSpellCommand()

static bool disable_commandscript::HandleRemoveDisableSpellCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 310 of file cs_disable.cpp.

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

◆ HandleRemoveDisableVmapCommand()

static bool disable_commandscript::HandleRemoveDisableVmapCommand ( ChatHandler handler,
uint32  entry 
)
inlinestatic

Definition at line 340 of file cs_disable.cpp.

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

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