![]() |
TrinityCore
|
Inheritance diagram for misc_commandscript:Public Member Functions | |
| misc_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 | HandlePvPstatsCommand (ChatHandler *handler) | ||
| static bool | HandleDevCommand (ChatHandler *handler, Optional< bool > enableArg) | ||
| static bool | HandleGPSCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleAuraCommand (ChatHandler *handler, SpellInfo const *spell) | ||
| static bool | HandleUnAuraCommand (ChatHandler *handler, Variant< SpellInfo const *, EXACT_SEQUENCE("all")> spellArg) | ||
| static bool | HandleAppearCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleSummonCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleCommandsCommand (ChatHandler *handler) | ||
| static bool | HandleDieCommand (ChatHandler *handler) | ||
| static bool | HandleReviveCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleDismountCommand (ChatHandler *handler) | ||
| static bool | HandleGUIDCommand (ChatHandler *handler) | ||
| static bool | HandleHelpCommand (ChatHandler *handler, Tail cmd) | ||
| static bool | HandleItemMoveCommand (ChatHandler *handler, uint8 srcSlot, uint8 dstSlot) | ||
| static bool | HandleCooldownCommand (ChatHandler *handler, Optional< SpellInfo const * > spellArg) | ||
| static bool | HandleGetDistanceCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleRecallCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleSaveCommand (ChatHandler *handler) | ||
| static bool | HandleSaveAllCommand (ChatHandler *handler) | ||
| static bool | HandleKickPlayerCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleUnstuckCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleLinkGraveCommand (ChatHandler *handler, uint32 graveyardId, Optional< std::string > teamArg) | ||
| static bool | HandleNearGraveCommand (ChatHandler *handler, Optional< std::string > teamArg) | ||
| static bool | HandleShowAreaCommand (ChatHandler *handler, uint32 areaId) | ||
| static bool | HandleHideAreaCommand (ChatHandler *handler, uint32 areaId) | ||
| static bool | HandleAddItemCommandHelper (ChatHandler *handler, Player *player, Player *playerTarget, Variant< Hyperlink< item >, uint32, std::string_view > const &itemArg, Optional< int32 > countArg, Optional< std::string_view > const &bonusListIdString, Optional< uint8 > itemContextArg) | ||
| static bool | HandleAddItemCommand (ChatHandler *handler, Variant< Hyperlink<::item >, uint32, std::string_view > const &item, Optional< int32 > countArg, Optional< std::string_view > const &bonusListIdString, Optional< uint8 > itemContextArg) | ||
| static bool | HandleAddItemToCommand (ChatHandler *handler, PlayerIdentifier const &target, Variant< Hyperlink<::item >, uint32, std::string_view > const &item, Optional< int32 > countArg, Optional< std::string_view > const &bonusListIdString, Optional< uint8 > itemContextArg) | ||
| static bool | HandleAddItemSetCommand (ChatHandler *handler, Variant< Hyperlink< itemset >, uint32 > itemSetId, Optional< std::string_view > bonuses, Optional< uint8 > context) | ||
| static bool | HandleBankCommand (ChatHandler *handler) | ||
| static bool | HandleChangeWeather (ChatHandler *handler, WeatherType type, float intensity) | ||
| static bool | HandleSetSkillCommand (ChatHandler *handler, Variant< Hyperlink< skill >, uint32 > skillId, uint32 level, Optional< uint32 > maxSkillArg) | ||
Player command: .pinfo | |||
Prints information about a character and it's linked account to the commander
Non-applying information, e.g. a character that is not in gm mode right now or that is not banned/muted, is not printed This can be done either by giving a name or by targeting someone, else, it'll use the commander
| |||
| static bool | HandlePInfoCommand (ChatHandler *handler, Optional< PlayerIdentifier > arg) | ||
| static bool | HandleRespawnCommand (ChatHandler *handler) | ||
| static bool | HandleMuteCommand (ChatHandler *handler, Optional< PlayerIdentifier > player, uint32 muteTime, Tail muteReason) | ||
| static bool | HandleUnmuteCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleMuteHistoryCommand (ChatHandler *handler, std::string accountName) | ||
| static bool | HandleMuteHistoryHelper (uint32 accountId, char const *accountName, ChatHandler *handler) | ||
| static bool | HandleMovegensCommand (ChatHandler *handler) | ||
| static bool | HandleComeToMeCommand (ChatHandler *handler) | ||
| static bool | HandleDamageCommand (ChatHandler *handler, uint32 damage, Optional< SpellSchools > school, Optional< SpellInfo const * > spellInfo) | ||
| static bool | HandleDamageGoCommand (ChatHandler *handler, Variant< Hyperlink< gameobject >, ObjectGuid::LowType > spawnId, int32 damage) | ||
| static bool | HandleCombatStopCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleRepairitemsCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleFreezeCommand (ChatHandler *handler, char const *args) | ||
| static bool | HandleUnFreezeCommand (ChatHandler *handler, Optional< std::string > targetNameArg) | ||
| static bool | HandleListFreezeCommand (ChatHandler *handler) | ||
| static bool | HandlePlayAllCommand (ChatHandler *handler, uint32 soundId, Optional< int32 > broadcastTextId) | ||
| static bool | HandlePossessCommand (ChatHandler *handler) | ||
| static bool | HandleUnPossessCommand (ChatHandler *handler) | ||
| static bool | HandleBindSightCommand (ChatHandler *handler) | ||
| static bool | HandleUnbindSightCommand (ChatHandler *handler) | ||
| static bool | HandleMailBoxCommand (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 () |
Definition at line 58 of file cs_misc.cpp.
|
inline |
Definition at line 61 of file cs_misc.cpp.
|
inlineoverridevirtual |
Implements CommandScript.
Definition at line 63 of file cs_misc.cpp.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 1279 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1142 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1304 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1289 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 341 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 298 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1380 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2505 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1386 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2229 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2128 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 584 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 705 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2145 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2207 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 151 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 590 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 638 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2278 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 746 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 175 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 662 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 677 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1109 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 686 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 864 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 976 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2433 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2526 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2045 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1870 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1994 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2014 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1018 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1464 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2469 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2484 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 122 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 809 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2258 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1830 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 616 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 856 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 832 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1412 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1076 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 467 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 315 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2515 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2376 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1945 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 2494 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 900 of file cs_misc.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: