![]() |
TrinityCore
|
Inheritance diagram for instance_commandscript:Public Member Functions | |
| instance_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 | |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| std::string const & | GetName () const |
Static Public Member Functions | |
| static bool | HandleInstanceListBindsCommand (ChatHandler *handler) |
| static bool | HandleInstanceUnbindCommand (ChatHandler *handler, Variant< uint32, EXACT_SEQUENCE("all")> mapArg, Optional< uint32 > difficultyArg) |
| static bool | HandleInstanceStatsCommand (ChatHandler *handler) |
| static bool | HandleInstanceSetBossStateCommand (ChatHandler *handler, uint32 encounterId, EncounterState state, Optional< PlayerIdentifier > player) |
| static bool | HandleInstanceGetBossStateCommand (ChatHandler *handler, uint32 encounterId, Optional< PlayerIdentifier > player) |
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 () |
Definition at line 44 of file cs_instance.cpp.
|
inline |
Definition at line 47 of file cs_instance.cpp.
|
inlineoverridevirtual |
Implements CommandScript.
Definition at line 49 of file cs_instance.cpp.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 208 of file cs_instance.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 68 of file cs_instance.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 160 of file cs_instance.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 147 of file cs_instance.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 93 of file cs_instance.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: