View Single Post
03/14/19, 02:22 PM   #2
KLISK
 
KLISK's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2018
Posts: 21
you need to use "overide = true" if you want to change the parameters of an existing object. I tried to do it with InventoryRowControl, but I could not get a fully working version. If you need to change the object that you created, then I would use XML only for creating the structure of objects, and all the remaining parameters would be assigned to the LUA.
  Reply With Quote