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

Public Member Functions

 disable_commandscript ()
 
ChatCommandTable GetCommands () const override
 
- Public Member Functions inherited from ScriptObject
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 HandleAddDisableAchievementCriteriaCommand (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 HandleRemoveDisableAchievementCriteriaCommand (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 39 of file cs_disable.cpp.

Constructor & Destructor Documentation

◆ disable_commandscript()

disable_commandscript::disable_commandscript ( )
inline

Definition at line 42 of file cs_disable.cpp.

Member Function Documentation

◆ GetCommands()

ChatCommandTable disable_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 44 of file cs_disable.cpp.

+ Here is the call graph for this function:

◆ HandleAddDisableAchievementCriteriaCommand()

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

Definition at line 231 of file cs_disable.cpp.

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

◆ HandleAddDisableBattlegroundCommand()

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

Definition at line 226 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 221 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 246 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 236 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 216 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 80 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 211 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 241 of file cs_disable.cpp.

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

◆ HandleRemoveDisableAchievementCriteriaCommand()

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

Definition at line 328 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 323 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 318 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 343 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 333 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 313 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 251 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 308 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 338 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: