TrinityCore
misc_commandscript Member List

This is the complete list of members for misc_commandscript, including all inherited members.

_nameScriptObjectprivate
CommandScript(char const *name)CommandScriptexplicitprotected
GetCommands() const overridemisc_commandscriptinlinevirtual
GetName() constScriptObject
HandleAddItemCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleAddItemSetCommand(ChatHandler *handler, Variant< Hyperlink< itemset >, uint32 > itemSetId, Optional< std::string_view > bonuses, Optional< uint8 > context)misc_commandscriptinlinestatic
HandleAddItemToCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleAppearCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleAuraCommand(ChatHandler *handler, SpellInfo const *spell)misc_commandscriptinlinestatic
HandleBankCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleBindSightCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleChangeWeather(ChatHandler *handler, WeatherType type, float intensity)misc_commandscriptinlinestatic
HandleCombatStopCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleComeToMeCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleCommandsCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleCooldownCommand(ChatHandler *handler, Optional< SpellInfo const * > spellArg)misc_commandscriptinlinestatic
HandleDamageCommand(ChatHandler *handler, uint32 damage, Optional< SpellSchools > school, Optional< SpellInfo const * > spellInfo)misc_commandscriptinlinestatic
HandleDamageGoCommand(ChatHandler *handler, Variant< Hyperlink< gameobject >, ObjectGuid::LowType > spawnId, int32 damage)misc_commandscriptinlinestatic
HandleDevCommand(ChatHandler *handler, Optional< bool > enableArg)misc_commandscriptinlinestatic
HandleDieCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleDismountCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleFreezeCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleGetDistanceCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleGPSCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleGUIDCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleHelpCommand(ChatHandler *handler, Tail cmd)misc_commandscriptinlinestatic
HandleHideAreaCommand(ChatHandler *handler, uint32 areaId)misc_commandscriptinlinestatic
HandleItemMoveCommand(ChatHandler *handler, uint8 srcSlot, uint8 dstSlot)misc_commandscriptinlinestatic
HandleKickPlayerCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleLinkGraveCommand(ChatHandler *handler, uint32 graveyardId, Optional< std::string > teamArg)misc_commandscriptinlinestatic
HandleListFreezeCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleMailBoxCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleMovegensCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleMuteCommand(ChatHandler *handler, Optional< PlayerIdentifier > player, uint32 muteTime, Tail muteReason)misc_commandscriptinlinestatic
HandleMuteHistoryCommand(ChatHandler *handler, std::string accountName)misc_commandscriptinlinestatic
HandleMuteHistoryHelper(uint32 accountId, char const *accountName, ChatHandler *handler)misc_commandscriptinlinestatic
HandleNearGraveCommand(ChatHandler *handler, Optional< std::string > teamArg)misc_commandscriptinlinestatic
HandlePInfoCommand(ChatHandler *handler, Optional< PlayerIdentifier > arg)misc_commandscriptinlinestatic
HandlePlayAllCommand(ChatHandler *handler, uint32 soundId, Optional< int32 > broadcastTextId)misc_commandscriptinlinestatic
HandlePossessCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandlePvPstatsCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleRecallCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleRepairitemsCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleRespawnCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleReviveCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleSaveAllCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleSaveCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleSetSkillCommand(ChatHandler *handler, Variant< Hyperlink< skill >, uint32 > skillId, uint32 level, Optional< uint32 > maxSkillArg)misc_commandscriptinlinestatic
HandleShowAreaCommand(ChatHandler *handler, uint32 areaId)misc_commandscriptinlinestatic
HandleSummonCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleUnAuraCommand(ChatHandler *handler, Variant< SpellInfo const *, EXACT_SEQUENCE("all")> spellArg)misc_commandscriptinlinestatic
HandleUnbindSightCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleUnFreezeCommand(ChatHandler *handler, Optional< std::string > targetNameArg)misc_commandscriptinlinestatic
HandleUnmuteCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
HandleUnPossessCommand(ChatHandler *handler)misc_commandscriptinlinestatic
HandleUnstuckCommand(ChatHandler *handler, char const *args)misc_commandscriptinlinestatic
misc_commandscript()misc_commandscriptinline
operator=(ScriptObject const &right)=deleteScriptObject
operator=(ScriptObject &&right)=deleteScriptObject
ScriptObject(ScriptObject const &right)=deleteScriptObject
ScriptObject(ScriptObject &&right)=deleteScriptObject
ScriptObject(char const *name)ScriptObjectprotected
~CommandScript()CommandScript
~ScriptObject()ScriptObjectprotectedvirtual