View Single Post
09/17/14, 08:21 PM   #5
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Update!!

I was able to get the event hooked up with the following args (looks like there was an "eventCode" arg as the first param)

local function OnSlotUpdate (eventCode, bagId, slotId, isNewItem, itemSoundCategory, updateReason)


Is it possible to "catch" this event and cancel it to prevent an item to be equipped? I'm a developer so i'm familiar with doing this in other languages, i'm just struggling to find alot of docs on Lua and ESO.

I really appreciate the help.
  Reply With Quote