View Single Post
03-26-13, 07:26 AM   #1
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Lua dropdown onclick function

How can you make a function which passes an argument when you click on something in the dropdown menu?

Like:
info.func = PVPSound_OptionsSetAddonLanguageOne(text)

function PVPSound_OptionsSetAddonLanguageOne(something)
--
end
  Reply With Quote