View Single Post
03-25-20, 06:19 PM   #1
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Find item id from action slot

If I have a trinket (or other item) with "use:" on my actionbar at a known location, eg slot 9, how can I find the item ID of that trinket or other "use" item ?

Edit: no worries, I got it,
local actionType, id, subType = GetActionInfo(l);

Last edited by doofus : 03-25-20 at 06:26 PM.
  Reply With Quote