CT_RAMeters_DropDown_OnLoad();
CT_RAMeters_OnLoad();
this.update = 2;
if ( arg1 == "LeftButton" and ( not CT_RAMenu_Options["temp"]["StatusMeters"] or not CT_RAMenu_Options["temp"]["StatusMeters"]["Lock"] ) ) then
this:StartMoving();
elseif ( arg1 == "RightButton" ) then
ToggleDropDownMenu(1, nil, getglobal(this:GetName() .. "DropDown"), this:GetName(), 47, 15);
end
if ( arg1 == "LeftButton" ) then
this:StopMovingOrSizing();
end
this:StopMovingOrSizing();
CT_RAMeters_OnUpdate(arg1);