comparison ui/AmrUiCheckBox.lua @ 112:57c6cac5143c v52

7.3 update, preparation for reading crucible.
author yellowfive
date Mon, 28 Aug 2017 19:33:14 -0700
parents 01b63b8ed811
children e31b02b24488
comparison
equal deleted inserted replaced
111:2f78f6c96183 112:57c6cac5143c
18 --[[----------------------------------------------------------------------------- 18 --[[-----------------------------------------------------------------------------
19 Scripts 19 Scripts
20 -------------------------------------------------------------------------------]] 20 -------------------------------------------------------------------------------]]
21 local function buttonOnClick(frame, ...) 21 local function buttonOnClick(frame, ...)
22 AceGUI:ClearFocus() 22 AceGUI:ClearFocus()
23 PlaySound("igMainMenuOption") 23 --PlaySound("igMainMenuOption")
24 frame.obj:Fire("OnClick", ...) 24 frame.obj:Fire("OnClick", ...)
25 end 25 end
26 26
27 --[[----------------------------------------------------------------------------- 27 --[[-----------------------------------------------------------------------------
28 Methods 28 Methods