View Single Post
02/14/21, 12:04 AM   #3
ShadowMau
AddOn Author - Click to view addons
Join Date: Oct 2018
Posts: 23
Originally Posted by Sharlikran View Post
The dropdown uses a table for the values. A table can be altered but that would mean manipulating the table used. I'm not sure that is impossible but probably not what is intended.

https://github.com/sirinsidiator/ESO.../wiki/Controls
I can easily change the table data (ie table.insert or table.remove) to create a new optionsData table, but since the optionsData table has already been passed to LAM at the time it was created, now do I tell LAM there is now a new optionsData table to use?
  Reply With Quote