Back to Home
ESO Function Data v101044
AddCommandPrefix()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/chatsystem/chathandlers.lua:449
--
function ZO_ChatRouter:AddCommandPrefix(prefixCharacter, callback)
ingame/chatsystem/sharedchatsystem.lua:2008
--
function SharedChatSystem:AddCommandPrefix(prefixCharacter, callback)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/sharedchatsystem.lua:1359
--
self:AddCommandPrefix(prefixCharacter, callback)
ingame/slashcommands/slashcommands_shared.lua:357
--
CHAT_ROUTER:AddCommandPrefix('/', DoCommand)