TrinityCore
gobject_commandscript Member List

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

_nameScriptObjectprivate
CommandScript(char const *name)CommandScriptexplicitprotected
GetCommands() const overridegobject_commandscriptinlinevirtual
GetName() constScriptObject
gobject_commandscript()gobject_commandscriptinline
HandleGameObjectActivateCommand(ChatHandler *handler, GameObjectSpawnId guidLow)gobject_commandscriptinlinestatic
HandleGameObjectAddCommand(ChatHandler *handler, GameObjectEntry objectId, Optional< int32 > spawnTimeSecs)gobject_commandscriptinlinestatic
HandleGameObjectAddTempCommand(ChatHandler *handler, GameObjectEntry objectId, Optional< uint64 > spawntime)gobject_commandscriptinlinestatic
HandleGameObjectDeleteCommand(ChatHandler *handler, GameObjectSpawnId spawnId)gobject_commandscriptinlinestatic
HandleGameObjectInfoCommand(ChatHandler *handler, Optional< EXACT_SEQUENCE("guid")> isGuid, Variant< Hyperlink< gameobject_entry >, Hyperlink< gameobject >, uint32 > data)gobject_commandscriptinlinestatic
HandleGameObjectMoveCommand(ChatHandler *handler, GameObjectSpawnId guidLow, Optional< std::array< float, 3 > > xyz)gobject_commandscriptinlinestatic
HandleGameObjectNearCommand(ChatHandler *handler, Optional< float > dist)gobject_commandscriptinlinestatic
HandleGameObjectSetPhaseCommand(ChatHandler *handler, GameObjectSpawnId guidLow, uint32 phaseId)gobject_commandscriptinlinestatic
HandleGameObjectSetStateCommand(ChatHandler *handler, GameObjectSpawnId guidLow, int32 objectType, Optional< uint32 > objectState)gobject_commandscriptinlinestatic
HandleGameObjectTargetCommand(ChatHandler *handler, Optional< Variant< GameObjectEntry, std::string_view > > objectId)gobject_commandscriptinlinestatic
HandleGameObjectTurnCommand(ChatHandler *handler, GameObjectSpawnId guidLow, Optional< float > oz, Optional< float > oy, Optional< float > ox)gobject_commandscriptinlinestatic
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