AzerothCore 3.3.5a
OpenSource WoW Emulator
|
This is the complete list of members for misc_commandscript, including all inherited members.
_name | ScriptObject | private |
_totalAvailableHooks | ScriptObject | private |
checkValidity() | ScriptObject | inlinevirtual |
CommandScript(const char *name) | CommandScript | protected |
GetCommands() const override | misc_commandscript | inlinevirtual |
GetName() const | ScriptObject | inline |
GetTotalAvailableHooks() | ScriptObject | inline |
HandleAddItemCommand(ChatHandler *handler, Optional< PlayerIdentifier > player, ItemTemplate const *itemTemplate, Optional< int32 > _count) | misc_commandscript | inlinestatic |
HandleAddItemSetCommand(ChatHandler *handler, Variant< Hyperlink< itemset >, uint32 > itemSetId) | misc_commandscript | inlinestatic |
HandleAppearCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleAuraCommand(ChatHandler *handler, SpellInfo const *spell) | misc_commandscript | inlinestatic |
HandleAuraStacksCommand(ChatHandler *handler, SpellInfo const *spell, int16 stacks) | misc_commandscript | inlinestatic |
HandleBindSightCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleChangeWeather(ChatHandler *handler, uint32 type, float grade) | misc_commandscript | inlinestatic |
HandleCombatStopCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleComeToMeCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleCommandsCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleCommentatorCommand(ChatHandler *handler, Optional< bool > enableArg) | misc_commandscript | inlinestatic |
HandleCooldownCommand(ChatHandler *handler, Optional< SpellInfo const * > spell) | misc_commandscript | inlinestatic |
HandleDamageCommand(ChatHandler *handler, uint32 damage, Optional< std::string > percent) | misc_commandscript | inlinestatic |
HandleDevCommand(ChatHandler *handler, Optional< bool > enableArg) | misc_commandscript | inlinestatic |
HandleDieCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleDismountCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleFlushArenaPointsCommand(ChatHandler *) | misc_commandscript | inlinestatic |
HandleFreezeCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleGetDistanceCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleGPSCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleGroupSummonCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | 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 |
HandleKickPlayerCommand(ChatHandler *handler, Optional< PlayerIdentifier > target, Optional< std::string_view > reason) | misc_commandscript | inlinestatic |
HandleLinkGraveCommand(ChatHandler *handler, uint32 graveyardId, Optional< std::string_view > team) | misc_commandscript | inlinestatic |
HandleMailBoxCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleMaxSkillCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleMovegensCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleMuteCommand(ChatHandler *handler, Optional< PlayerIdentifier > player, std::string notSpeakTime, Tail muteReason) | misc_commandscript | inlinestatic |
HandleMuteInfoCommand(ChatHandler *handler, std::string accountName) | misc_commandscript | inlinestatic |
HandleMuteInfoHelper(ChatHandler *handler, uint32 accountId, char const *accountName) | misc_commandscript | inlinestatic |
HandleNearGraveCommand(ChatHandler *handler, Optional< std::string_view > team) | misc_commandscript | inlinestatic |
HandlePInfoCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandlePlayAllCommand(ChatHandler *handler, uint32 soundId) | misc_commandscript | inlinestatic |
HandlePossessCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleRecallCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleRespawnAllCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleRespawnCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleReviveCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleSaveAllCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleSaveCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleSetSkillCommand(ChatHandler *handler, Variant< Hyperlink< skill >, uint32 > skillId, int32 level, Optional< uint16 > maxPureSkill) | misc_commandscript | inlinestatic |
HandleShowAreaCommand(ChatHandler *handler, uint32 areaID) | misc_commandscript | inlinestatic |
HandleSkirmishCommand(ChatHandler *handler, std::vector< std::string_view > args) | misc_commandscript | inlinestatic |
HandleStringCommand(ChatHandler *handler, uint32 id, Optional< uint8 > locale) | misc_commandscript | inlinestatic |
HandleSummonCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleUnAuraCommand(ChatHandler *handler, Variant< SpellInfo const *, std::string_view > spells) | misc_commandscript | inlinestatic |
HandleUnbindSightCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleUnFreezeCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleUnmuteCommand(ChatHandler *handler, Optional< PlayerIdentifier > target) | misc_commandscript | inlinestatic |
HandleUnPossessCommand(ChatHandler *handler) | misc_commandscript | inlinestatic |
HandleUnstuckCommand(ChatHandler *handler, Optional< PlayerIdentifier > target, Optional< std::string_view > location) | misc_commandscript | inlinestatic |
isAfterLoadScript() const | ScriptObject | inlinevirtual |
IsDatabaseBound() const | ScriptObject | inlinevirtual |
misc_commandscript() | misc_commandscript | inline |
ScriptObject(const char *name, uint16 totalAvailableHooks=0) | ScriptObject | inlineprotected |
~ScriptObject()=default | ScriptObject | protectedvirtual |