this:SetBackdropBorderColor(0.4, 0.4, 0.4);
this:SetBackdropColor(0, 0, 0, 0);
HealBot_Options_ActionLocked_OnLoad(this)
HealBot_Options_ActionLocked_OnClick(this)
HealBot_Options_GrowUpwards_OnLoad(this,HEALBOT_OPTIONS_GROWUPWARDS)
HealBot_Options_GrowUpwards_OnClick(this)
getglobal(this:GetName().."Text"):SetText("Show Mana Bars");
this:SetChecked(HealBot_Config.ShowManaBars);
if (this:GetChecked()) then
HealBot_Config.ShowManaBars = 1;
else
HealBot_Config.ShowManaBars = 0;
end
HealBot_Action_Refresh();
getglobal(this:GetName().."Text"):SetText("For Healers Only");
this:SetChecked(HealBot_Config.ManaBarsHealersOnly);
if (this:GetChecked()) then
HealBot_Config.ManaBarsHealersOnly = 1;
else
HealBot_Config.ManaBarsHealersOnly = 0;
end
HealBot_Action_Refresh();
HealBot_Options_AutoShow_OnLoad(this)
HealBot_Options_AutoShow_OnClick(this)
HealBot_Options_PanelSounds_OnLoad(this)
HealBot_Options_PanelSounds_OnClick(this)
HealBot_Options_ActionMouseover_OnLoad(this,"Enable Action Bar Mouseover")
HealBot_Options_ActionMouseover_OnClick(this)
HealBot_Options_HideOptions_OnLoad(this,HEALBOT_OPTIONS_HIDEOPTIONS)
HealBot_Options_HideOptions_OnClick(this)
HealBot_Options_HideAbort_OnLoad(this,HEALBOT_OPTIONS_HIDEABORT)
HealBot_Options_HideAbort_OnClick(this)
HealBot_Options_QualityRange_OnLoad(this,HEALBOT_OPTIONS_QUALITYRANGE)
HealBot_Options_QualityRange_OnClick(this)
HealBot_Options_ProtectPvP_OnLoad(this,HEALBOT_OPTIONS_PROTECTPVP)
HealBot_Options_ProtectPvP_OnClick(this)