if (not UltimateUIMasterFrame_IsLoading) then
if ( this:GetChecked() ) then
UltimateUIMaster_CheckBox(this:GetParent():GetID(), 1.0);
else
UltimateUIMaster_CheckBox(this:GetParent():GetID(), 0.0);
end
end
UltimateUIMaster_SetInfo(this:GetParent():GetID());
--UltimateUIMaster_ClearInfo();
UltimateUIMaster_SetInfo(this:GetParent():GetID());
if (not UltimateUIMasterFrame_IsLoading) then
UltimateUIMaster_Slider(this:GetParent():GetID(), arg1);
end
UltimateUIMaster_SetInfo(this:GetParent():GetID());
--UltimateUIMaster_ClearInfo();
FauxScrollFrame_OnVerticalScroll(32, UltimateUIMaster_Update);
FauxScrollFrame_OnVerticalScroll(32, UltimateUIMaster_Update);
UltimateUIMasterFrame_IsLoading = true;
UltimateUIMasterFrame_Show();
UltimateUIMasterFrame_IsLoading = false;
if(arg1 == "LeftButton") then
this:StartMoving();
end
if(arg1 == "LeftButton") then
this:StopMovingOrSizing();
end
UltimateUIMaster_OnEvent(event);
UltimateUIMaster_Init();
PureScriptEventsFrame:Show();
UltimateUI_Registers();
UltimateUIMaster_OnUpdate(arg1);