View Single Post
  #1  
Unread 07-31-2018, 04:19 PM
souru souru is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Jul 2018
Posts: 6
Quickslot SkillInfo

Hi
so the idea is that i have a quickslot, if i then dragged a skill into it i want the name of the skill and the shotcut data. the data is easy but i dont know how i can get the name or the skill itself?

Code:
qsAddButton.MouseClick = function()       -- function to add skill from quickslot

	if qs:GetShortcut():GetType() == Turbine.UI.Lotro.ShortcutType.Skill then

		local data  = qs:GetShortcut():GetData(); -- Data
		local name =                             -- Name / Skill
		
	end	
	
end


Souru

Last edited by souru : 08-01-2018 at 09:49 AM.
Reply With Quote