![]() |
TrinityCore
|
This is the complete list of members for go_commandscript, including all inherited members.
| _name | ScriptObject | private |
| CommandScript(char const *name) noexcept | CommandScript | explicitprotected |
| DoTeleport(ChatHandler *handler, Position pos, uint32 mapId=MAPID_INVALID) | go_commandscript | inlinestatic |
| GetCommands() const override | go_commandscript | inlinevirtual |
| GetName() const | ScriptObject | |
| go_commandscript() | go_commandscript | inline |
| HandleGoAreaTriggerCommand(ChatHandler *handler, Variant< Hyperlink< areatrigger >, uint32 > areaTriggerId) | go_commandscript | inlinestatic |
| HandleGoBossCommand(ChatHandler *handler, std::vector< std::string_view > needles) | go_commandscript | inlinestatic |
| HandleGoCreatureCIdCommand(ChatHandler *handler, Variant< Hyperlink< creature_entry >, uint32 > cId) | go_commandscript | inlinestatic |
| HandleGoCreatureSpawnIdCommand(ChatHandler *handler, Variant< Hyperlink< creature >, ObjectGuid::LowType > spawnId) | go_commandscript | inlinestatic |
| HandleGoGameObjectGOIdCommand(ChatHandler *handler, Variant< Hyperlink< gameobject_entry >, uint32 > goId) | go_commandscript | inlinestatic |
| HandleGoGameObjectSpawnIdCommand(ChatHandler *handler, Variant< Hyperlink< gameobject >, ObjectGuid::LowType > spawnId) | go_commandscript | inlinestatic |
| HandleGoGraveyardCommand(ChatHandler *handler, uint32 gyId) | go_commandscript | inlinestatic |
| HandleGoGridCommand(ChatHandler *handler, float gridX, float gridY, Optional< uint32 > oMapId) | go_commandscript | inlinestatic |
| HandleGoInstanceCommand(ChatHandler *handler, std::vector< std::string_view > labels) | go_commandscript | inlinestatic |
| HandleGoOffsetCommand(ChatHandler *handler, float dX, Optional< float > dY, Optional< float > dZ, Optional< float > dO) | go_commandscript | inlinestatic |
| HandleGoQuestCommand(ChatHandler *handler, Variant< Hyperlink< quest >, uint32 > questData) | go_commandscript | inlinestatic |
| HandleGoTaxinodeCommand(ChatHandler *handler, Variant< Hyperlink< taxinode >, uint32 > nodeId) | go_commandscript | inlinestatic |
| HandleGoTicketCommand(ChatHandler *handler, uint32 ticketId) | go_commandscript | inlinestatic |
| HandleGoXYZCommand(ChatHandler *handler, float x, float y, Optional< float > z, Optional< uint32 > id, Optional< float > o) | go_commandscript | inlinestatic |
| HandleGoZoneXYCommand(ChatHandler *handler, float x, float y, Optional< Variant< Hyperlink< area >, uint32 > > areaIdArg) | go_commandscript | inlinestatic |
| 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 |