Thread Tools Display Modes
Prev Previous Post   Next Post Next
04/20/21, 12:41 PM   #1
DarkruneDK
 
DarkruneDK's Avatar
Join Date: Feb 2014
Posts: 2
Issue with SetClickSound (LUA)

Hi.

I am trying to write an addon entirely in LUA (just a preference I have), and I am having issues with the API SetClickSound.

I have tried the following:

Code:
SetLocator.UI.Window.Close:SetClickSound(ZO_ButtonBehaviorClickSound);
And

Code:
SetLocator.UI.Window.Close:SetClickSound("ZO_ButtonBehaviorClickSound");
I can't seem to make it work...
It it possible to do this? and if it is, how?
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Issue with SetClickSound (LUA)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off