View Single Post
02/25/20, 10:41 AM   #4
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Post

You're welcome

And no, SlashCommandAutoComplete is the [child] class, so using it shouldn't work. Would be odd if it did. Here's how the chat defines it in esoui/ingame/chatsystem/sharedchatsystem.lua line 145:

Code:
self.slashCommandAutoComplete = SlashCommandAutoComplete:New(...
  Reply With Quote