![]() |
TrinityCore
|
This is the complete list of members for misc_commandscript, including all inherited members.
| _name | ScriptObject | private |
| CommandScript(char const *name) noexcept | CommandScript | explicitprotected |
| GetCommands() const override | misc_commandscript | inlinevirtual |
| GetName() const | ScriptObject | |
| HandleAddItemCommand(ChatHandler *handler, Variant< Hyperlink<::item >, uint32, std::string_view > const &item, Optional< int32 > countArg, Optional< std::string_view > const &bonusListIdString, Optional< uint8 > itemContextArg) | misc_commandscript | inlinestatic |
| 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) | misc_commandscript | inlinestatic |
| HandleAddItemSetCommand(ChatHandler *handler, Variant< Hyperlink< itemset >, uint32 > itemSetId, Optional< std::string_view > bonuses, Optional< uint8 > context) | misc_commandscript | inlinestatic |
| 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) | misc_commandscript | inlinestatic |
| HandleAppearCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleAuraCommand(ChatHandler *handler, SpellInfo const *spell) | misc_commandscript | inlinestatic |
| HandleBankCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleBindSightCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleChangeWeather(ChatHandler *handler, WeatherType type, float intensity) | misc_commandscript | inlinestatic |
| HandleCombatStopCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleComeToMeCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleCommandsCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleCooldownCommand(ChatHandler *handler, Optional< SpellInfo const * > spellArg) | misc_commandscript | inlinestatic |
| HandleDamageCommand(ChatHandler *handler, uint32 damage, Optional< SpellSchools > school, Optional< SpellInfo const * > spellInfo) | misc_commandscript | inlinestatic |
| HandleDamageGoCommand(ChatHandler *handler, Variant< Hyperlink< gameobject >, ObjectGuid::LowType > spawnId, int32 damage) | misc_commandscript | inlinestatic |
| HandleDevCommand(ChatHandler *handler, Optional< bool > enableArg) | misc_commandscript | inlinestatic |
| HandleDieCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleDismountCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleFreezeCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleGetDistanceCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleGPSCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleGUIDCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleHelpCommand(ChatHandler *handler, Tail cmd) | misc_commandscript | inlinestatic |
| HandleHideAreaCommand(ChatHandler *handler, uint32 areaId) | misc_commandscript | inlinestatic |
| HandleItemMoveCommand(ChatHandler *handler, uint8 srcSlot, uint8 dstSlot) | misc_commandscript | inlinestatic |
| HandleKickPlayerCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleLinkGraveCommand(ChatHandler *handler, uint32 graveyardId, Optional< std::string > teamArg) | misc_commandscript | inlinestatic |
| HandleListFreezeCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleMailBoxCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleMovegensCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleMuteCommand(ChatHandler *handler, Optional< PlayerIdentifier > player, uint32 muteTime, Tail muteReason) | misc_commandscript | inlinestatic |
| HandleMuteHistoryCommand(ChatHandler *handler, std::string accountName) | misc_commandscript | inlinestatic |
| HandleMuteHistoryHelper(uint32 accountId, char const *accountName, ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleNearGraveCommand(ChatHandler *handler, Optional< std::string > teamArg) | misc_commandscript | inlinestatic |
| HandlePInfoCommand(ChatHandler *handler, Optional< PlayerIdentifier > arg) | misc_commandscript | inlinestatic |
| HandlePlayAllCommand(ChatHandler *handler, uint32 soundId, Optional< int32 > broadcastTextId) | misc_commandscript | inlinestatic |
| HandlePossessCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandlePvPstatsCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleRecallCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleRepairitemsCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleRespawnCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleReviveCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleSaveAllCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleSaveCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleSetSkillCommand(ChatHandler *handler, Variant< Hyperlink< skill >, uint32 > skillId, uint32 level, Optional< uint32 > maxSkillArg) | misc_commandscript | inlinestatic |
| HandleShowAreaCommand(ChatHandler *handler, uint32 areaId) | misc_commandscript | inlinestatic |
| HandleSummonCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleUnAuraCommand(ChatHandler *handler, Variant< SpellInfo const *, EXACT_SEQUENCE("all")> spellArg) | misc_commandscript | inlinestatic |
| HandleUnbindSightCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleUnFreezeCommand(ChatHandler *handler, Optional< std::string > targetNameArg) | misc_commandscript | inlinestatic |
| HandleUnmuteCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| HandleUnPossessCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
| HandleUnstuckCommand(ChatHandler *handler, char const *args) | misc_commandscript | inlinestatic |
| misc_commandscript() | misc_commandscript | inline |
| operator=(ScriptObject const &right)=delete | ScriptObject | |
| operator=(ScriptObject &&right)=delete | ScriptObject | |
| ScriptObject(ScriptObject const &right)=delete | ScriptObject | |
| ScriptObject(ScriptObject &&right)=delete | ScriptObject | |
| ScriptObject(char const *name) noexcept | ScriptObject | explicitprotected |
| ~CommandScript() | CommandScript | |
| ~ScriptObject() | ScriptObject | protectedvirtual |